var/cache/dev/ContainerLJo6qi7/App_KernelDevDebugContainer.php line 3205

  1. <?php
  2. namespace ContainerLJo6qi7;
  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\\DashboardController' => 'getDashboardControllerService',
  58.             'App\\Controller\\Admin\\ExportExcelCrudController' => 'getExportExcelCrudControllerService',
  59.             'App\\Controller\\Admin\\FrontThemeCrudController' => 'getFrontThemeCrudControllerService',
  60.             'App\\Controller\\Admin\\LinkCrudController' => 'getLinkCrudControllerService',
  61.             'App\\Controller\\Admin\\LinkTypeCrudController' => 'getLinkTypeCrudControllerService',
  62.             'App\\Controller\\Admin\\LogHistoryCrudController' => 'getLogHistoryCrudControllerService',
  63.             'App\\Controller\\Admin\\NotificationCrudController' => 'getNotificationCrudControllerService',
  64.             'App\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  65.             'App\\Controller\\Admin\\RoleCrudController' => 'getRoleCrudControllerService',
  66.             'App\\Controller\\Admin\\SettingsCrudController' => 'getSettingsCrudControllerService',
  67.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  68.             'App\\Controller\\ExcelController' => 'getExcelControllerService',
  69.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  70.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  71.             'App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController' => 'getCategoryOfferCrudControllerService',
  72.             'App\\Flexy\\BookingBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  73.             'App\\Flexy\\BookingBundle\\Controller\\OfferCrudController' => 'getOfferCrudControllerService',
  74.             'App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController' => 'getReservationCrudControllerService',
  75.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudControllerService',
  76.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudControllerService',
  77.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudControllerService',
  78.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudControllerService',
  79.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  80.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudControllerService',
  81.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudControllerService',
  82.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudControllerService',
  83.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudControllerService',
  84.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudControllerService',
  85.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\BookingController' => 'getBookingControllerService',
  86.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\CartController' => 'getCartControllerService',
  87.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\CategoryProductController' => 'getCategoryProductControllerService',
  88.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  89.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController' => 'getDashboardController3Service',
  90.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\HomeController' => 'getHomeControllerService',
  91.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\MissionBookingController' => 'getMissionBookingControllerService',
  92.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\MyAccountController' => 'getMyAccountControllerService',
  93.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\PagesController' => 'getPagesControllerService',
  94.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\PartialController' => 'getPartialControllerService',
  95.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ProductController' => 'getProductControllerService',
  96.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  97.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\SearchController' => 'getSearchControllerService',
  98.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\SectionController' => 'getSectionControllerService',
  99.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => 'getAgentCrudControllerService',
  100.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'getDashboardController4Service',
  101.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => 'getAttributCrudControllerService',
  102.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => 'getAttributValueCrudControllerService',
  103.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => 'getBrandCrudControllerService',
  104.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'getCategoryOfferCrudController2Service',
  105.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'getCategoryProductCrudControllerService',
  106.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudControllerService',
  107.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => 'getCityCrudControllerService',
  108.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => 'getCityRegionCrudControllerService',
  109.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => 'getCommentCrudControllerService',
  110.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => 'getCouponsCrudControllerService',
  111.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => 'getCustomerCrudControllerService',
  112.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'getCustomerGroupCrudControllerService',
  113.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudControllerService',
  114.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudControllerService',
  115.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController2Service',
  116.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'getDashboardController5Service',
  117.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'getMissionCrudControllerService',
  118.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'getOrderCrudControllerService',
  119.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController6Service',
  120.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'getDemandeFundCrudControllerService',
  121.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => 'getDepartementCrudControllerService',
  122.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => 'getImportCrudControllerService',
  123.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelControllerService',
  124.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'getImportExcelCrudControllerService',
  125.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'getMyCustomerCrudControllerService',
  126.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudControllerService',
  127.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => 'getOfferProductCrudControllerService',
  128.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => 'getOrderCrudController2Service',
  129.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => 'getPackCrudControllerService',
  130.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'getPackEngagementCrudControllerService',
  131.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'getPaymentMethodCrudControllerService',
  132.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => 'getProductCrudController2Service',
  133.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => 'getPromotionCrudControllerService',
  134.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'getShippingMethodCrudControllerService',
  135.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => 'getVendorCrudControllerService',
  136.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'getCatalogueProductCrudControllerService',
  137.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'getCategoryOfferCrudController3Service',
  138.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'getCategoryProductCrudController2Service',
  139.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'getCustomerCrudController2Service',
  140.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'getDashboardController7Service',
  141.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'getDemandeFundCrudController2Service',
  142.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'getMyOrdersCrudControllerService',
  143.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'getOfferProductCrudController2Service',
  144.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\PagesController' => 'getPagesController2Service',
  145.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'getProductCrudController3Service',
  146.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController2Service',
  147.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'getVendorStatementCrudControllerService',
  148.             'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\VendorController' => 'getVendorControllerService',
  149.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController2Service',
  150.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController2Service',
  151.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController2Service',
  152.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController2Service',
  153.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => 'getPageCrudController2Service',
  154.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController2Service',
  155.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController2Service',
  156.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController2Service',
  157.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController2Service',
  158.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController2Service',
  159.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\BookingController' => 'getBookingController2Service',
  160.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CartController' => 'getCartController2Service',
  161.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CategoryProductController' => 'getCategoryProductController2Service',
  162.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\CheckoutController' => 'getCheckoutController2Service',
  163.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController' => 'getDashboardController8Service',
  164.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\HomeController' => 'getHomeController2Service',
  165.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\MyAccountController' => 'getMyAccountController2Service',
  166.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\OAuth\\FacebookController' => 'getFacebookControllerService',
  167.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\OAuth\\GoogleController' => 'getGoogleControllerService',
  168.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\PagesController' => 'getPagesController3Service',
  169.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\PartialController' => 'getPartialController2Service',
  170.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ProductController' => 'getProductController2Service',
  171.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\RegistrationController' => 'getRegistrationController2Service',
  172.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\SearchController' => 'getSearchController2Service',
  173.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController2Service',
  174.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController9Service',
  175.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultControllerService',
  176.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderControllerService',
  177.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudController3Service',
  178.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudControllerService',
  179.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudControllerService',
  180.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController10Service',
  181.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController2Service',
  182.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController2Service',
  183.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController4Service',
  184.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController2Service',
  185.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController2Service',
  186.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudControllerService',
  187.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'getComplaintCrudControllerService',
  188.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudControllerService',
  189.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudControllerService',
  190.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController3Service',
  191.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController2Service',
  192.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController2Service',
  193.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController3Service',
  194.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController4Service',
  195.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController11Service',
  196.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController2Service',
  197.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController5Service',
  198.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController2Service',
  199.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController2Service',
  200.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController2Service',
  201.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController2Service',
  202.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController12Service',
  203.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController2Service',
  204.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController2Service',
  205.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudControllerService',
  206.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudControllerService',
  207.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController3Service',
  208.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'getExportExcelOrderCrudControllerService',
  209.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudControllerService',
  210.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController6Service',
  211.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudControllerService',
  212.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController2Service',
  213.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudControllerService',
  214.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudControllerService',
  215.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController2Service',
  216.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController2Service',
  217.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController2Service',
  218.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController4Service',
  219.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController3Service',
  220.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudControllerService',
  221.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController2Service',
  222.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController2Service',
  223.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudControllerService',
  224.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudControllerService',
  225.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController2Service',
  226.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController3Service',
  227.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController4Service',
  228.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudControllerService',
  229.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudControllerService',
  230.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudControllerService',
  231.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudControllerService',
  232.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudControllerService',
  233.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController2Service',
  234.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController2Service',
  235.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudControllerService',
  236.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudControllerService',
  237.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController2Service',
  238.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController2Service',
  239.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController2Service',
  240.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudControllerService',
  241.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudControllerService',
  242.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudControllerService',
  243.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudControllerService',
  244.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudControllerService',
  245.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudControllerService',
  246.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController2Service',
  247.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudControllerService',
  248.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController2Service',
  249.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingControllerService',
  250.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudControllerService',
  251.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudControllerService',
  252.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudControllerService',
  253.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudControllerService',
  254.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudControllerService',
  255.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudControllerService',
  256.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudControllerService',
  257.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController2Service',
  258.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController4Service',
  259.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController4Service',
  260.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'getDashboardController13Service',
  261.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController2Service',
  262.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController5Service',
  263.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudControllerService',
  264.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController3Service',
  265.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController5Service',
  266.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController5Service',
  267.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController5Service',
  268.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController14Service',
  269.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController4Service',
  270.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController3Service',
  271.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController4Service',
  272.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController6Service',
  273.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController3Service',
  274.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController2Service',
  275.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController4Service',
  276.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsControllerService',
  277.             'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\VendorController' => 'getVendorController2Service',
  278.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController3Service',
  279.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController3Service',
  280.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController3Service',
  281.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController3Service',
  282.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PageCrudController' => 'getPageCrudController3Service',
  283.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController3Service',
  284.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController3Service',
  285.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController3Service',
  286.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController3Service',
  287.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController3Service',
  288.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Api\\ApiController' => 'getApiControllerService',
  289.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\DashboardController' => 'getDashboardController15Service',
  290.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\BookingController' => 'getBookingController3Service',
  291.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\CartController' => 'getCartController3Service',
  292.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\CategoryProductController' => 'getCategoryProductController3Service',
  293.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\CheckoutController' => 'getCheckoutController3Service',
  294.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\HomeController' => 'getHomeController3Service',
  295.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\MyAccountController' => 'getMyAccountController3Service',
  296.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\PagesController' => 'getPagesController4Service',
  297.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\PartialController' => 'getPartialController3Service',
  298.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\ProductController' => 'getProductController3Service',
  299.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\RegistrationController' => 'getRegistrationController3Service',
  300.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\SearchController' => 'getSearchController3Service',
  301.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Front\\VendorController' => 'getVendorController3Service',
  302.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\OAuth\\FacebookController' => 'getFacebookController2Service',
  303.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\OAuth\\GoogleController' => 'getGoogleController2Service',
  304.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCoachCrudController' => 'getAgentCoachCrudControllerService',
  305.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCommercialCrudController' => 'getAgentCommercialCrudControllerService',
  306.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController3Service',
  307.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentObjectiveCrudController' => 'getAgentObjectiveCrudControllerService',
  308.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => 'getDashboardController16Service',
  309.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DefaultController' => 'getDefaultController3Service',
  310.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderController' => 'getOrderController3Service',
  311.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'getOrderCrudController7Service',
  312.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'getOrderOldCrudController3Service',
  313.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'getOrderToDoCrudController3Service',
  314.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => 'getDashboardController17Service',
  315.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DefaultController' => 'getDefaultController4Service',
  316.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderController' => 'getOrderController4Service',
  317.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'getOrderCrudController8Service',
  318.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'getOrderOldCrudController4Service',
  319.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'getOrderToDoCrudController4Service',
  320.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'getShippingAgentCrudController2Service',
  321.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'getComplaintCrudController2Service',
  322.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'getComplaintSubjectCrudController2Service',
  323.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController2Service',
  324.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController6Service',
  325.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController3Service',
  326.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController3Service',
  327.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeCrudController' => 'getCustomerSubscribeCrudControllerService',
  328.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeTrashCrudController' => 'getCustomerSubscribeTrashCrudControllerService',
  329.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerVisitorsCrudController' => 'getCustomerVisitorsCrudControllerService',
  330.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController5Service',
  331.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController6Service',
  332.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController18Service',
  333.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController3Service',
  334.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController9Service',
  335.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController3Service',
  336.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController3Service',
  337.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController3Service',
  338.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController3Service',
  339.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController2Service',
  340.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\VisitCrudController' => 'getVisitCrudControllerService',
  341.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController19Service',
  342.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController3Service',
  343.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController3Service',
  344.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderCrudController' => 'getCashBoxOrderCrudControllerService',
  345.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderNewCrudController' => 'getCashBoxOrderNewCrudControllerService',
  346.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'getChangeStatusOrderPaymentCrudController2Service',
  347.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'getChangeStatusOrderShippingCrudController2Service',
  348.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController5Service',
  349.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'getExportExcelOrderCrudController2Service',
  350.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'getLogHistoryOrderCrudController2Service',
  351.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController10Service',
  352.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderItemCrudController' => 'getOrderItemCrudControllerService',
  353.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCanceledCrudController' => 'getOrderServiceCanceledCrudControllerService',
  354.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCrudController' => 'getOrderServiceCrudControllerService',
  355.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceEmbdedCrudController' => 'getOrderServiceEmbdedCrudControllerService',
  356.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceTrashCrudController' => 'getOrderServiceTrashCrudControllerService',
  357.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController3Service',
  358.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController2Service',
  359.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentCrudController' => 'getPaymentCrudControllerService',
  360.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController3Service',
  361.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController2Service',
  362.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController2Service',
  363.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController3Service',
  364.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController3Service',
  365.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController3Service',
  366.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController6Service',
  367.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController6Service',
  368.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'getCategoryProductRevenueCrudController2Service',
  369.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController3Service',
  370.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController3Service',
  371.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'getExportExcelCategoryProductCrudController2Service',
  372.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'getExportExcelProductCrudController2Service',
  373.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController3Service',
  374.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController5Service',
  375.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController7Service',
  376.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'getProductPackChildCrudController2Service',
  377.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'getProductPackCrudController2Service',
  378.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'getProductRevenueCrudController2Service',
  379.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController4Service',
  380.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'getProductVariableCrudController2Service',
  381.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController3Service',
  382.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController3Service',
  383.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController2Service',
  384.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController2Service',
  385.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController3Service',
  386.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController3Service',
  387.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController3Service',
  388.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController2Service',
  389.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController3Service',
  390.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController2Service',
  391.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController2Service',
  392.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController2Service',
  393.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController2Service',
  394.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController3Service',
  395.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController2Service',
  396.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController4Service',
  397.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController2Service',
  398.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController2Service',
  399.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController2Service',
  400.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController2Service',
  401.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController2Service',
  402.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController2Service',
  403.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController2Service',
  404.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController2Service',
  405.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController4Service',
  406.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController7Service',
  407.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController7Service',
  408.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'getDashboardController20Service',
  409.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController4Service',
  410.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'getProductCrudController8Service',
  411.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController2Service',
  412.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController5Service',
  413.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController7Service',
  414.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController8Service',
  415.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController8Service',
  416.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController21Service',
  417.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController6Service',
  418.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController5Service',
  419.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController6Service',
  420.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController9Service',
  421.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController5Service',
  422.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController3Service',
  423.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController6Service',
  424.             'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController2Service',
  425.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController4Service',
  426.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController4Service',
  427.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController4Service',
  428.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController4Service',
  429.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController' => 'getPageCrudController4Service',
  430.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController4Service',
  431.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController4Service',
  432.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController4Service',
  433.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController4Service',
  434.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController4Service',
  435.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\BookingController' => 'getBookingController4Service',
  436.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\CartController' => 'getCartController4Service',
  437.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\CategoryProductController' => 'getCategoryProductController4Service',
  438.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\CheckoutController' => 'getCheckoutController4Service',
  439.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\DashboardController' => 'getDashboardController22Service',
  440.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\HomeController' => 'getHomeController4Service',
  441.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\MissionBookingController' => 'getMissionBookingController2Service',
  442.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\MyAccountController' => 'getMyAccountController4Service',
  443.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\PagesController' => 'getPagesController5Service',
  444.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\PartialController' => 'getPartialController4Service',
  445.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ProductController' => 'getProductController4Service',
  446.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\RegistrationController' => 'getRegistrationController4Service',
  447.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\SearchController' => 'getSearchController4Service',
  448.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\SectionController' => 'getSectionController2Service',
  449.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController' => 'getAgentCrudController4Service',
  450.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController5Service',
  451.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\DashboardController' => 'getDashboardController23Service',
  452.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController' => 'getMissionCrudController4Service',
  453.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController' => 'getOrderCrudController11Service',
  454.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController' => 'getAttributCrudController4Service',
  455.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController' => 'getAttributValueCrudController4Service',
  456.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController' => 'getBrandCrudController4Service',
  457.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'getCategoryOfferCrudController8Service',
  458.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController' => 'getCategoryProductCrudController9Service',
  459.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController4Service',
  460.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController' => 'getCityCrudController4Service',
  461.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController' => 'getCityRegionCrudController4Service',
  462.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController' => 'getCommentCrudController4Service',
  463.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController' => 'getCouponsCrudController4Service',
  464.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController' => 'getCustomerCrudController9Service',
  465.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'getCustomerGroupCrudController4Service',
  466.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController4Service',
  467.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController7Service',
  468.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController10Service',
  469.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController8Service',
  470.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'getDashboardController24Service',
  471.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'getMissionCrudController5Service',
  472.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => 'getOrderCrudController12Service',
  473.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController25Service',
  474.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController' => 'getDemandeFundCrudController7Service',
  475.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController' => 'getDepartementCrudController4Service',
  476.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController' => 'getImportCrudController4Service',
  477.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController4Service',
  478.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'getImportExcelCrudController4Service',
  479.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'getMyCustomerCrudController4Service',
  480.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController4Service',
  481.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController' => 'getOfferProductCrudController7Service',
  482.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController' => 'getOrderCrudController13Service',
  483.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController' => 'getPackCrudController4Service',
  484.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'getPackEngagementCrudController4Service',
  485.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController' => 'getPaymentMethodCrudController4Service',
  486.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController' => 'getProductCrudController10Service',
  487.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController' => 'getPromotionCrudController4Service',
  488.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'getShippingMethodCrudController4Service',
  489.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\VendorCrudController' => 'getVendorCrudController7Service',
  490.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => 'getCatalogueProductCrudController6Service',
  491.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'getCategoryOfferCrudController9Service',
  492.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => 'getCategoryProductCrudController10Service',
  493.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'getCustomerCrudController11Service',
  494.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'getDashboardController26Service',
  495.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => 'getDemandeFundCrudController8Service',
  496.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'getMyOrdersCrudController6Service',
  497.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => 'getOfferProductCrudController8Service',
  498.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\PagesController' => 'getPagesController6Service',
  499.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'getProductCrudController11Service',
  500.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController8Service',
  501.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'getVendorStatementCrudController4Service',
  502.             'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\VendorController' => 'getVendorController4Service',
  503.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => 'getBlocCrudController5Service',
  504.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => 'getMasterSliderCrudController5Service',
  505.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudController5Service',
  506.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => 'getMenuItemCrudController5Service',
  507.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => 'getPageCrudController5Service',
  508.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => 'getPubBannerCrudController5Service',
  509.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => 'getSectionCrudController5Service',
  510.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudController5Service',
  511.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => 'getSliderCrudController5Service',
  512.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => 'getSubMenuItemCrudController5Service',
  513.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController' => 'getDashboardController27Service',
  514.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\BookingController' => 'getBookingController5Service',
  515.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CartController' => 'getCartController5Service',
  516.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CategoryProductController' => 'getCategoryProductController5Service',
  517.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\CheckoutController' => 'getCheckoutController5Service',
  518.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\HomeController' => 'getHomeController5Service',
  519.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\MissionBookingController' => 'getMissionBookingController3Service',
  520.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\MyAccountController' => 'getMyAccountController5Service',
  521.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\PagesController' => 'getPagesController7Service',
  522.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\PartialController' => 'getPartialController5Service',
  523.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\ProductController' => 'getProductController5Service',
  524.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\RegistrationController' => 'getRegistrationController5Service',
  525.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\SearchController' => 'getSearchController5Service',
  526.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\SectionController' => 'getSectionController3Service',
  527.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Front\\VendorController' => 'getVendorController5Service',
  528.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\OAuth\\FacebookController' => 'getFacebookController3Service',
  529.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\OAuth\\GoogleController' => 'getGoogleController3Service',
  530.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceController' => 'getInvoiceControllerService',
  531.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => 'getInvoiceCrudControllerService',
  532.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'getAgentCrudController6Service',
  533.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\DashboardController' => 'getDashboardController28Service',
  534.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController3Service',
  535.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'getCustomerCrudController12Service',
  536.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController5Service',
  537.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController5Service',
  538.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController9Service',
  539.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController10Service',
  540.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => 'getDashboardController29Service',
  541.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController6Service',
  542.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController14Service',
  543.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController5Service',
  544.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController5Service',
  545.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'getPackCrudController5Service',
  546.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController5Service',
  547.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController' => 'getDashboardController30Service',
  548.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcelController' => 'getImportExcelController5Service',
  549.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'getImportCrudController5Service',
  550.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController9Service',
  551.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderController' => 'getOrderController5Service',
  552.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'getOrderCrudController15Service',
  553.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'getBankBookCrudController3Service',
  554.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController5Service',
  555.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'getTransactionCrudController3Service',
  556.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController3Service',
  557.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'getAttributCrudController5Service',
  558.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'getAttributValueCrudController5Service',
  559.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'getBrandCrudController5Service',
  560.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController10Service',
  561.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController11Service',
  562.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController5Service',
  563.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'getCommentCrudController5Service',
  564.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController5Service',
  565.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'getOfferProductCrudController9Service',
  566.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'getProductCrudController12Service',
  567.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'getCouponsCrudController5Service',
  568.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'getPromotionCrudController5Service',
  569.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController3Service',
  570.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController3Service',
  571.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'getCityCrudController5Service',
  572.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController5Service',
  573.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'getDepartementCrudController5Service',
  574.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController3Service',
  575.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController5Service',
  576.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController3Service',
  577.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController3Service',
  578.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController3Service',
  579.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController3Service',
  580.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController5Service',
  581.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController3Service',
  582.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController6Service',
  583.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController3Service',
  584.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController3Service',
  585.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController3Service',
  586.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController3Service',
  587.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController3Service',
  588.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController3Service',
  589.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController3Service',
  590.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController3Service',
  591.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'getStoreCrudController3Service',
  592.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController7Service',
  593.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController11Service',
  594.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController12Service',
  595.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController13Service',
  596.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController31Service',
  597.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController10Service',
  598.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController7Service',
  599.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController10Service',
  600.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\PagesController' => 'getPagesController8Service',
  601.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController13Service',
  602.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController9Service',
  603.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController5Service',
  604.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'getVendorCrudController10Service',
  605.             'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Statistics\\AdminStatsController' => 'getAdminStatsController3Service',
  606.             'App\\Flexy\\MyNewBundle\\Controller\\DashboardController' => 'getDashboardController32Service',
  607.             'App\\Flexy\\POSBundle\\Controller\\CaisseCrudController' => 'getCaisseCrudControllerService',
  608.             'App\\Flexy\\POSBundle\\Controller\\CartController' => 'getCartController6Service',
  609.             'App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController' => 'getCustomerOrderCrudControllerService',
  610.             'App\\Flexy\\POSBundle\\Controller\\DashboardController' => 'getDashboardController33Service',
  611.             'App\\Flexy\\POSBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  612.             'App\\Flexy\\POSBundle\\Controller\\OrderCrudController' => 'getOrderCrudController16Service',
  613.             'App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController' => 'getOrderOldCrudController5Service',
  614.             'App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController' => 'getOrderToDoCrudController5Service',
  615.             'App\\Flexy\\POSBundle\\Controller\\TableCrudController' => 'getTableCrudControllerService',
  616.             'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceController' => 'getInvoiceController2Service',
  617.             'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => 'getInvoiceCrudController2Service',
  618.             'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => 'getAgentCrudController7Service',
  619.             'App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController' => 'getDashboardController34Service',
  620.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => 'getCustomerCODCrudController4Service',
  621.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => 'getCustomerCrudController14Service',
  622.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'getCustomerGroupCrudController6Service',
  623.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => 'getCustomerPackEngagementCrudController6Service',
  624.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController11Service',
  625.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController12Service',
  626.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController' => 'getDashboardController35Service',
  627.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => 'getMissionCrudController7Service',
  628.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => 'getOrderCrudController17Service',
  629.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => 'getMyCustomerCrudController6Service',
  630.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController6Service',
  631.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'getPackCrudController6Service',
  632.             'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => 'getPackEngagementCrudController6Service',
  633.             'App\\Flexy\\ShopBundle\\Controller\\DashboardController' => 'getDashboardController36Service',
  634.             'App\\Flexy\\ShopBundle\\Controller\\ImportExcelController' => 'getImportExcelController6Service',
  635.             'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => 'getImportCrudController6Service',
  636.             'App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => 'getDemandeFundCrudController11Service',
  637.             'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderController' => 'getOrderController6Service',
  638.             'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => 'getOrderCrudController18Service',
  639.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => 'getBankBookCrudController4Service',
  640.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => 'getPaymentMethodCrudController6Service',
  641.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => 'getTransactionCrudController4Service',
  642.             'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => 'getTransactionListCrudController4Service',
  643.             'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => 'getAttributCrudController6Service',
  644.             'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => 'getAttributValueCrudController6Service',
  645.             'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => 'getBrandCrudController6Service',
  646.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => 'getCategoryOfferCrudController12Service',
  647.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => 'getCategoryProductCrudController13Service',
  648.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => 'getCategoryProductShopCrudController6Service',
  649.             'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => 'getCommentCrudController6Service',
  650.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => 'getImportExcelCrudController6Service',
  651.             'App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => 'getOfferProductCrudController11Service',
  652.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => 'getProductCrudController14Service',
  653.             'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => 'getProductSubscriptionCrudController5Service',
  654.             'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => 'getCouponsCrudController6Service',
  655.             'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => 'getPromotionCrudController6Service',
  656.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => 'getCashBoxCrudController4Service',
  657.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'getCashOnDeliveryCrudController4Service',
  658.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => 'getCityCrudController6Service',
  659.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => 'getCityRegionCrudController6Service',
  660.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => 'getDepartementCrudController6Service',
  661.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => 'getShipmentCollectMoneyCrudController4Service',
  662.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => 'getShipmentCrudController7Service',
  663.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'getShipmentItemChildCrudController4Service',
  664.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => 'getShipmentItemCrudController4Service',
  665.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => 'getShipmentPaperCrudController4Service',
  666.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => 'getShippingCalculationMethodCrudController4Service',
  667.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'getShippingMethodCrudController6Service',
  668.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => 'getStepTypeCrudController4Service',
  669.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'getShipmentCrudController8Service',
  670.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentTrackingController' => 'getShipmentTrackingController4Service',
  671.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'getStepFiveShipmentCrudController4Service',
  672.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'getStepFourShipmentCrudController4Service',
  673.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'getStepOneShipmentCrudController4Service',
  674.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'getStepSixShipmentCrudController4Service',
  675.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'getStepThreeShipmentCrudController4Service',
  676.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'getStepTwoShipmentCrudController4Service',
  677.             'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'getTrackingStepCrudController4Service',
  678.             'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => 'getStoreCrudController4Service',
  679.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'getCatalogueProductCrudController8Service',
  680.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'getCategoryOfferCrudController13Service',
  681.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'getCategoryProductCrudController14Service',
  682.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => 'getCustomerCrudController15Service',
  683.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => 'getDashboardController37Service',
  684.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => 'getDemandeFundCrudController12Service',
  685.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => 'getMyOrdersCrudController8Service',
  686.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'getOfferProductCrudController12Service',
  687.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\PagesController' => 'getPagesController9Service',
  688.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'getProductCrudController15Service',
  689.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'getVendorCrudController11Service',
  690.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => 'getVendorStatementCrudController6Service',
  691.             'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => 'getVendorCrudController12Service',
  692.             'App\\Flexy\\StockBundle\\Controller\\ArticleCrudController' => 'getArticleCrudControllerService',
  693.             'App\\Flexy\\StockBundle\\Controller\\DashboardController' => 'getDashboardController38Service',
  694.             'App\\Flexy\\StockBundle\\Controller\\DocumentCrudController' => 'getDocumentCrudControllerService',
  695.             'App\\Flexy\\StockBundle\\Controller\\StockCrudController' => 'getStockCrudControllerService',
  696.             'App\\Flexy\\TransportBundle\\Controller\\AgentCrudController' => 'getAgentCrudController8Service',
  697.             'App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController' => 'getCustomerCrudController16Service',
  698.             'App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController' => 'getCustomerGroupCrudController7Service',
  699.             'App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController' => 'getCustomerWalletPointCrudController13Service',
  700.             'App\\Flexy\\TransportBundle\\Controller\\DashboardController' => 'getDashboardController39Service',
  701.             'App\\Flexy\\TransportBundle\\Controller\\MissionCrudController' => 'getMissionCrudController8Service',
  702.             'App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController' => 'getMyCustomerCrudController7Service',
  703.             'App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController' => 'getMyCustomerWalletCrudController7Service',
  704.             'App\\Flexy\\TransportBundle\\Controller\\OrderCrudController' => 'getOrderCrudController19Service',
  705.             'App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController' => 'getOrderDraftCrudControllerService',
  706.             'App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController' => 'getOrderItemCrudController2Service',
  707.             'App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController' => 'getShipmentItemCrudController5Service',
  708.             'App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController' => 'getShippingMethodCrudController7Service',
  709.             'App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController' => 'getShippingVehicleTypeCrudControllerService',
  710.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  711.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  712.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  713.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  714.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  715.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  716.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  717.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  718.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  719.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  720.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  721.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  722.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  723.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  724.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  725.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  726.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  727.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  728.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  729.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  730.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  731.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  732.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  733.             'cache.app_clearer' => 'getCache_AppClearerService',
  734.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  735.             'cache.system_clearer' => 'getCache_SystemClearerService',
  736.             'cache_warmer' => 'getCacheWarmerService',
  737.             'console.command_loader' => 'getConsole_CommandLoaderService',
  738.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  739.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  740.             'error_controller' => 'getErrorControllerService',
  741.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  742.             'knp_paginator' => 'getKnpPaginatorService',
  743.             'knpu.oauth2.client.facebook_main' => 'getKnpu_Oauth2_Client_FacebookMainService',
  744.             'knpu.oauth2.client.google' => 'getKnpu_Oauth2_Client_GoogleService',
  745.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  746.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  747.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  748.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  749.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  750.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  751.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  752.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  753.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  754.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  755.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  756.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  757.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  758.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  759.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  760.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  761.             'routing.loader' => 'getRouting_LoaderService',
  762.             'services_resetter' => 'getServicesResetterService',
  763.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  764.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  765.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  766.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  767.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  768.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  769.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  770.         ];
  771.         $this->aliases = [
  772.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  773.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  774.             'App\\Kernel' => 'kernel',
  775.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  776.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  777.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  778.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  779.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  780.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  781.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  782.             'database_connection' => 'doctrine.dbal.default_connection',
  783.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  784.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  785.             'oauth2.registry' => 'knpu.oauth2.registry',
  786.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  787.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  788.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  789.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  790.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  791.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  792.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  793.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  794.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  795.         ];
  796.         $this->privates['service_container'] = function () {
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  803.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  804.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/EventSubscriber/BootstrapKernelListener.php';
  805.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/FlexyFrontProvider.php';
  806.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShippingProvider.php';
  807.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShopProvider.php';
  808.             include_once \dirname(__DIR__4).'/src/Flexy/ShopBundle/Service/FlexyShopStatisticProvider.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Builder/ChartBuilderInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Builder/ChartBuilder.php';
  811.             include_once \dirname(__DIR__4).'/src/Service/FlexyNotificationProvider.php';
  812.             include_once \dirname(__DIR__4).'/src/Service/FlexySettingsProvider.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/CacheAttributeListener.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  825.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  843.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  850.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  908.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  909.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  910.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  911.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  931.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  932.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  938.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  939.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  940.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  941.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  942.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  943.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  944.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  947.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  948.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  949.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  950.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  951.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  952.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  972.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1075.             include_once \dirname(__DIR__4).'/src/Flexy/FrontBundle/Service/ShortcodeExtension.php';
  1076.             include_once \dirname(__DIR__4).'/src/Twig/BarcodeGeneratorExtension.php';
  1077.             include_once \dirname(__DIR__4).'/src/Twig/CalculationExtension.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/src/Twig/ChartExtension.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-turbo/src/Twig/TwigExtension.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-notify/src/Twig/NotifyExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/IsGrantedAttributeListener.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1421.         };
  1422.     }
  1423.     public function compile(): void
  1424.     {
  1425.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1426.     }
  1427.     public function isCompiled(): bool
  1428.     {
  1429.         return true;
  1430.     }
  1431.     public function getRemovedIds(): array
  1432.     {
  1433.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1434.     }
  1435.     protected function load($file$lazyLoad true)
  1436.     {
  1437.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1438.             return $class::do($this$lazyLoad);
  1439.         }
  1440.         if ('.' === $file[-4]) {
  1441.             $class substr($class0, -4);
  1442.         } else {
  1443.             $file .= '.php';
  1444.         }
  1445.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1446.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1447.     }
  1448.     protected function createProxy($class\Closure $factory)
  1449.     {
  1450.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1451.         return $factory();
  1452.     }
  1453.     /**
  1454.      * Gets the public '.container.private.profiler' shared service.
  1455.      *
  1456.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1457.      */
  1458.     protected function get_Container_Private_ProfilerService()
  1459.     {
  1460.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1461.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1462.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1463.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1464.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1465.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1466.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1467.         $c = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  1468.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1469.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1470.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1471.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1472.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1473.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1474.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1475.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1476.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1477.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1478.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1479.         $d->addInstance('cache.security_is_granted_attribute_expression_language', ($this->services['cache.security_is_granted_attribute_expression_language'] ?? $this->getCache_SecurityIsGrantedAttributeExpressionLanguageService()));
  1480.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1481.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1482.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1483.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1484.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1485.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1486.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1487.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1488.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1489.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1490.         if ($this->has('kernel')) {
  1491.             $f->setKernel($b);
  1492.         }
  1493.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1494.         $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())));
  1495.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1496.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1497.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1498.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1499.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1500.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1501.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1502.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1503.         $instance->add(($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1504.         $instance->add($d);
  1505.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1506.         $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())));
  1507.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($this->privates['twig'] ?? $this->getTwigService())));
  1508.         $instance->add($e);
  1509.         $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([]))));
  1510.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1511.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1512.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  1513.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ??= new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener())));
  1514.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1515.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1516.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  1517.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1518.         }, 1)));
  1519.         $instance->add($f);
  1520.         return $instance;
  1521.     }
  1522.     /**
  1523.      * Gets the public 'cache.app' shared service.
  1524.      *
  1525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1526.      */
  1527.     protected function getCache_AppService()
  1528.     {
  1529.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tZBYj363eA'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1530.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1531.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1532.     }
  1533.     /**
  1534.      * Gets the public 'cache.security_is_granted_attribute_expression_language' shared service.
  1535.      *
  1536.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1537.      */
  1538.     protected function getCache_SecurityIsGrantedAttributeExpressionLanguageService()
  1539.     {
  1540.         return $this->services['cache.security_is_granted_attribute_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LBDMvDidGY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'cache.system' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1546.      */
  1547.     protected function getCache_SystemService()
  1548.     {
  1549.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CJa2TL8IZh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1550.     }
  1551.     /**
  1552.      * Gets the public 'cache.validator_expression_language' shared service.
  1553.      *
  1554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1555.      */
  1556.     protected function getCache_ValidatorExpressionLanguageService()
  1557.     {
  1558.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Whl9O1ovlW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1559.     }
  1560.     /**
  1561.      * Gets the public 'data_collector.dump' shared service.
  1562.      *
  1563.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1564.      */
  1565.     protected function getDataCollector_DumpService()
  1566.     {
  1567.         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()));
  1568.     }
  1569.     /**
  1570.      * Gets the public 'doctrine' shared service.
  1571.      *
  1572.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1573.      */
  1574.     protected function getDoctrineService()
  1575.     {
  1576.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1577.     }
  1578.     /**
  1579.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1580.      *
  1581.      * @return \Doctrine\DBAL\Connection
  1582.      */
  1583.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1584.     {
  1585.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1586.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1587.             return $this->services['doctrine.dbal.default_connection'];
  1588.         }
  1589.         $b = new \Doctrine\DBAL\Configuration();
  1590.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1591.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1592.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1593.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1594.         $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)));
  1595.         $d->setConnectionName('default');
  1596.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1597.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1598.         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']);
  1599.     }
  1600.     /**
  1601.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1602.      *
  1603.      * @return \Doctrine\ORM\EntityManager
  1604.      */
  1605.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1606.     {
  1607.         if (true === $lazyLoad) {
  1608.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManagerGhost51e8656', fn () => \EntityManagerGhost51e8656::createLazyGhost($this->getDoctrine_Orm_DefaultEntityManagerService(...)));
  1609.         }
  1610.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1622.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1623.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1625.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1629.         $a = new \Doctrine\ORM\Configuration();
  1630.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1631.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  1632.         $b->addDriver($c'App\\Entity');
  1633.         $b->addDriver($c'App\\Flexy\\POSBundle\\Entity');
  1634.         $b->addDriver($c'App\\Flexy\\StockBundle\\Entity');
  1635.         $b->addDriver($c'App\\Flexy\\FrontBundle\\Entity');
  1636.         $b->addDriver($c'App\\Flexy\\ShopBundle\\Entity');
  1637.         $b->addDriver($c'App\\Flexy\\BookingBundle\\Entity');
  1638.         $b->addDriver($c'App\\Flexy\\TransportBundle\\Entity');
  1639.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1640.         $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']);
  1641.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1642.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1643.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1644.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1645.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1646.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1647.         ], [
  1648.             'doctrine.ulid_generator' => '?',
  1649.             'doctrine.uuid_generator' => '?',
  1650.         ])));
  1651.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1652.         $a->setProxyNamespace('Proxies');
  1653.         $a->setAutoGenerateProxyClasses(true);
  1654.         $a->setSchemaIgnoreClasses([]);
  1655.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1656.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1657.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1658.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1659.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1660.         $a->setLazyGhostObjectEnabled(false);
  1661.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1662.             'App\\Flexy\\FrontBundle\\Repository\\BlocRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\BlocRepository''getBlocRepositoryService'true],
  1663.             'App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository''getCategoryOfferRepositoryService'true],
  1664.             'App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository''getCategoryProductFrontRepositoryService'true],
  1665.             'App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository''getMasterSliderRepositoryService'true],
  1666.             'App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository''getMenuItemRepositoryService'true],
  1667.             'App\\Flexy\\FrontBundle\\Repository\\MenuRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\MenuRepository''getMenuRepositoryService'true],
  1668.             'App\\Flexy\\FrontBundle\\Repository\\OfferRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\OfferRepository''getOfferRepositoryService'true],
  1669.             'App\\Flexy\\FrontBundle\\Repository\\PageRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\PageRepository''getPageRepositoryService'true],
  1670.             'App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository''getProductFrontRepositoryService'true],
  1671.             'App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository''getPubBannerRepositoryService'true],
  1672.             'App\\Flexy\\FrontBundle\\Repository\\ReservationRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\ReservationRepository''getReservationRepositoryService'true],
  1673.             'App\\Flexy\\FrontBundle\\Repository\\SectionRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SectionRepository''getSectionRepositoryService'true],
  1674.             'App\\Flexy\\FrontBundle\\Repository\\SlideRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SlideRepository''getSlideRepositoryService'true],
  1675.             'App\\Flexy\\FrontBundle\\Repository\\SliderRepository' => ['privates''App\\Flexy\\FrontBundle\\Repository\\SliderRepository''getSliderRepositoryService'true],
  1676.             'App\\Flexy\\POSBundle\\Repository\\CaisseRepository' => ['privates''App\\Flexy\\POSBundle\\Repository\\CaisseRepository''getCaisseRepositoryService'true],
  1677.             'App\\Flexy\\POSBundle\\Repository\\TableRepository' => ['privates''App\\Flexy\\POSBundle\\Repository\\TableRepository''getTableRepositoryService'true],
  1678.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository''getCustomerAddressRepository2Service'true],
  1679.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository''getCustomerGroupRepositoryService'true],
  1680.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository''getCustomerRepositoryService'true],
  1681.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository''getCustomerWalletPointRepositoryService'true],
  1682.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository''getPackEngagementRepository2Service'true],
  1683.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository''getPackRepository2Service'true],
  1684.             'App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository''getAdjustmentRepositoryService'true],
  1685.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository''getOrderItemRepositoryService'true],
  1686.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository''getOrderRepositoryService'true],
  1687.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  1688.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository''getPaymentRepositoryService'true],
  1689.             'App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository''getProductShopRepositoryService'true],
  1690.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository''getAttributRepositoryService'true],
  1691.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository''getAttributValueRepositoryService'true],
  1692.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository''getCategoryProductRepositoryService'true],
  1693.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository''getCommentRepositoryService'true],
  1694.             'App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository''getProductRepositoryService'true],
  1695.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository''getCouponRepositoryService'true],
  1696.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository''getPromotionActionRepositoryService'true],
  1697.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository''getPromotionRepositoryService'true],
  1698.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository''getPromotionRuleRepositoryService'true],
  1699.             'App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository''getAgentRepositoryService'true],
  1700.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository''getCashBoxRepositoryService'true],
  1701.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository''getCityRegionRepositoryService'true],
  1702.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository''getCityRepositoryService'true],
  1703.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository''getDepartementRepository2Service'true],
  1704.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository''getShipmentItemRepositoryService'true],
  1705.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository''getShipmentRepositoryService'true],
  1706.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository''getShippingMethodRepositoryService'true],
  1707.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository''getShippingRuleRepositoryService'true],
  1708.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository''getShippingVehicleRepositoryService'true],
  1709.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository''getShippingVehicleTypeRepositoryService'true],
  1710.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository''getStepTypeRepositoryService'true],
  1711.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository''getTrackingStepRepositoryService'true],
  1712.             'App\\Flexy\\ShopBundle\\Repository\\VendorRepository' => ['privates''App\\Flexy\\ShopBundle\\Repository\\VendorRepository''getVendorRepositoryService'true],
  1713.             'App\\Flexy\\StockBundle\\Repository\\ArticleRepository' => ['privates''App\\Flexy\\StockBundle\\Repository\\ArticleRepository''getArticleRepositoryService'true],
  1714.             'App\\Flexy\\StockBundle\\Repository\\DocumentRepository' => ['privates''App\\Flexy\\StockBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'true],
  1715.             'App\\Flexy\\StockBundle\\Repository\\StockRepository' => ['privates''App\\Flexy\\StockBundle\\Repository\\StockRepository''getStockRepositoryService'true],
  1716.             'App\\Repository\\ApplicationRepository' => ['privates''App\\Repository\\ApplicationRepository''getApplicationRepositoryService'true],
  1717.             'App\\Repository\\Entity\\SettingsRepository' => ['privates''App\\Repository\\Entity\\SettingsRepository''getSettingsRepository2Service'true],
  1718.             'App\\Repository\\ExportExcelRepository' => ['privates''App\\Repository\\ExportExcelRepository''getExportExcelRepositoryService'true],
  1719.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository''getCategoryOfferRepository2Service'true],
  1720.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository''getMenuRepository2Service'true],
  1721.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository''getOfferRepository2Service'true],
  1722.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository' => ['privates''App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository''getReservationRepository2Service'true],
  1723.             'App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository' => ['privates''App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository''getPageRepository2Service'true],
  1724.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository''getAccountClassRepositoryService'true],
  1725.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository''getAccountRepositoryService'true],
  1726.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository''getFinancialPeriodRepositoryService'true],
  1727.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository''getFinancialYearRepositoryService'true],
  1728.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository''getInvoiceRepositoryService'true],
  1729.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository''getJournalEntryItemRepositoryService'true],
  1730.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository''getJournalEntryRepositoryService'true],
  1731.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository''getAttributRepository2Service'true],
  1732.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository''getBrandRepositoryService'true],
  1733.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository''getComplaintRepositoryService'true],
  1734.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository''getComplaintSubjectRepositoryService'true],
  1735.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1736.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository''getPackEngagementRepositoryService'true],
  1737.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository''getPackRepositoryService'true],
  1738.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\VisitRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\VisitRepository''getVisitRepositoryService'true],
  1739.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository''getImportExcelRepositoryService'true],
  1740.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository''getAdjustmentRepository2Service'true],
  1741.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\CashBoxOrderRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\CashBoxOrderRepository''getCashBoxOrderRepositoryService'true],
  1742.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository''getDemandeFundRepositoryService'true],
  1743.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository''getOrderItemNoteRepositoryService'true],
  1744.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository''getBankBookItemRepositoryService'true],
  1745.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository''getBankBookRepositoryService'true],
  1746.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository''getBankRepositoryService'true],
  1747.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository''getPaymentRepository2Service'true],
  1748.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository''getTransactionListRepositoryService'true],
  1749.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository''getTransactionRepositoryService'true],
  1750.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository''getImageProductRepositoryService'true],
  1751.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository''getImportExcelRepository2Service'true],
  1752.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository''getProductPackRepositoryService'true],
  1753.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository''getProductSubscriptionRepositoryService'true],
  1754.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository''getProductVariantRepositoryService'true],
  1755.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository''getPromotionActionRepository2Service'true],
  1756.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository''getPromotionRuleRepository2Service'true],
  1757.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository''getCouponsRepositoryService'true],
  1758.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentObjectiveRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentObjectiveRepository''getAgentObjectiveRepositoryService'true],
  1759.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository''getAgentTypeRepositoryService'true],
  1760.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository''getCashOnDeliveryRepositoryService'true],
  1761.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository''getDepartementRepositoryService'true],
  1762.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository''getShipmentCollectMoneyRepositoryService'true],
  1763.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository''getShipmentItemChildRepositoryService'true],
  1764.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository''getShipmentItemRepository2Service'true],
  1765.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository''getShipmentItemTypeRepositoryService'true],
  1766.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository''getShipmentPaperRepositoryService'true],
  1767.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository''getShipmentRepository2Service'true],
  1768.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository''getShippingCalculationMethodRepositoryService'true],
  1769.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository''getShippingRepositoryService'true],
  1770.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository''getShippingRuleRepository2Service'true],
  1771.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository''getShippingVehicleRepository2Service'true],
  1772.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository''getStoreRepositoryService'true],
  1773.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository''getSupplierRepositoryService'true],
  1774.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository''getShippingTaxRepositoryService'true],
  1775.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository''getValueAddedTaxRepositoryService'true],
  1776.             'App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository' => ['privates''App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository''getProductVariantRepository2Service'true],
  1777.             'App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository' => ['privates''App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository''getShipmentItemChildRepository2Service'true],
  1778.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository''getMissionRepositoryService'true],
  1779.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository''getOrderMissionRepositoryService'true],
  1780.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository' => ['privates''App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository''getRequestMissionRepositoryService'true],
  1781.             'App\\Repository\\FrontThemeRepository' => ['privates''App\\Repository\\FrontThemeRepository''getFrontThemeRepositoryService'true],
  1782.             'App\\Repository\\LinkRepository' => ['privates''App\\Repository\\LinkRepository''getLinkRepositoryService'true],
  1783.             'App\\Repository\\LinkTypeRepository' => ['privates''App\\Repository\\LinkTypeRepository''getLinkTypeRepositoryService'true],
  1784.             'App\\Repository\\LogHistoryRepository' => ['privates''App\\Repository\\LogHistoryRepository''getLogHistoryRepositoryService'true],
  1785.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1786.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1787.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'true],
  1788.             'App\\Repository\\SessionHistoryRepository' => ['privates''App\\Repository\\SessionHistoryRepository''getSessionHistoryRepositoryService'true],
  1789.             'App\\Repository\\SettingsRepository' => ['privates''App\\Repository\\SettingsRepository''getSettingsRepositoryService'true],
  1790.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1791.         ], [
  1792.             'App\\Flexy\\FrontBundle\\Repository\\BlocRepository' => '?',
  1793.             'App\\Flexy\\FrontBundle\\Repository\\CategoryOfferRepository' => '?',
  1794.             'App\\Flexy\\FrontBundle\\Repository\\CategoryProductFrontRepository' => '?',
  1795.             'App\\Flexy\\FrontBundle\\Repository\\MasterSliderRepository' => '?',
  1796.             'App\\Flexy\\FrontBundle\\Repository\\MenuItemRepository' => '?',
  1797.             'App\\Flexy\\FrontBundle\\Repository\\MenuRepository' => '?',
  1798.             'App\\Flexy\\FrontBundle\\Repository\\OfferRepository' => '?',
  1799.             'App\\Flexy\\FrontBundle\\Repository\\PageRepository' => '?',
  1800.             'App\\Flexy\\FrontBundle\\Repository\\ProductFrontRepository' => '?',
  1801.             'App\\Flexy\\FrontBundle\\Repository\\PubBannerRepository' => '?',
  1802.             'App\\Flexy\\FrontBundle\\Repository\\ReservationRepository' => '?',
  1803.             'App\\Flexy\\FrontBundle\\Repository\\SectionRepository' => '?',
  1804.             'App\\Flexy\\FrontBundle\\Repository\\SlideRepository' => '?',
  1805.             'App\\Flexy\\FrontBundle\\Repository\\SliderRepository' => '?',
  1806.             'App\\Flexy\\POSBundle\\Repository\\CaisseRepository' => '?',
  1807.             'App\\Flexy\\POSBundle\\Repository\\TableRepository' => '?',
  1808.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerAddressRepository' => '?',
  1809.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerGroupRepository' => '?',
  1810.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerRepository' => '?',
  1811.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\CustomerWalletPointRepository' => '?',
  1812.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackEngagementRepository' => '?',
  1813.             'App\\Flexy\\ShopBundle\\Repository\\Customer\\PackRepository' => '?',
  1814.             'App\\Flexy\\ShopBundle\\Repository\\Order\\AdjustmentRepository' => '?',
  1815.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderItemRepository' => '?',
  1816.             'App\\Flexy\\ShopBundle\\Repository\\Order\\OrderRepository' => '?',
  1817.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentMethodRepository' => '?',
  1818.             'App\\Flexy\\ShopBundle\\Repository\\Payment\\PaymentRepository' => '?',
  1819.             'App\\Flexy\\ShopBundle\\Repository\\ProductShopRepository' => '?',
  1820.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributRepository' => '?',
  1821.             'App\\Flexy\\ShopBundle\\Repository\\Product\\AttributValueRepository' => '?',
  1822.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CategoryProductRepository' => '?',
  1823.             'App\\Flexy\\ShopBundle\\Repository\\Product\\CommentRepository' => '?',
  1824.             'App\\Flexy\\ShopBundle\\Repository\\Product\\ProductRepository' => '?',
  1825.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\CouponRepository' => '?',
  1826.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionActionRepository' => '?',
  1827.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRepository' => '?',
  1828.             'App\\Flexy\\ShopBundle\\Repository\\Promotion\\PromotionRuleRepository' => '?',
  1829.             'App\\Flexy\\ShopBundle\\Repository\\Resource\\AgentRepository' => '?',
  1830.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CashBoxRepository' => '?',
  1831.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRegionRepository' => '?',
  1832.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\CityRepository' => '?',
  1833.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\DepartementRepository' => '?',
  1834.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentItemRepository' => '?',
  1835.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShipmentRepository' => '?',
  1836.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingMethodRepository' => '?',
  1837.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingRuleRepository' => '?',
  1838.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleRepository' => '?',
  1839.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\ShippingVehicleTypeRepository' => '?',
  1840.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\StepTypeRepository' => '?',
  1841.             'App\\Flexy\\ShopBundle\\Repository\\Shipping\\TrackingStepRepository' => '?',
  1842.             'App\\Flexy\\ShopBundle\\Repository\\VendorRepository' => '?',
  1843.             'App\\Flexy\\StockBundle\\Repository\\ArticleRepository' => '?',
  1844.             'App\\Flexy\\StockBundle\\Repository\\DocumentRepository' => '?',
  1845.             'App\\Flexy\\StockBundle\\Repository\\StockRepository' => '?',
  1846.             'App\\Repository\\ApplicationRepository' => '?',
  1847.             'App\\Repository\\Entity\\SettingsRepository' => '?',
  1848.             'App\\Repository\\ExportExcelRepository' => '?',
  1849.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\CategoryOfferRepository' => '?',
  1850.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\MenuRepository' => '?',
  1851.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\OfferRepository' => '?',
  1852.             'App\\Repository\\Flexy\\BookingBundle\\Entity\\ReservationRepository' => '?',
  1853.             'App\\Repository\\Flexy\\FrontBundle\\Entity\\PageRepository' => '?',
  1854.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountClassRepository' => '?',
  1855.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\AccountRepository' => '?',
  1856.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialPeriodRepository' => '?',
  1857.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\FinancialYearRepository' => '?',
  1858.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\InvoiceRepository' => '?',
  1859.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryItemRepository' => '?',
  1860.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Accounting\\JournalEntryRepository' => '?',
  1861.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\AttributRepository' => '?',
  1862.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\BrandRepository' => '?',
  1863.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintRepository' => '?',
  1864.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubjectRepository' => '?',
  1865.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerAddressRepository' => '?',
  1866.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagementRepository' => '?',
  1867.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\PackRepository' => '?',
  1868.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Customer\\VisitRepository' => '?',
  1869.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcelRepository' => '?',
  1870.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\AdjustmentRepository' => '?',
  1871.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\CashBoxOrderRepository' => '?',
  1872.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFundRepository' => '?',
  1873.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Order\\OrderItemNoteRepository' => '?',
  1874.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookItemRepository' => '?',
  1875.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankBookRepository' => '?',
  1876.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\BankRepository' => '?',
  1877.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentRepository' => '?',
  1878.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionListRepository' => '?',
  1879.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionRepository' => '?',
  1880.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImageProductRepository' => '?',
  1881.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcelRepository' => '?',
  1882.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductPackRepository' => '?',
  1883.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscriptionRepository' => '?',
  1884.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Product\\ProductVariantRepository' => '?',
  1885.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\PromotionActionRepository' => '?',
  1886.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\PromotionRuleRepository' => '?',
  1887.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion\\CouponsRepository' => '?',
  1888.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentObjectiveRepository' => '?',
  1889.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Resource\\AgentTypeRepository' => '?',
  1890.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDeliveryRepository' => '?',
  1891.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\DepartementRepository' => '?',
  1892.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentCollectMoneyRepository' => '?',
  1893.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChildRepository' => '?',
  1894.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemRepository' => '?',
  1895.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemTypeRepository' => '?',
  1896.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaperRepository' => '?',
  1897.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentRepository' => '?',
  1898.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethodRepository' => '?',
  1899.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRepository' => '?',
  1900.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingRuleRepository' => '?',
  1901.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingVehicleRepository' => '?',
  1902.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Store\\StoreRepository' => '?',
  1903.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Supplier\\SupplierRepository' => '?',
  1904.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ShippingTaxRepository' => '?',
  1905.             'App\\Repository\\Flexy\\ShopBundle\\Entity\\Taxes\\ValueAddedTaxRepository' => '?',
  1906.             'App\\Repository\\Flexy\\ShopBundle\\Form\\Product\\ProductVariantRepository' => '?',
  1907.             'App\\Repository\\Flexy\\ShopBunlde\\Entity\\Shipping\\ShipmentItemChildRepository' => '?',
  1908.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\MissionRepository' => '?',
  1909.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\OrderMissionRepository' => '?',
  1910.             'App\\Repository\\Flexy\\TransportBundle\\Entity\\RequestMissionRepository' => '?',
  1911.             'App\\Repository\\FrontThemeRepository' => '?',
  1912.             'App\\Repository\\LinkRepository' => '?',
  1913.             'App\\Repository\\LinkTypeRepository' => '?',
  1914.             'App\\Repository\\LogHistoryRepository' => '?',
  1915.             'App\\Repository\\NotificationRepository' => '?',
  1916.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1917.             'App\\Repository\\RoleRepository' => '?',
  1918.             'App\\Repository\\SessionHistoryRepository' => '?',
  1919.             'App\\Repository\\SettingsRepository' => '?',
  1920.             'App\\Repository\\UserRepository' => '?',
  1921.         ])));
  1922.         $a->addCustomNumericFunction('WEEK''App\\Doctrine\\Functions\\WeekFunction');
  1923.         $a->addCustomNumericFunction('MONTH''App\\Doctrine\\Functions\\MonthFunction');
  1924.         $a->addCustomNumericFunction('YEAR''App\\Doctrine\\Functions\\YearFunction');
  1925.         $a->addCustomNumericFunction('YEARWEEK''App\\Doctrine\\Functions\\YearWeekFunction');
  1926.         $a->addCustomNumericFunction('ROUND''App\\Doctrine\\Functions\\RoundFunction');
  1927.         $a->addCustomNumericFunction('DATE_FORMAT''App\\Doctrine\\Functions\\DateFormatFunction');
  1928.         $a->addCustomNumericFunction('DATE''App\\Doctrine\\Functions\\DateFunction');
  1929.         $a->addCustomNumericFunction('DAY''App\\Doctrine\\Functions\\DayFunction');
  1930.         $a->addCustomNumericFunction('CAST''App\\Doctrine\\Functions\\CastFunction');
  1931.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1932.         $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);
  1933.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1934.         return $instance;
  1935.     }
  1936.     /**
  1937.      * Gets the public 'event_dispatcher' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1940.      */
  1941.     protected function getEventDispatcherService()
  1942.     {
  1943.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1944.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1945.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1946.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1947.         $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()));
  1948.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> #[\Closure(name'flexy_shop_api.event.jwt_created_listener', class: 'App\\Flexy\\ShopBundle\\EventSubscriber\\JWTCreatedListener')] function () {
  1949.             return ($this->privates['flexy_shop_api.event.jwt_created_listener'] ?? $this->load('getFlexyShopApi_Event_JwtCreatedListenerService'));
  1950.         }, => 'onJWTCreated'], 0);
  1951.         $instance->addListener('kernel.request', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener')] function () {
  1952.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\BootstrapKernelListener'] ??= new \App\Flexy\FrontBundle\EventSubscriber\BootstrapKernelListener());
  1953.         }, => 'onKernelRequest'], 0);
  1954.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  1955.             return ($this->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector());
  1956.         }, => 'onKernelController'], 0);
  1957.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  1958.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1959.         }, => 'checkPassport'], 1024);
  1960.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  1961.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1962.         }, => 'onKernelResponse'], 0);
  1963.         $instance->addListener('kernel.exception', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] function () {
  1964.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1965.         }, => 'onKernelException'], -64);
  1966.         $instance->addListener('kernel.view', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener')] function () {
  1967.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1968.         }, => 'onKernelView'], 0);
  1969.         $instance->addListener('kernel.request', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  1970.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1971.         }, => 'onKernelRequest'], 250);
  1972.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  1973.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1974.         }, => 'onKernelResponse'], 0);
  1975.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] function () {
  1976.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ??= new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener());
  1977.         }, => 'onResponse'], -10);
  1978.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] function () {
  1979.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1980.         }, => 'onKernelRequest'], 28);
  1981.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] function () {
  1982.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1983.         }, => 'onKernelRequest'], 2);
  1984.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] function () {
  1985.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1986.         }, => 'onKernelView'], 16);
  1987.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.respond', class: 'ApiPlatform\\Symfony\\EventListener\\RespondListener')] function () {
  1988.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1989.         }, => 'onKernelView'], 8);
  1990.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception.validation', class: 'ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener')] function () {
  1991.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1992.         }, => 'onKernelException'], 0);
  1993.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] function () {
  1994.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1995.         }, => 'onKernelException'], -96);
  1996.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] function () {
  1997.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1998.         }, => 'onKernelView'], 32);
  1999.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] function () {
  2000.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2001.         }, => 'onKernelRequest'], 4);
  2002.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] function () {
  2003.             return ($this->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener());
  2004.         }, => 'onKernelRequest'], 0);
  2005.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.http_cache.listener.response.configure', class: 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener')] function () {
  2006.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2007.         }, => 'onKernelResponse'], -1);
  2008.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] function () {
  2009.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2010.         }, => 'onKernelView'], 64);
  2011.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] function () {
  2012.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2013.         }, => 'onKernelRequest'], 16);
  2014.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.mercure.listener.response.add_link_header', class: 'ApiPlatform\\Symfony\\EventListener\\AddLinkHeaderListener')] function () {
  2015.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  2016.         }, => 'onKernelResponse'], 0);
  2017.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2018.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2019.         }, => 'onSecurity'], 3);
  2020.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2021.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2022.         }, => 'onSecurityPostDenormalize'], 1);
  2023.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  2024.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2025.         }, => 'onSecurityPostValidation'], 63);
  2026.         $instance->addListener('kernel.exception', [=> #[\Closure(name'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] function () {
  2027.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2028.         }, => 'onKernelException'], 0);
  2029.         $instance->addListener('kernel.request', [=> #[\Closure(name'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] function () {
  2030.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2031.         }, => 'onKernelRequest'], 0);
  2032.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2033.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2034.         }, => 'beforePersist'], 0);
  2035.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2036.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2037.         }, => 'beforeUpdated'], 0);
  2038.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2039.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service'));
  2040.         }, => 'beforeDeleted'], 0);
  2041.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\Flexy\\FrontBundle\\EventSubscriber\\EventsApiSubscriber')] function () {
  2042.             return ($this->privates['App\\Flexy\\FrontBundle\\EventSubscriber\\EventsApiSubscriber'] ?? $this->load('getEventsApiSubscriberService'));
  2043.         }, => 'postWrite'], 31);
  2044.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2045.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2046.         }, => 'beforePersist'], 0);
  2047.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2048.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2049.         }, => 'beforeUpdated'], 0);
  2050.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2051.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber3Service'));
  2052.         }, => 'afterAction'], 0);
  2053.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\Flexy\\ShopBundle\\EventSubscriber\\EventsApiSubscriber')] function () {
  2054.             return ($this->privates['App\\Flexy\\ShopBundle\\EventSubscriber\\EventsApiSubscriber'] ?? $this->load('getEventsApiSubscriber2Service'));
  2055.         }, => 'sendMail'], 31);
  2056.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2057.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2058.         }, => 'beforePersist'], 0);
  2059.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2060.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2061.         }, => 'beforeUpdated'], 0);
  2062.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> #[\Closure(name'App\\EventSubscriber\\EasyAdminSubscriber')] function () {
  2063.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  2064.         }, => 'beforeDelete'], 0);
  2065.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  2066.             return ($this->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false));
  2067.         }, => 'onKernelResponse'], 0);
  2068.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2069.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2070.         }, => 'setDefaultLocale'], 100);
  2071.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2072.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2073.         }, => 'onKernelRequest'], 16);
  2074.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  2075.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2076.         }, => 'onKernelFinishRequest'], 0);
  2077.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  2078.             return ($this->privates['validate_request_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener());
  2079.         }, => 'onKernelRequest'], 256);
  2080.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  2081.             return ($this->privates['disallow_search_engine_index_response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener());
  2082.         }, => 'onResponse'], -255);
  2083.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2084.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2085.         }, => 'onControllerArguments'], 0);
  2086.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2087.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2088.         }, => 'logKernelException'], 0);
  2089.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2090.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2091.         }, => 'onKernelException'], -128);
  2092.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  2093.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2094.         }, => 'removeCspHeader'], -128);
  2095.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  2096.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  2097.         }, => 'onKernelControllerArguments'], 10);
  2098.         $instance->addListener('kernel.response', [=> #[\Closure(name'controller.cache_attribute_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener')] function () {
  2099.             return ($this->privates['controller.cache_attribute_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\CacheAttributeListener());
  2100.         }, => 'onKernelResponse'], -10);
  2101.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  2102.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2103.         }, => 'onKernelRequest'], 15);
  2104.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  2105.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2106.         }, => 'onKernelFinishRequest'], -15);
  2107.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  2108.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2109.         }, => 'onConsoleError'], -128);
  2110.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  2111.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2112.         }, => 'onConsoleTerminate'], -128);
  2113.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  2114.             return ($this->privates['console.suggest_missing_package_subscriber'] ??= new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber());
  2115.         }, => 'onConsoleError'], 0);
  2116.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] function () {
  2117.             return ($this->privates['mailer.envelope_listener'] ??= new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL));
  2118.         }, => 'onMessage'], -255);
  2119.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] function () {
  2120.             return ($this->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener());
  2121.         }, => 'onMessage'], -255);
  2122.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.messenger_transport_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessengerTransportListener')] function () {
  2123.             return ($this->privates['mailer.messenger_transport_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessengerTransportListener());
  2124.         }, => 'onMessage'], 0);
  2125.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  2126.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2127.         }, => 'configure'], 2048);
  2128.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  2129.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2130.         }, => 'configure'], 2048);
  2131.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2132.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2133.         }, => 'onKernelRequest'], 32);
  2134.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2135.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2136.         }, => 'onKernelFinishRequest'], 0);
  2137.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  2138.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2139.         }, => 'onKernelException'], -64);
  2140.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_link.add_link_header_listener', class: 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener')] function () {
  2141.             return ($this->privates['web_link.add_link_header_listener'] ??= new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener());
  2142.         }, => 'onKernelResponse'], 0);
  2143.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  2144.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2145.         }, => 'onKernelRequest'], 128);
  2146.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  2147.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2148.         }, => 'onKernelResponse'], -1000);
  2149.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> #[\Closure(name'notifier.logger_notification_listener', class: 'Symfony\\Component\\Notifier\\EventListener\\NotificationLoggerListener')] function () {
  2150.             return ($this->privates['notifier.logger_notification_listener'] ??= new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener());
  2151.         }, => 'onNotification'], -255);
  2152.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2153.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2154.         }, => 'onKernelResponse'], -100);
  2155.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2156.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2157.         }, => 'onKernelException'], 0);
  2158.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  2159.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2160.         }, => 'onKernelTerminate'], -1024);
  2161.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  2162.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2163.         }, => 'onKernelController'], 0);
  2164.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  2165.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2166.         }, => 'onKernelResponse'], 0);
  2167.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] function () {
  2168.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2169.         }, => 'onKernelController'], 0);
  2170.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] function () {
  2171.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2172.         }, => 'onKernelController'], 0);
  2173.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  2174.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2175.         }, => 'onKernelController'], -128);
  2176.         $instance->addListener('kernel.view', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  2177.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2178.         }, => 'onKernelView'], 0);
  2179.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  2180.             return ($this->privates['sensio_framework_extra.cache.listener'] ??= new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  2181.         }, => 'onKernelController'], 0);
  2182.         $instance->addListener('kernel.response', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  2183.             return ($this->privates['sensio_framework_extra.cache.listener'] ??= new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  2184.         }, => 'onKernelResponse'], 0);
  2185.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'sensio_framework_extra.security.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener')] function () {
  2186.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2187.         }, => 'onKernelControllerArguments'], 0);
  2188.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'framework_extra_bundle.event.is_granted', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener')] function () {
  2189.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2190.         }, => 'onKernelControllerArguments'], 0);
  2191.         $instance->addListener('kernel.view', [=> #[\Closure(name'controller.template_attribute_listener', class: 'Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener')] function () {
  2192.             return ($this->privates['controller.template_attribute_listener'] ?? $this->load('getController_TemplateAttributeListenerService'));
  2193.         }, => 'onKernelView'], -128);
  2194.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  2195.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2196.         }, => 'onMessage'], 0);
  2197.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  2198.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2199.         }, => 'onKernelResponse'], -128);
  2200.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  2201.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2202.         }, => 'onCommand'], 255);
  2203.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  2204.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2205.         }, => 'onTerminate'], -255);
  2206.         $instance->addListener('console.command', [=> #[\Closure(name'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] function () {
  2207.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2208.         }, => 'configure'], 1024);
  2209.         $instance->addListener('console.error', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  2210.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  2211.         }, => 'onConsoleError'], 0);
  2212.         $instance->addListener('console.terminate', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  2213.             return ($this->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber());
  2214.         }, => 'onConsoleTerminate'], 0);
  2215.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'controller.is_granted_attribute_listener', class: 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener')] function () {
  2216.             return ($this->privates['controller.is_granted_attribute_listener'] ?? $this->getController_IsGrantedAttributeListenerService());
  2217.         }, => 'onKernelControllerArguments'], 20);
  2218.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2219.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2220.         }, => 'checkPassport'], 0);
  2221.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2222.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2223.         }, => 'onLoginSuccess'], 0);
  2224.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  2225.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2226.         }, => 'onVoterVote'], 0);
  2227.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2228.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2229.         }, => 'configureLogoutUrlGenerator'], 8);
  2230.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2231.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2232.         }, => 'onKernelRequest'], 8);
  2233.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  2234.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2235.         }, => 'onKernelFinishRequest'], 0);
  2236.         $instance->addListener('kernel.request', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  2237.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2238.         }, => 'onKernelRequest'], 0);
  2239.         $instance->addListener('kernel.controller', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  2240.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2241.         }, => 'onKernelController'], 128);
  2242.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.blame', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener')] function () {
  2243.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2244.         }, => 'onKernelRequest'], 0);
  2245.         $instance->addListener('kernel.request', [=> #[\Closure(name'stof_doctrine_extensions.event_listener.logger', class: 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener')] function () {
  2246.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2247.         }, => 'onKernelRequest'], 0);
  2248.         $instance->addListener('kernel.response', [=> #[\Closure(name'Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber')] function () {
  2249.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ??= new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber());
  2250.         }, => 'onKernelResponse'], 0);
  2251.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener')] function () {
  2252.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2253.         }, => 'resetAssets'], 0);
  2254.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.paginate', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber')] function () {
  2255.             return ($this->privates['knp_paginator.subscriber.paginate'] ??= new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber());
  2256.         }, => 'before'], 0);
  2257.         $instance->addListener('knp_pager.pagination', [=> #[\Closure(name'knp_paginator.subscriber.paginate', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber')] function () {
  2258.             return ($this->privates['knp_paginator.subscriber.paginate'] ??= new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber());
  2259.         }, => 'pagination'], 0);
  2260.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.sortable', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SortableSubscriber')] function () {
  2261.             return ($this->privates['knp_paginator.subscriber.sortable'] ??= new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber());
  2262.         }, => 'before'], 1);
  2263.         $instance->addListener('knp_pager.before', [=> #[\Closure(name'knp_paginator.subscriber.filtration', class: 'Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\FiltrationSubscriber')] function () {
  2264.             return ($this->privates['knp_paginator.subscriber.filtration'] ??= new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber());
  2265.         }, => 'before'], 1);
  2266.         $instance->addListener('knp_pager.pagination', [=> #[\Closure(name'knp_paginator.subscriber.sliding_pagination', class: 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber')] function () {
  2267.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2268.         }, => 'pagination'], 1);
  2269.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2270.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2271.         }, => 'checkPassport'], 512);
  2272.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2273.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2274.         }, => 'onLogout'], 0);
  2275.         return $instance;
  2276.     }
  2277.     /**
  2278.      * Gets the public 'http_kernel' shared service.
  2279.      *
  2280.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2281.      */
  2282.     protected function getHttpKernelService()
  2283.     {
  2284.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2285.         if (isset($this->services['http_kernel'])) {
  2286.             return $this->services['http_kernel'];
  2287.         }
  2288.         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 () {
  2289.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2290.             yield => ($this->privates['debug.doctrine.orm.entity_value_resolver'] ?? $this->load('getDebug_Doctrine_Orm_EntityValueResolverService'));
  2291.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  2292.             yield => ($this->privates['debug.argument_resolver.uid'] ?? $this->load('getDebug_ArgumentResolver_UidService'));
  2293.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  2294.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2295.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2296.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2297.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  2298.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  2299.             yield 10 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2300.             yield 11 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2301.             yield 12 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2302.             yield 13 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2303.         }, 14)), ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))), false);
  2304.     }
  2305.     /**
  2306.      * Gets the public 'knp_menu.matcher' shared service.
  2307.      *
  2308.      * @return \Knp\Menu\Matcher\Matcher
  2309.      */
  2310.     protected function getKnpMenu_MatcherService()
  2311.     {
  2312.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2313.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2314.         }, 1));
  2315.     }
  2316.     /**
  2317.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2318.      *
  2319.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2320.      */
  2321.     protected function getLiipImagine_Cache_ManagerService()
  2322.     {
  2323.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2324.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2325.             return $this->services['liip_imagine.cache.manager'];
  2326.         }
  2327.         $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);
  2328.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2329.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2330.         return $instance;
  2331.     }
  2332.     /**
  2333.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2334.      *
  2335.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2336.      */
  2337.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2338.     {
  2339.         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');
  2340.     }
  2341.     /**
  2342.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2343.      *
  2344.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2345.      */
  2346.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2347.     {
  2348.         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()));
  2349.     }
  2350.     /**
  2351.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2352.      *
  2353.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2354.      */
  2355.     protected function getLiipImagine_Cache_SignerService()
  2356.     {
  2357.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2358.     }
  2359.     /**
  2360.      * Gets the public 'request_stack' shared service.
  2361.      *
  2362.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2363.      */
  2364.     protected function getRequestStackService()
  2365.     {
  2366.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2367.     }
  2368.     /**
  2369.      * Gets the public 'router' shared service.
  2370.      *
  2371.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2372.      */
  2373.     protected function getRouterService()
  2374.     {
  2375.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2376.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2377.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2378.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2379.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2380.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2381.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2382.         ], [
  2383.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2384.         ]))->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');
  2385.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2386.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2387.         return $instance;
  2388.     }
  2389.     /**
  2390.      * Gets the public 'translator' shared service.
  2391.      *
  2392.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2393.      */
  2394.     protected function getTranslatorService()
  2395.     {
  2396.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2397.     }
  2398.     /**
  2399.      * Gets the public 'var_dumper.cloner' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2402.      */
  2403.     protected function getVarDumper_ClonerService()
  2404.     {
  2405.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2406.         $instance->setMaxItems(2500);
  2407.         $instance->setMinDepth(1);
  2408.         $instance->setMaxString(-1);
  2409.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the private '.debug.http_client' shared service.
  2414.      *
  2415.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2416.      */
  2417.     protected function get_Debug_HttpClientService()
  2418.     {
  2419.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'headers' => [], 'resolve' => []], 6);
  2420.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2421.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2422.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2423.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2424.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2425.         $a->setLogger($b);
  2426.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2427.     }
  2428.     /**
  2429.      * Gets the private '.service_locator.JYo.9Ts' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2432.      */
  2433.     protected function get_ServiceLocator_JYo_9TsService()
  2434.     {
  2435.         return $this->privates['.service_locator.JYo.9Ts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2436.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2437.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2438.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2439.         ], [
  2440.             'security.firewall.map.context.api' => '?',
  2441.             'security.firewall.map.context.dev' => '?',
  2442.             'security.firewall.map.context.main' => '?',
  2443.         ]);
  2444.     }
  2445.     /**
  2446.      * Gets the private 'App\Flexy\FrontBundle\Service\FlexyFrontProvider' shared autowired service.
  2447.      *
  2448.      * @return \App\Flexy\FrontBundle\Service\FlexyFrontProvider
  2449.      */
  2450.     protected function getFlexyFrontProviderService()
  2451.     {
  2452.         $a = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  2453.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2454.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2455.         }
  2456.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2457.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2458.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2459.         }
  2460.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2461.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2462.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2463.         }
  2464.         $d = ($this->privates['twig'] ?? $this->getTwigService());
  2465.         if (isset($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'])) {
  2466.             return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'];
  2467.         }
  2468.         return $this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] = new \App\Flexy\FrontBundle\Service\FlexyFrontProvider($a$b, ($this->services['router'] ?? $this->getRouterService()), $c$d);
  2469.     }
  2470.     /**
  2471.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShippingProvider' shared autowired service.
  2472.      *
  2473.      * @return \App\Flexy\ShopBundle\Service\FlexyShippingProvider
  2474.      */
  2475.     protected function getFlexyShippingProviderService()
  2476.     {
  2477.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2478.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2479.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2480.         }
  2481.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2482.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2483.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2484.         }
  2485.         $c = ($this->privates['App\\Service\\FlexyNotificationProvider'] ?? $this->getFlexyNotificationProviderService());
  2486.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2487.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2488.         }
  2489.         $d = ($this->privates['twig'] ?? $this->getTwigService());
  2490.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'])) {
  2491.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'];
  2492.         }
  2493.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShippingProvider($a$b$c$d);
  2494.     }
  2495.     /**
  2496.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShopProvider' shared autowired service.
  2497.      *
  2498.      * @return \App\Flexy\ShopBundle\Service\FlexyShopProvider
  2499.      */
  2500.     protected function getFlexyShopProviderService()
  2501.     {
  2502.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2503.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'])) {
  2504.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'];
  2505.         }
  2506.         $b = ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] ?? $this->getFlexyShippingProviderService());
  2507.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'])) {
  2508.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'];
  2509.         }
  2510.         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);
  2511.     }
  2512.     /**
  2513.      * Gets the private 'App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider' shared autowired service.
  2514.      *
  2515.      * @return \App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider
  2516.      */
  2517.     protected function getFlexyShopStatisticProviderService()
  2518.     {
  2519.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2520.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'])) {
  2521.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'];
  2522.         }
  2523.         $b = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  2524.         if (isset($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'])) {
  2525.             return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'];
  2526.         }
  2527.         return $this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'] = new \App\Flexy\ShopBundle\Service\FlexyShopStatisticProvider($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $b, new \Symfony\UX\Chartjs\Builder\ChartBuilder());
  2528.     }
  2529.     /**
  2530.      * Gets the private 'App\Service\FlexyNotificationProvider' shared autowired service.
  2531.      *
  2532.      * @return \App\Service\FlexyNotificationProvider
  2533.      */
  2534.     protected function getFlexyNotificationProviderService()
  2535.     {
  2536.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2537.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2538.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2539.         }
  2540.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2541.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2542.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2543.         }
  2544.         $c = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2545.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2546.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2547.         }
  2548.         $d = ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService());
  2549.         if (isset($this->privates['App\\Service\\FlexyNotificationProvider'])) {
  2550.             return $this->privates['App\\Service\\FlexyNotificationProvider'];
  2551.         }
  2552.         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);
  2553.     }
  2554.     /**
  2555.      * Gets the private 'App\Service\FlexySettingsProvider' shared autowired service.
  2556.      *
  2557.      * @return \App\Service\FlexySettingsProvider
  2558.      */
  2559.     protected function getFlexySettingsProviderService()
  2560.     {
  2561.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2562.         if (isset($this->privates['App\\Service\\FlexySettingsProvider'])) {
  2563.             return $this->privates['App\\Service\\FlexySettingsProvider'];
  2564.         }
  2565.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2566.         if (isset($this->privates['App\\Service\\FlexySettingsProvider'])) {
  2567.             return $this->privates['App\\Service\\FlexySettingsProvider'];
  2568.         }
  2569.         return $this->privates['App\\Service\\FlexySettingsProvider'] = new \App\Service\FlexySettingsProvider($a$b);
  2570.     }
  2571.     /**
  2572.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2573.      *
  2574.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2575.      */
  2576.     protected function getAdminRouterSubscriberService()
  2577.     {
  2578.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2579.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2580.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2581.         }
  2582.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  2583.         $c = ($this->services['router'] ?? $this->getRouterService());
  2584.         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\\ExportExcelCrudController' => 'App\\Entity\\ExportExcel''App\\Controller\\Admin\\FrontThemeCrudController' => 'App\\Entity\\FrontTheme''App\\Controller\\Admin\\LinkCrudController' => 'App\\Entity\\Link''App\\Controller\\Admin\\LinkTypeCrudController' => 'App\\Entity\\LinkType''App\\Controller\\Admin\\LogHistoryCrudController' => 'App\\Entity\\LogHistory''App\\Controller\\Admin\\NotificationCrudController' => 'App\\Entity\\Notification''App\\Controller\\Admin\\ProductCrudController' => 'App\\Entity\\Product''App\\Controller\\Admin\\RoleCrudController' => 'App\\Entity\\Role''App\\Controller\\Admin\\SettingsCrudController' => 'App\\Entity\\Settings''App\\Controller\\Admin\\UserCrudController' => 'App\\Entity\\User''App\\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\\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\\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\\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\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''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\\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\\Lasalle\\Controller\\Admin\\BlocCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Bloc''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MasterSliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MasterSlider''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Menu''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PageCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Page''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PubBannerCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\PubBanner''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SectionCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Section''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SlideCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slide''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SliderCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\Slider''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SubMenuItemCrudController' => 'App\\Flexy\\FrontBundle\\Entity\\MenuItem''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCoachCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCommercialCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentObjectiveCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\AgentObjective''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Resource\\Agent''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerGroup''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeTrashCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerVisitorsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\CustomerWalletPoint''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'App\\Flexy\\TransportBundle\\Entity\\Mission''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\PackEngagement''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\VisitCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Visit''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\ImportExcel\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\CashBoxOrder''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderNewCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\CashBoxOrder''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'App\\Entity\\LogHistory''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\OrderItem''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCanceledCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceEmbdedCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceTrashCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Payment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\Transaction''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Payment\\TransactionList''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Attribut''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\AttributValue''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Brand''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Comment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'App\\Entity\\ExportExcel''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ImportExcel''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Coupon''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashBox''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CashOnDelivery''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\City''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\CityRegion''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Departement''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItemChild''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentItem''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShipmentPaper''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingCalculationMethod''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\StepType''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\Shipment''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\StoreCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Store\\Store''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\CategoryProduct''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Customer\\Customer''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\DemandeFund''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Product\\Product''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'App\\Flexy\\ShopBundle\\Entity\\Order\\Order''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\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' => 'a63af57''App\\Controller\\Admin\\ExportExcelCrudController' => '2e89cf2''App\\Controller\\Admin\\FrontThemeCrudController' => 'efcb9fd''App\\Controller\\Admin\\LinkCrudController' => 'a332d3d''App\\Controller\\Admin\\LinkTypeCrudController' => 'b4995ca''App\\Controller\\Admin\\LogHistoryCrudController' => '6b3a431''App\\Controller\\Admin\\NotificationCrudController' => '54db243''App\\Controller\\Admin\\ProductCrudController' => 'd2c3aad''App\\Controller\\Admin\\RoleCrudController' => '9bbe826''App\\Controller\\Admin\\SettingsCrudController' => '2970af9''App\\Controller\\Admin\\UserCrudController' => 'aa1b781''App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController' => '610191c''App\\Flexy\\BookingBundle\\Controller\\OfferCrudController' => 'bc0448b''App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController' => 'ea12b96''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController' => '3dede7d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController' => 'eb7e7bb''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController' => 'd9c40dc''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController' => '07fcef5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController' => '0500fc5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController' => '5628139''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController' => '4ec50a1''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController' => 'ca99e23''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController' => '575093f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController' => 'ed4956d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController' => '1b9d795''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController' => '5cb75a6''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController' => 'af71564''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController' => '8acb2cb''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController' => '9e023e6''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController' => '2024a2a''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => '8dfa34d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController' => 'cb9059e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController' => '0893310''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController' => '698e11e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController' => '1d57a51''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '19c5b31''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => 'd730e61''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => '88b39c1''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController' => '6d8fab1''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController' => '74d2fb8''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => '639f49b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => '17aa697''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController' => '4276951''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController' => '3ccbc1c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController' => '44dcd8f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController' => '5ab0a5f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController' => 'c12188f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => '3d695bc''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController' => 'e58e513''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController' => '0548cef''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController' => 'e9294ff''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'ae38abd''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController' => '99ba8e5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController' => '62958f4''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController' => 'ac30d3f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController' => 'c68fdc5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => '2bb0a5d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'a0b03f9''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => '447467d''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => '5b6d7c5''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => '2293af4''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => '670250b''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => '482791c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => '507f066''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '90bb77c''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'b97ded0''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController' => 'def58f4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController' => '146dfc2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController' => '7b6146e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController' => '1ac1102''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController' => '65e6d8a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController' => 'bdea021''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController' => '557d6ec''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController' => '0722156''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController' => 'f8113a4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController' => '66b90ab''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController' => '401ed8a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '9b2c1a4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '61f076e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => '3b2d109''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '5d73885''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => 'c8ad4d4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => '4408fe8''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => 'f783dd5''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => '6435a92''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => '06b634b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => '0badb89''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => '483b89a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '26fac9f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => '1148630''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'fa3dd79''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '46d471a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'c231f51''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => '5baf05e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => '7c31034''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => '58696da''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '36be23c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController' => '4fce6ae''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '7a5eaa4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '75131d7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'a608d78''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => 'dc153dd''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'e53372f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => '6b26a1b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => '308286f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController' => 'f71a269''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '711ed46''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'fb4fad7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => '17b7530''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'caee9a5''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController' => '793a5f7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => '8824e5f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController' => '3188afb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => '2d238fb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => '6b0c5b2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => '1479c8e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => '68e4532''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController' => '535a12e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => '6f46c09''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => 'dfb7e26''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '1e28dee''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => 'd9775a3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController' => '102dd53''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => '6274e86''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => '7bacde0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'bc5a1bb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => '5a8c7a9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => 'ff30cd9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => 'cd2f508''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => '42c62f6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '4dde843''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'abfd091''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => '7c1dfc6''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '3858d7e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '240fd68''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '8b43feb''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => 'b878479''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => '617c051''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'd4e4cdd''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => '20c6576''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => '50271f3''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'b6b598e''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => '0b93115''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '8c0fbba''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => '685355d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => '55354e1''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '57203f2''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => '16355fc''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '4e97db8''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '665a0be''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'ab35c90''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'b62c69f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => '9a5b02f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => '04ed29f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => 'f07249d''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => '2da1f61''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController' => '3a19f6b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => '0114837''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => 'bfc343a''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'fb29511''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => 'dff341f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => '678b3f4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => '67122c9''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'ed52534''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => 'a145e43''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => 'f8891d1''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => 'd77b385''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '4f7279b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\BlocCrudController' => '5dd22c1''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MasterSliderCrudController' => '7895f4c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuCrudController' => 'e5c52d7''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuItemCrudController' => '5d44941''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PageCrudController' => '3dc76f9''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PubBannerCrudController' => '0817bfa''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SectionCrudController' => '3257842''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SlideCrudController' => '152a5ca''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SliderCrudController' => '606d461''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SubMenuItemCrudController' => 'ded32b2''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCoachCrudController' => '66b71d0''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCommercialCrudController' => 'aac621b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => 'ee82896''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentObjectiveCrudController' => '83a9c9e''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController' => '41b1cd5''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController' => 'b8434be''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController' => '06699ff''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController' => '9919619''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController' => '761cb99''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController' => '5bec2ed''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController' => 'b65faae''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController' => 'a5829d6''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController' => '9adfdbd''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => '2c6a663''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '4b1fc9a''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'ae4d00b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => '50775d1''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeCrudController' => '95770fb''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeTrashCrudController' => '20c8f0b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerVisitorsCrudController' => 'a3f180e''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '60dda1c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '58617e3''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'fab7810''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'ef1bd84''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => '038c925''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '4fc1301''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackCrudController' => 'cc34406''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => 'bfa1031''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ProductSubscriptionCrudController' => 'cbbffb2''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\VisitCrudController' => 'cbb4406''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => '45b48cb''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderCrudController' => '6f0c72d''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderNewCrudController' => '3d82100''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController' => 'd07afee''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController' => '0edbb3b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => '3cfc0c3''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController' => '473fd43''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController' => 'd68106f''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '29ea18e''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderItemCrudController' => '3cb466a''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCanceledCrudController' => '376671f''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCrudController' => 'e93b9bc''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceEmbdedCrudController' => '0d0b2c6''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceTrashCrudController' => '700be24''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ProductSubscriptionCrudController' => '130bf3d''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '853a8bc''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentCrudController' => 'dc67131''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => 'bd93ee4''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => 'f7fc84b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => '8c95e9d''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributCrudController' => 'ed033b2''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => '5a30aec''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\BrandCrudController' => 'caca23b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => '7bce60c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'bfe4e35''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController' => 'f1dd74f''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => '3c75bdd''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'bd4110c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController' => 'b91bbb1''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController' => '2db242f''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => '5984d51''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => '9554615''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'a23d78b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController' => '646a24c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackCrudController' => '11328b7''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController' => 'b196a08''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController' => '91b1687''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController' => '8c3d389''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => '2a73147''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => '44121f7''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '056b8e8''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => 'e06dbb3''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => '26d99f4''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => '39ad894''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '46d83df''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '55eb5f4''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => '52d18e6''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => '83aca24''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'ac6221a''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => '46ef5a4''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => 'e77464c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => '88f9a4c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => '1ec7226''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '6e4506c''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'e7abce6''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => '94253ec''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '4aeeb2b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => '79b464e''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '5d5a6d7''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '6f86409''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => 'ecc154a''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController' => 'e41df03''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController' => 'f864b06''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController' => 'df1ce42''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController' => '4c1b84d''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController' => '889c1e9''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\StoreCrudController' => '03abdc3''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => '2c57e12''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '37ae429''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => 'd010cd6''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => '21cdada''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => '8a66eeb''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'd244027''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'c0cc23e''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => '22376cb''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => '9aa2b13''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => '2932623''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => '0ad4dc8''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\BlocCrudController' => 'f4cef68''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController' => '640bbde''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController' => 'cd0fbbf''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController' => 'fe2d30b''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController' => '978cf73''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController' => '5333c9f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController' => '93f97c6''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController' => '8d644a4''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController' => '3b2d9b3''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController' => 'f82727e''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '216bd50''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController' => 'f436db4''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController' => '58115ba''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController' => 'c7fcada''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController' => '5298568''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController' => 'ae1b6b5''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController' => 'ac32c1f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController' => 'f286e6a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController' => '5a4f75a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController' => '2c19bb8''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController' => '3a5881f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController' => '7586a49''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController' => 'b27c33c''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController' => '920eea2''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => 'a2049be''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '3d939b1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController' => '3d8cfb9''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController' => '8cb1c13''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController' => '705b812''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController' => 'cc9cd92''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController' => '03101be''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController' => '1e47bb3''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController' => '1121a6c''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController' => '09cb424''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController' => '1b6ce4f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController' => 'd5d6d42''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController' => '02c376f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController' => 'baa44b1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController' => 'a568976''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController' => 'b6bbff4''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController' => 'a2e7891''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController' => 'e63910f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController' => '1b164fb''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController' => '4041982''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController' => '56de77a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController' => '0df1a02''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController' => '6c36ec7''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController' => 'db594a1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController' => '863ae10''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController' => 'bd9d35a''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController' => '66fafc9''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController' => 'd396cc5''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController' => '3fe3483''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController' => 'b938159''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'd0646c8''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController' => 'f426ec1''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\VendorCrudController' => '02b97cb''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController' => 'dbd8c0a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController' => '0120ffa''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController' => '6e24d25''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController' => '24117ed''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController' => '54ac7d5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController' => '8b4416b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController' => '0c1e54c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController' => '467f3a3''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController' => '9833153''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController' => '8990c37''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController' => 'ae6baf5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController' => '24e8328''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController' => '1fe50ea''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController' => '2fda0ab''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController' => 'ff63106''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController' => 'b7d76b1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController' => '115ef69''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController' => '87dcdf5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController' => 'ef8f368''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController' => 'b93a745''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController' => 'eb29130''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController' => '4e7c736''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController' => '9c98def''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController' => '31b76db''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController' => 'c806864''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController' => 'e2f9d64''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController' => '53dfc88''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController' => '6b236b8''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController' => '63b4e61''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController' => '1a1e1fd''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController' => 'd48a0bb''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController' => '3ead16a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController' => '71989c3''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController' => '100d5c3''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController' => '9d248cb''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController' => 'e3e4896''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController' => 'fceafde''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController' => 'c7b06e9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController' => 'c7be336''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController' => '6f9a75c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController' => 'e1ea9c4''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController' => '079c233''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController' => '05e7e45''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController' => '4e622ef''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController' => '8190b54''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController' => 'ef3ddf9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController' => 'c491853''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController' => '2176bbe''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController' => '5f83b67''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController' => '543426e''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController' => '94027d9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController' => 'e6480a8''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController' => 'e0a3fc7''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController' => '848cf1a''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController' => 'f2e6b5b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController' => '0960826''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController' => '742508f''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController' => '2c48ac5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController' => '7b31412''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController' => '96d74a0''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController' => 'e5536a0''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController' => '40dfc14''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController' => '3a7645c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController' => '7ac248b''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController' => '83e4293''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController' => '2f32371''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController' => '850740c''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController' => '47f69e5''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController' => '719fad1''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController' => 'f17d8ff''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController' => 'fff74e6''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController' => 'cd6d561''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController' => '2ce6134''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController' => '0d45769''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController' => '6dbfea9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController' => 'b2e5e0e''App\\Flexy\\POSBundle\\Controller\\CaisseCrudController' => '6c3fe0e''App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController' => '4ac426e''App\\Flexy\\POSBundle\\Controller\\OrderCrudController' => 'b632f11''App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController' => 'ce3b763''App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController' => 'a315b87''App\\Flexy\\POSBundle\\Controller\\TableCrudController' => 'fa912ef''App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController' => '2543e74''App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController' => '074fd62''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController' => 'c23cd6f''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController' => '413003a''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController' => 'a8560ee''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController' => '2c3c42b''App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController' => 'a38a28f''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController' => 'a9a2b9d''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController' => '8b6a2d6''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController' => '7b02518''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController' => 'a0c2114''App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController' => 'd46657d''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController' => 'fbf592f''App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController' => '173f47a''App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController' => '9e2cf87''App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController' => '0a546cb''App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController' => '591564a''App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController' => '654f0a0''App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController' => '3585f20''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController' => 'a1bb5bd''App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController' => '18ca221''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController' => '4626d67''App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController' => '34094fe''App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController' => 'a2c9d16''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController' => '08aac87''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController' => '7ac803e''App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController' => '68d7354''App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController' => '9760966''App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController' => '2e94500''App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController' => '7d6b770''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController' => 'aa552fb''App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController' => '2be2434''App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController' => '8dd1922''App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController' => '095d422''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController' => '6fa5f2d''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController' => 'e671cb9''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController' => '69579e5''App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController' => '35795c5''App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController' => '65e1f17''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController' => '4ac38d2''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController' => 'c6ed1aa''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController' => 'f17486d''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController' => '47f1b49''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController' => '6fe3b2a''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController' => '3996a65''App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController' => 'e411aa1''App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController' => '8b868bc''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController' => 'd0c84ae''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController' => 'dfa0115''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController' => 'aaaed6b''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController' => 'c7d4e2b''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController' => 'a992506''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController' => '4151c40''App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController' => '78de919''App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController' => 'b6660ba''App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController' => '31cbbfa''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController' => '04e5ede''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController' => '02055e8''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController' => 'a25c25c''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController' => '3dc9141''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController' => '4c064fa''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController' => '3a8f80d''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController' => 'dab2fe5''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController' => 'cb79bf4''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController' => 'd84dae6''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController' => '01c44a9''App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController' => 'a1bb593''App\\Flexy\\StockBundle\\Controller\\ArticleCrudController' => '4c6bbda''App\\Flexy\\StockBundle\\Controller\\DocumentCrudController' => '6d70a76''App\\Flexy\\StockBundle\\Controller\\StockCrudController' => '6fe481b''App\\Flexy\\TransportBundle\\Controller\\AgentCrudController' => 'f388b7d''App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController' => '98d3f3e''App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController' => 'ce558d6''App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController' => '5bf0d91''App\\Flexy\\TransportBundle\\Controller\\MissionCrudController' => 'bfb7f30''App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController' => 'b95e088''App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController' => 'e5c5d18''App\\Flexy\\TransportBundle\\Controller\\OrderCrudController' => 'dd74179''App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController' => '62cdeec''App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController' => '1b3d63f''App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController' => '4876ed8''App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController' => 'b47ce72''App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController' => '19c3208'], ['App\\Entity\\Application' => 'App\\Controller\\Admin\\ApplicationCrudController''App\\Entity\\ExportExcel' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''App\\Entity\\FrontTheme' => 'App\\Controller\\Admin\\FrontThemeCrudController''App\\Entity\\Link' => 'App\\Controller\\Admin\\LinkCrudController''App\\Entity\\LinkType' => 'App\\Controller\\Admin\\LinkTypeCrudController''App\\Entity\\LogHistory' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\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\\Controller\\Admin\\UserCrudController''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\\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\\Default\\Controller\\ShopAdmin\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\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\\CustomerWalletPoint' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController''App\\Flexy\\TransportBundle\\Entity\\Mission' => 'App\\Flexy\\TransportBundle\\Controller\\MissionCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\Order' => 'App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController''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\\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\\ShopBundle\\Entity\\Product\\Product' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Pack' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\PaymentMethod' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController''App\\Flexy\\ShopBundle\\Entity\\Promotion\\Promotion' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\ShippingMethod' => 'App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController''App\\Flexy\\ShopBundle\\Entity\\CategoryProductShop' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController''App\\Flexy\\ShopBundle\\Entity\\Vendor\\Vendor' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Complaint' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\ComplaintSubject' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\BankBook' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController''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\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ProductPack' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''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\\StepType' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController''App\\Flexy\\ShopBundle\\Entity\\Shipping\\TrackingStep' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController''App\\Flexy\\ShopBundle\\Entity\\Store\\Store' => 'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController''App\\Flexy\\ShopBundle\\Entity\\Resource\\AgentObjective' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentObjectiveCrudController''App\\Flexy\\ShopBundle\\Entity\\Product\\ProductSubscription' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController''App\\Flexy\\ShopBundle\\Entity\\Customer\\Visit' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\VisitCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\CashBoxOrder' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderNewCrudController''App\\Flexy\\ShopBundle\\Entity\\Order\\OrderItem' => 'App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController''App\\Flexy\\ShopBundle\\Entity\\Payment\\Payment' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentCrudController''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductShop' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\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\\Shipping\\ShippingVehicleType' => 'App\\Flexy\\TransportBundle\\Controller\\ShippingVehicleTypeCrudController'], ['a63af57' => 'App\\Controller\\Admin\\ApplicationCrudController''2e89cf2' => 'App\\Controller\\Admin\\ExportExcelCrudController''efcb9fd' => 'App\\Controller\\Admin\\FrontThemeCrudController''a332d3d' => 'App\\Controller\\Admin\\LinkCrudController''b4995ca' => 'App\\Controller\\Admin\\LinkTypeCrudController''6b3a431' => 'App\\Controller\\Admin\\LogHistoryCrudController''54db243' => 'App\\Controller\\Admin\\NotificationCrudController''d2c3aad' => 'App\\Controller\\Admin\\ProductCrudController''9bbe826' => 'App\\Controller\\Admin\\RoleCrudController''2970af9' => 'App\\Controller\\Admin\\SettingsCrudController''aa1b781' => 'App\\Controller\\Admin\\UserCrudController''610191c' => 'App\\Flexy\\BookingBundle\\Controller\\CategoryOfferCrudController''bc0448b' => 'App\\Flexy\\BookingBundle\\Controller\\OfferCrudController''ea12b96' => 'App\\Flexy\\BookingBundle\\Controller\\ReservationCrudController''3dede7d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\BlocCrudController''eb7e7bb' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MasterSliderCrudController''d9c40dc' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuCrudController''07fcef5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\MenuItemCrudController''0500fc5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PageCrudController'5628139 => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\PubBannerCrudController''4ec50a1' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SectionCrudController''ca99e23' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SlideCrudController''575093f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SliderCrudController''ed4956d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\Admin\\SubMenuItemCrudController''1b9d795' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AgentCrudController''5cb75a6' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributCrudController''af71564' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\AttributValueCrudController''8acb2cb' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\BrandCrudController''9e023e6' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryOfferCrudController''2024a2a' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductCrudController''8dfa34d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CategoryProductShopCrudController''cb9059e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityCrudController''0893310' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CityRegionCrudController''698e11e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CommentCrudController''1d57a51' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CouponsCrudController''19c5b31' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''d730e61' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\MissionCrudController''88b39c1' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\OrderCrudController''6d8fab1' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerCrudController''74d2fb8' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerGroupCrudController''639f49b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController''17aa697' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\CustomerWalletPointCrudController'4276951 => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DemandeFundCrudController''3ccbc1c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DepartementCrudController''44dcd8f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportCrudController''5ab0a5f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ImportExcelCrudController''c12188f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerCrudController''3d695bc' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\MyCustomerWalletCrudController''e58e513' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OfferProductCrudController''0548cef' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\OrderCrudController''e9294ff' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackCrudController''ae38abd' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PackEngagementCrudController''99ba8e5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PaymentMethodCrudController''62958f4' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ProductCrudController''ac30d3f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\PromotionCrudController''c68fdc5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\ShippingMethodCrudController''2bb0a5d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController''a0b03f9' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController''447467d' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController''5b6d7c5' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController''2293af4' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController''670250b' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController''482791c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController''507f066' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\ProductCrudController''90bb77c' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''b97ded0' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController''def58f4' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\VendorCrudController''146dfc2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\BlocCrudController''7b6146e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MasterSliderCrudController''1ac1102' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuCrudController''65e6d8a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\MenuItemCrudController''bdea021' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PageCrudController''557d6ec' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\PubBannerCrudController''0722156' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SectionCrudController''f8113a4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SlideCrudController''66b90ab' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SliderCrudController''401ed8a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\Admin\\SubMenuItemCrudController''9b2c1a4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\AgentCrudController''61f076e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''3b2d109' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController''5d73885' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController''c8ad4d4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''4408fe8' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''f783dd5' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''6435a92' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''06b634b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController''0badb89' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''483b89a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''26fac9f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerCrudController'1148630 => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''fa3dd79' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''46d471a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''c231f51' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''5baf05e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''7c31034' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''58696da' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''36be23c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''4fce6ae' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackCrudController''7a5eaa4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''75131d7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''a608d78' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController''dc153dd' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController''e53372f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''6b26a1b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController''308286f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''f71a269' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Order\\OrderCrudController''711ed46' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''fb4fad7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''17b7530' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''caee9a5' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''793a5f7' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributCrudController''8824e5f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''3188afb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\BrandCrudController''2d238fb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''6b0c5b2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''1479c8e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''68e4532' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''535a12e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\CommentCrudController''6f46c09' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController''dfb7e26' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''1e28dee' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''d9775a3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''102dd53' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductCrudController''6274e86' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''7bacde0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''bc5a1bb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''5a8c7a9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''ff30cd9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''cd2f508' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''42c62f6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''4dde843' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''abfd091' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''7c1dfc6' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityCrudController''3858d7e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''240fd68' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''8b43feb' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''b878479' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''617c051' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''d4e4cdd' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''20c6576' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''50271f3' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''b6b598e' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''0b93115' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''8c0fbba' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''685355d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''55354e1' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''57203f2' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''16355fc' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''4e97db8' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''665a0be' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''ab35c90' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''b62c69f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController''9a5b02f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController''04ed29f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController''f07249d' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController''2da1f61' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController''3a19f6b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\StoreCrudController''0114837' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''bfc343a' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''fb29511' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''dff341f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''678b3f4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''67122c9' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''ed52534' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''a145e43' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''f8891d1' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''d77b385' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''4f7279b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''5dd22c1' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\BlocCrudController''7895f4c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MasterSliderCrudController''e5c52d7' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuCrudController''5d44941' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\MenuItemCrudController''3dc76f9' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PageCrudController''0817bfa' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\PubBannerCrudController'3257842 => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SectionCrudController''152a5ca' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SlideCrudController''606d461' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SliderCrudController''ded32b2' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\Admin\\SubMenuItemCrudController''66b71d0' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCoachCrudController''aac621b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCommercialCrudController''ee82896' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentCrudController''83a9c9e' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\AgentObjectiveCrudController''41b1cd5' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderCrudController''b8434be' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderOldCrudController''06699ff' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\OrderToDoCrudController'9919619 => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderCrudController''761cb99' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderOldCrudController''5bec2ed' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\OrderToDoCrudController''b65faae' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\ShippingAgentCrudController''a5829d6' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintCrudController''9adfdbd' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ComplaintSubjectCrudController''2c6a663' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''4b1fc9a' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''ae4d00b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''50775d1' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''95770fb' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeCrudController''20c8f0b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerSubscribeTrashCrudController''a3f180e' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerVisitorsCrudController''60dda1c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''58617e3' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''fab7810' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''ef1bd84' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''038c925' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''4fc1301' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''cc34406' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackCrudController''bfa1031' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''cbbffb2' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\ProductSubscriptionCrudController''cbb4406' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\VisitCrudController''45b48cb' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''6f0c72d' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderCrudController''3d82100' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\CashBoxOrderNewCrudController''d07afee' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderPaymentCrudController''0edbb3b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ChangeStatusOrderShippingCrudController''3cfc0c3' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''473fd43' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ExportExcelOrderCrudController''d68106f' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\LogHistoryOrderCrudController''29ea18e' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderCrudController''3cb466a' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderItemCrudController''376671f' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCanceledCrudController''e93b9bc' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceCrudController''0d0b2c6' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceEmbdedCrudController''700be24' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\OrderServiceTrashCrudController''130bf3d' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Order\\ProductSubscriptionCrudController''853a8bc' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''dc67131' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentCrudController''bd93ee4' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''f7fc84b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''8c95e9d' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''ed033b2' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributCrudController''5a30aec' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''caca23b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\BrandCrudController''7bce60c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''bfe4e35' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''f1dd74f' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductRevenueCrudController''3c75bdd' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''bd4110c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\CommentCrudController''b91bbb1' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelCategoryProductCrudController''2db242f' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ExportExcelProductCrudController''5984d51' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController'9554615 => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''a23d78b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductCrudController''646a24c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackChildCrudController''11328b7' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductPackCrudController''b196a08' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductRevenueCrudController''91b1687' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductSubscriptionCrudController''8c3d389' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Product\\ProductVariableCrudController''2a73147' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''44121f7' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''056b8e8' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''e06dbb3' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''26d99f4' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityCrudController''39ad894' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''46d83df' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''55eb5f4' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''52d18e6' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''83aca24' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''ac6221a' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''46ef5a4' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''e77464c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''88f9a4c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''1ec7226' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''6e4506c' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''e7abce6' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''94253ec' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''4aeeb2b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''79b464e' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''5d5a6d7' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''6f86409' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''ecc154a' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''e41df03' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CatalogueProductCrudController''f864b06' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CategoryProductCrudController''df1ce42' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\CustomerCrudController''4c1b84d' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\MyOrdersCrudController''889c1e9' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\ProductCrudController''03abdc3' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\StoreCrudController''2c57e12' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''37ae429' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''d010cd6' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''21cdada' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''8a66eeb' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''d244027' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''c0cc23e' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''22376cb' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''9aa2b13' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController'2932623 => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''0ad4dc8' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''f4cef68' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\BlocCrudController''640bbde' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MasterSliderCrudController''cd0fbbf' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuCrudController''fe2d30b' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\MenuItemCrudController''978cf73' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PageCrudController''5333c9f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\PubBannerCrudController''93f97c6' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SectionCrudController''8d644a4' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SlideCrudController''3b2d9b3' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SliderCrudController''f82727e' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\Admin\\SubMenuItemCrudController''216bd50' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\AgentCrudController''f436db4' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\MissionCrudController''58115ba' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\OrderCrudController''c7fcada' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AgentCrudController'5298568 => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributCrudController''ae1b6b5' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\AttributValueCrudController''ac32c1f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\BrandCrudController''f286e6a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryOfferCrudController''5a4f75a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductCrudController''2c19bb8' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CategoryProductShopCrudController''3a5881f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityCrudController''7586a49' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CityRegionCrudController''b27c33c' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CommentCrudController''920eea2' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CouponsCrudController''a2049be' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''3d939b1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''3d8cfb9' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\MissionCrudController''8cb1c13' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\OrderCrudController''705b812' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerCrudController''cc9cd92' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerGroupCrudController''03101be' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerPackEngagementCrudController''1e47bb3' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\CustomerWalletPointCrudController''1121a6c' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DemandeFundCrudController''09cb424' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DepartementCrudController''1b6ce4f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportCrudController''d5d6d42' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ImportExcelCrudController''02c376f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerCrudController''baa44b1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\MyCustomerWalletCrudController''a568976' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OfferProductCrudController''b6bbff4' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\OrderCrudController''a2e7891' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackCrudController''e63910f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PackEngagementCrudController''1b164fb' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PaymentMethodCrudController'4041982 => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ProductCrudController''56de77a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\PromotionCrudController''0df1a02' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\ShippingMethodCrudController''6c36ec7' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CatalogueProductCrudController''db594a1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryOfferCrudController''863ae10' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CategoryProductCrudController''bd9d35a' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\CustomerCrudController''66fafc9' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DemandeFundCrudController''d396cc5' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\MyOrdersCrudController''3fe3483' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\OfferProductCrudController''b938159' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\ProductCrudController''d0646c8' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''f426ec1' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\VendorStatementCrudController''02b97cb' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\VendorCrudController''dbd8c0a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\BlocCrudController''0120ffa' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MasterSliderCrudController''6e24d25' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuCrudController''24117ed' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\MenuItemCrudController''54ac7d5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PageCrudController''8b4416b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\PubBannerCrudController''0c1e54c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SectionCrudController''467f3a3' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SlideCrudController'9833153 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SliderCrudController''8990c37' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\Admin\\SubMenuItemCrudController''ae6baf5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Accounting\\InvoiceCrudController''24e8328' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\AgentCrudController''1fe50ea' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCODCrudController''2fda0ab' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerCrudController''ff63106' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerGroupCrudController''b7d76b1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerPackEngagementCrudController''115ef69' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\CustomerWalletPointCrudController''87dcdf5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\CustomerWalletPointCrudController''ef8f368' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\MissionCrudController''b93a745' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\OrderCrudController''eb29130' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerCrudController''4e7c736' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\MyCustomerWalletCrudController''9c98def' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackCrudController''31b76db' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\PackEngagementCrudController''c806864' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\ImportExcel\\ImportCrudController''e2f9d64' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\DemandeFundCrudController''53dfc88' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Order\\OrderCrudController''6b236b8' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\BankBookCrudController''63b4e61' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\PaymentMethodCrudController''1a1e1fd' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionCrudController''d48a0bb' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Payment\\TransactionListCrudController''3ead16a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributCrudController''71989c3' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\AttributValueCrudController''100d5c3' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\BrandCrudController''9d248cb' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryOfferCrudController''e3e4896' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductCrudController''fceafde' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CategoryProductShopCrudController''c7b06e9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\CommentCrudController''c7be336' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ImportExcelCrudController''6f9a75c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\OfferProductCrudController''e1ea9c4' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Product\\ProductCrudController''079c233' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\CouponsCrudController''05e7e45' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Promotion\\PromotionCrudController''4e622ef' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashBoxCrudController''8190b54' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CashOnDeliveryCrudController''ef3ddf9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityCrudController''c491853' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\CityRegionCrudController''2176bbe' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\DepartementCrudController''5f83b67' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCollectMoneyCrudController''543426e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentCrudController''94027d9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemChildCrudController''e6480a8' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentItemCrudController''e0a3fc7' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShipmentPaperCrudController''848cf1a' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingCalculationMethodCrudController''f2e6b5b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\ShippingMethodCrudController''0960826' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\StepTypeCrudController''742508f' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\ShipmentCrudController''2c48ac5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFiveShipmentCrudController''7b31412' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepFourShipmentCrudController''96d74a0' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepOneShipmentCrudController''e5536a0' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepSixShipmentCrudController''40dfc14' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepThreeShipmentCrudController''3a7645c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\Steps\\StepTwoShipmentCrudController''7ac248b' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Shipping\\TrackingStepCrudController''83e4293' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Store\\StoreCrudController''2f32371' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CatalogueProductCrudController''850740c' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryOfferCrudController''47f69e5' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CategoryProductCrudController''719fad1' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\CustomerCrudController''f17d8ff' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DemandeFundCrudController''fff74e6' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\MyOrdersCrudController''cd6d561' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\OfferProductCrudController''2ce6134' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\ProductCrudController''0d45769' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorCrudController''6dbfea9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\VendorStatementCrudController''b2e5e0e' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\VendorCrudController''6c3fe0e' => 'App\\Flexy\\POSBundle\\Controller\\CaisseCrudController''4ac426e' => 'App\\Flexy\\POSBundle\\Controller\\CustomerOrderCrudController''b632f11' => 'App\\Flexy\\POSBundle\\Controller\\OrderCrudController''ce3b763' => 'App\\Flexy\\POSBundle\\Controller\\OrderOldCrudController''a315b87' => 'App\\Flexy\\POSBundle\\Controller\\OrderToDoCrudController''fa912ef' => 'App\\Flexy\\POSBundle\\Controller\\TableCrudController''2543e74' => 'App\\Flexy\\ShopBundle\\Controller\\Accounting\\InvoiceCrudController''074fd62' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\AgentCrudController''c23cd6f' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCODCrudController''413003a' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerCrudController''a8560ee' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerGroupCrudController''2c3c42b' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerPackEngagementCrudController''a38a28f' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\CustomerWalletPointCrudController''a9a2b9d' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\CustomerWalletPointCrudController''8b6a2d6' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\MissionCrudController''7b02518' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\OrderCrudController''a0c2114' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerCrudController''d46657d' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\MyCustomerWalletCrudController''fbf592f' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackCrudController''173f47a' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\PackEngagementCrudController''9e2cf87' => 'App\\Flexy\\ShopBundle\\Controller\\ImportExcel\\ImportCrudController''0a546cb' => 'App\\Flexy\\ShopBundle\\Controller\\Order\\DemandeFundCrudController''591564a' => 'App\\Flexy\\ShopBundle\\Controller\\Order\\OrderCrudController''654f0a0' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\BankBookCrudController''3585f20' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\PaymentMethodCrudController''a1bb5bd' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionCrudController''18ca221' => 'App\\Flexy\\ShopBundle\\Controller\\Payment\\TransactionListCrudController''4626d67' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributCrudController''34094fe' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\AttributValueCrudController''a2c9d16' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\BrandCrudController''08aac87' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryOfferCrudController''7ac803e' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductCrudController''68d7354' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CategoryProductShopCrudController'9760966 => 'App\\Flexy\\ShopBundle\\Controller\\Product\\CommentCrudController''2e94500' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ImportExcelCrudController''7d6b770' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\OfferProductCrudController''aa552fb' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductCrudController''2be2434' => 'App\\Flexy\\ShopBundle\\Controller\\Product\\ProductSubscriptionCrudController''8dd1922' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\CouponsCrudController''095d422' => 'App\\Flexy\\ShopBundle\\Controller\\Promotion\\PromotionCrudController''6fa5f2d' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashBoxCrudController''e671cb9' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CashOnDeliveryCrudController''69579e5' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityCrudController''35795c5' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\CityRegionCrudController''65e1f17' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\DepartementCrudController''4ac38d2' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCollectMoneyCrudController''c6ed1aa' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentCrudController''f17486d' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemChildCrudController''47f1b49' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentItemCrudController''6fe3b2a' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShipmentPaperCrudController''3996a65' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingCalculationMethodCrudController''e411aa1' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\ShippingMethodCrudController''8b868bc' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\StepTypeCrudController''d0c84ae' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\ShipmentCrudController''dfa0115' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFiveShipmentCrudController''aaaed6b' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepFourShipmentCrudController''c7d4e2b' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepOneShipmentCrudController''a992506' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepSixShipmentCrudController''4151c40' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepThreeShipmentCrudController''78de919' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\Steps\\StepTwoShipmentCrudController''b6660ba' => 'App\\Flexy\\ShopBundle\\Controller\\Shipping\\TrackingStepCrudController''31cbbfa' => 'App\\Flexy\\ShopBundle\\Controller\\Store\\StoreCrudController''04e5ede' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CatalogueProductCrudController''02055e8' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryOfferCrudController''a25c25c' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CategoryProductCrudController''3dc9141' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\CustomerCrudController''4c064fa' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DemandeFundCrudController''3a8f80d' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\MyOrdersCrudController''dab2fe5' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\OfferProductCrudController''cb79bf4' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\ProductCrudController''d84dae6' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorCrudController''01c44a9' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\VendorStatementCrudController''a1bb593' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\VendorCrudController''4c6bbda' => 'App\\Flexy\\StockBundle\\Controller\\ArticleCrudController''6d70a76' => 'App\\Flexy\\StockBundle\\Controller\\DocumentCrudController''6fe481b' => 'App\\Flexy\\StockBundle\\Controller\\StockCrudController''f388b7d' => 'App\\Flexy\\TransportBundle\\Controller\\AgentCrudController''98d3f3e' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerCrudController''ce558d6' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerGroupCrudController''5bf0d91' => 'App\\Flexy\\TransportBundle\\Controller\\CustomerWalletPointCrudController''bfb7f30' => 'App\\Flexy\\TransportBundle\\Controller\\MissionCrudController''b95e088' => 'App\\Flexy\\TransportBundle\\Controller\\MyCustomerCrudController''e5c5d18' => 'App\\Flexy\\TransportBundle\\Controller\\MyCustomerWalletCrudController''dd74179' => 'App\\Flexy\\TransportBundle\\Controller\\OrderCrudController''62cdeec' => 'App\\Flexy\\TransportBundle\\Controller\\OrderDraftCrudController''1b3d63f' => 'App\\Flexy\\TransportBundle\\Controller\\OrderItemCrudController''4876ed8' => 'App\\Flexy\\TransportBundle\\Controller\\ShipmentItemCrudController''b47ce72' => 'App\\Flexy\\TransportBundle\\Controller\\ShippingMethodCrudController''19c3208' => '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);
  2585.     }
  2586.     /**
  2587.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2588.      *
  2589.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2590.      */
  2591.     protected function getActionFactoryService()
  2592.     {
  2593.         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()));
  2594.     }
  2595.     /**
  2596.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2597.      *
  2598.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2599.      */
  2600.     protected function getControllerFactoryService()
  2601.     {
  2602.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2603.     }
  2604.     /**
  2605.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2606.      *
  2607.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2608.      */
  2609.     protected function getEntityFactoryService()
  2610.     {
  2611.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2612.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2613.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2614.         }
  2615.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2616.         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 () {
  2617.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2618.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator());
  2619.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2620.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator());
  2621.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2622.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator());
  2623.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  2624.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2625.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator());
  2626.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2627.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator());
  2628.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator());
  2629.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator());
  2630.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4)));
  2631.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator());
  2632.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator());
  2633.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator());
  2634.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2635.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2636.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator());
  2637.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator());
  2638.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator());
  2639.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator());
  2640.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator());
  2641.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator());
  2642.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator());
  2643.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator());
  2644.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2645.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2646.     }
  2647.     /**
  2648.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2649.      *
  2650.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2651.      */
  2652.     protected function getAdminContextProviderService()
  2653.     {
  2654.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  2655.     }
  2656.     /**
  2657.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry' shared service.
  2658.      *
  2659.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry
  2660.      */
  2661.     protected function getDashboardControllerRegistryService()
  2662.     {
  2663.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['App\\Controller\\Admin\\DashboardController' => '9269a1b''App\\Flexy\\BookingBundle\\Controller\\DashboardController' => 'f282a78''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController' => 'cfb2a16''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController' => '7d46d8f''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController' => '6d28884''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController' => 'e113a1e''App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController' => '4a3a2e7''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController' => 'c4a734f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => '862145f''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => '3edff5b''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => '86306f4''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController' => '199a9c0''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => 'c96606c''App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => '31cb094''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\DashboardController' => '966e268''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController' => '0efeb4b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController' => '294e211''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => '15dd607''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\DashboardController' => 'dc9980b''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController' => '2c9642d''App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => 'da7e6a4''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\DashboardController' => '62eb739''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\DashboardController' => '4e9b76e''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\DashboardController' => 'd352303''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DashboardController' => '1c6498f''App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DashboardController' => 'b792652''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController' => '5bd1ce9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\DashboardController' => '2907d69''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController' => '55a94d9''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController' => '3768290''App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController' => '6a13786''App\\Flexy\\MyNewBundle\\Controller\\DashboardController' => 'a912850''App\\Flexy\\POSBundle\\Controller\\DashboardController' => 'b407ffc''App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController' => 'b6ba383''App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController' => '4b18c74''App\\Flexy\\ShopBundle\\Controller\\DashboardController' => 'cdee2bf''App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController' => '0992bfe''App\\Flexy\\StockBundle\\Controller\\DashboardController' => 'cfe8334''App\\Flexy\\TransportBundle\\Controller\\DashboardController' => 'c24acb4'], ['9269a1b' => 'App\\Controller\\Admin\\DashboardController''f282a78' => 'App\\Flexy\\BookingBundle\\Controller\\DashboardController''cfb2a16' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\DashboardController''7d46d8f' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Agent\\DashboardController''6d28884' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Customer\\DashboardController''e113a1e' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\DashboardController''4a3a2e7' => 'App\\Flexy\\FrontBundle\\Themes\\Default\\Controller\\ShopAdmin\\Vendor\\DashboardController''c4a734f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\DashboardController''862145f' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''3edff5b' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''86306f4' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''199a9c0' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\DashboardController''c96606c' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController''31cb094' => 'App\\Flexy\\FrontBundle\\Themes\\IlaveU\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''966e268' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\DashboardController''0efeb4b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\Agent\\DashboardController''294e211' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Agent\\Dashboard\\ShippingAgent\\DashboardController''15dd607' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController''dc9980b' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\DashboardController''2c9642d' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Store\\Dashboard\\DashboardController''da7e6a4' => 'App\\Flexy\\FrontBundle\\Themes\\Lasalle\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''62eb739' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\DashboardController''4e9b76e' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Agent\\DashboardController''d352303' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Customer\\DashboardController''1c6498f' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\DashboardController''b792652' => 'App\\Flexy\\FrontBundle\\Themes\\Mutaweef\\Controller\\ShopAdmin\\Vendor\\DashboardController''5bd1ce9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\DashboardController''2907d69' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Agent\\Dashboard\\DashboardController''55a94d9' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Customer\\Dashboard\\DashboardController'3768290 => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\DashboardController''6a13786' => 'App\\Flexy\\FrontBundle\\Themes\\Taxiciel\\Controller\\ShopAdmin\\Vendor\\Dashboard\\DashboardController''a912850' => 'App\\Flexy\\MyNewBundle\\Controller\\DashboardController''b407ffc' => 'App\\Flexy\\POSBundle\\Controller\\DashboardController''b6ba383' => 'App\\Flexy\\ShopBundle\\Controller\\Agent\\Dashboard\\DashboardController''4b18c74' => 'App\\Flexy\\ShopBundle\\Controller\\Customer\\Dashboard\\DashboardController''cdee2bf' => 'App\\Flexy\\ShopBundle\\Controller\\DashboardController''0992bfe' => 'App\\Flexy\\ShopBundle\\Controller\\Vendor\\Dashboard\\DashboardController''cfe8334' => 'App\\Flexy\\StockBundle\\Controller\\DashboardController''c24acb4' => 'App\\Flexy\\TransportBundle\\Controller\\DashboardController']);
  2664.     }
  2665.     /**
  2666.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2667.      *
  2668.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2669.      */
  2670.     protected function getAdminUrlGeneratorService()
  2671.     {
  2672.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2673.             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()));
  2674.         };
  2675.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2676.     }
  2677.     /**
  2678.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2679.      *
  2680.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2681.      */
  2682.     protected function getAuthorizationCheckerService()
  2683.     {
  2684.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2685.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2686.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2687.         }
  2688.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2689.     }
  2690.     /**
  2691.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\Mercure\HubRegistry
  2694.      */
  2695.     protected function getHubRegistryService()
  2696.     {
  2697.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  2698.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  2699.     }
  2700.     /**
  2701.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2702.      *
  2703.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2704.      */
  2705.     protected function getResetAssetsEventListenerService()
  2706.     {
  2707.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2708.     }
  2709.     /**
  2710.      * Gets the private 'annotations.cache_adapter' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2713.      */
  2714.     protected function getAnnotations_CacheAdapterService()
  2715.     {
  2716.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'annotations.cached_reader' shared service.
  2720.      *
  2721.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2722.      */
  2723.     protected function getAnnotations_CachedReaderService()
  2724.     {
  2725.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2726.     }
  2727.     /**
  2728.      * Gets the private 'annotations.reader' shared service.
  2729.      *
  2730.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2731.      */
  2732.     protected function getAnnotations_ReaderService()
  2733.     {
  2734.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2735.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2736.         $a->registerUniqueLoader('class_exists');
  2737.         $instance->addGlobalIgnoredName('required'$a);
  2738.         return $instance;
  2739.     }
  2740.     /**
  2741.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2742.      *
  2743.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2744.      */
  2745.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2746.     {
  2747.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hvH3Gr2LYd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2748.     }
  2749.     /**
  2750.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2751.      *
  2752.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2753.      */
  2754.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2755.     {
  2756.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NvwzJlaXYr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2757.     }
  2758.     /**
  2759.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2760.      *
  2761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2762.      */
  2763.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2764.     {
  2765.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lIngm8aMwn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2769.      *
  2770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2771.      */
  2772.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2773.     {
  2774.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AYKg5jSO-q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2775.     }
  2776.     /**
  2777.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2778.      *
  2779.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2780.      */
  2781.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2782.     {
  2783.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aykIau-JDr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2789.      */
  2790.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2791.     {
  2792.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4-feLStpmh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2793.     }
  2794.     /**
  2795.      * Gets the private 'api_platform.filter_locator' shared service.
  2796.      *
  2797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2798.      */
  2799.     protected function getApiPlatform_FilterLocatorService()
  2800.     {
  2801.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2802.             '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],
  2803.             '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],
  2804.         ], [
  2805.             'annotated_app_entity_link_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2806.             'annotated_app_flexy_shop_bundle_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2807.         ]);
  2808.     }
  2809.     /**
  2810.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2811.      *
  2812.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2813.      */
  2814.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2815.     {
  2816.         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()));
  2817.     }
  2818.     /**
  2819.      * Gets the private 'api_platform.identifier.converter' shared service.
  2820.      *
  2821.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2822.      */
  2823.     protected function getApiPlatform_Identifier_ConverterService()
  2824.     {
  2825.         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 () {
  2826.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2827.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2828.             yield => ($this->privates['api_platform.identifier.integer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer());
  2829.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ??= new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer());
  2830.         }, 4));
  2831.     }
  2832.     /**
  2833.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2834.      *
  2835.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2836.      */
  2837.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2838.     {
  2839.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2840.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2841.         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);
  2842.     }
  2843.     /**
  2844.      * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  2845.      *
  2846.      * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  2847.      */
  2848.     protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  2849.     {
  2850.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2851.         if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  2852.             return $this->privates['api_platform.json_schema.schema_factory'];
  2853.         }
  2854.         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()));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2858.      *
  2859.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2860.      */
  2861.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2862.     {
  2863.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2864.         $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  2865.         return $instance;
  2866.     }
  2867.     /**
  2868.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2869.      *
  2870.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2871.      */
  2872.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2873.     {
  2874.         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']);
  2875.     }
  2876.     /**
  2877.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2878.      *
  2879.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2880.      */
  2881.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2882.     {
  2883.         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()));
  2884.     }
  2885.     /**
  2886.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2887.      *
  2888.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2889.      */
  2890.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2891.     {
  2892.         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()));
  2893.     }
  2894.     /**
  2895.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2896.      *
  2897.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2898.      */
  2899.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2900.     {
  2901.         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);
  2902.     }
  2903.     /**
  2904.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  2905.      *
  2906.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  2907.      */
  2908.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  2909.     {
  2910.         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())));
  2911.     }
  2912.     /**
  2913.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2914.      *
  2915.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2916.      */
  2917.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2918.     {
  2919.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2920.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2921.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2922.         }
  2923.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2924.         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 () {
  2925.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
  2926.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2927.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction());
  2928.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction());
  2929.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction());
  2930.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction());
  2931.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction());
  2932.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction());
  2933.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2934.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction());
  2935.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction());
  2936.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat());
  2937.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction());
  2938.         }, 13)));
  2939.     }
  2940.     /**
  2941.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2942.      *
  2943.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2944.      */
  2945.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2946.     {
  2947.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2948.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2949.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2950.         }
  2951.         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)));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2955.      *
  2956.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2957.      */
  2958.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2959.     {
  2960.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2961.         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']));
  2962.     }
  2963.     /**
  2964.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2965.      *
  2966.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2967.      */
  2968.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2969.     {
  2970.         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))))));
  2971.     }
  2972.     /**
  2973.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2974.      *
  2975.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2976.      */
  2977.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2978.     {
  2979.         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())));
  2980.     }
  2981.     /**
  2982.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2983.      *
  2984.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2985.      */
  2986.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2987.     {
  2988.         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()));
  2989.     }
  2990.     /**
  2991.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2992.      *
  2993.      * @return \ApiPlatform\Api\ResourceClassResolver
  2994.      */
  2995.     protected function getApiPlatform_ResourceClassResolverService()
  2996.     {
  2997.         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()));
  2998.     }
  2999.     /**
  3000.      * Gets the private 'api_platform.router' shared service.
  3001.      *
  3002.      * @return \ApiPlatform\Symfony\Routing\Router
  3003.      */
  3004.     protected function getApiPlatform_RouterService()
  3005.     {
  3006.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  3007.     }
  3008.     /**
  3009.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3010.      *
  3011.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3012.      */
  3013.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3014.     {
  3015.         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()));
  3016.     }
  3017.     /**
  3018.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3019.      *
  3020.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3021.      */
  3022.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3023.     {
  3024.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3025.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3026.             return $this->privates['api_platform.security.resource_access_checker'];
  3027.         }
  3028.         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);
  3029.     }
  3030.     /**
  3031.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3032.      *
  3033.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3034.      */
  3035.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3036.     {
  3037.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3038.         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));
  3039.     }
  3040.     /**
  3041.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3042.      *
  3043.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3044.      */
  3045.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3046.     {
  3047.         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()))])));
  3048.     }
  3049.     /**
  3050.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3051.      *
  3052.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3053.      */
  3054.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3055.     {
  3056.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3057.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3058.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3059.         }
  3060.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3061.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3062.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3063.         }
  3064.         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())));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'assets.packages' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\Asset\Packages
  3070.      */
  3071.     protected function getAssets_PackagesService()
  3072.     {
  3073.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3074.         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 () {
  3075.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  3076.         }, 1));
  3077.     }
  3078.     /**
  3079.      * Gets the private 'cache.annotations' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3082.      */
  3083.     protected function getCache_AnnotationsService()
  3084.     {
  3085.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4B71pK+ivx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3086.     }
  3087.     /**
  3088.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3089.      *
  3090.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3091.      */
  3092.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3093.     {
  3094.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3095.     }
  3096.     /**
  3097.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3098.      *
  3099.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3100.      */
  3101.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3102.     {
  3103.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3104.     }
  3105.     /**
  3106.      * Gets the private 'cache.property_info' shared service.
  3107.      *
  3108.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3109.      */
  3110.     protected function getCache_PropertyInfoService()
  3111.     {
  3112.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KNxMcN94h1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3113.     }
  3114.     /**
  3115.      * Gets the private 'cache.security_expression_language' shared service.
  3116.      *
  3117.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3118.      */
  3119.     protected function getCache_SecurityExpressionLanguageService()
  3120.     {
  3121.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EqBXAMhgct'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3122.     }
  3123.     /**
  3124.      * Gets the private 'cache.serializer' shared service.
  3125.      *
  3126.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3127.      */
  3128.     protected function getCache_SerializerService()
  3129.     {
  3130.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zjN5NaaXAd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3131.     }
  3132.     /**
  3133.      * Gets the private 'cache.validator' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3136.      */
  3137.     protected function getCache_ValidatorService()
  3138.     {
  3139.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xg1r-XPMy2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3140.     }
  3141.     /**
  3142.      * Gets the private 'cache.webpack_encore' shared service.
  3143.      *
  3144.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3145.      */
  3146.     protected function getCache_WebpackEncoreService()
  3147.     {
  3148.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rnNCdniKVD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3149.     }
  3150.     /**
  3151.      * Gets the private 'config_cache_factory' shared service.
  3152.      *
  3153.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3154.      */
  3155.     protected function getConfigCacheFactoryService()
  3156.     {
  3157.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3158.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ??= new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this));
  3159.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ??= new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker());
  3160.         }, 2));
  3161.     }
  3162.     /**
  3163.      * Gets the private 'controller.is_granted_attribute_listener' shared service.
  3164.      *
  3165.      * @return \Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener
  3166.      */
  3167.     protected function getController_IsGrantedAttributeListenerService()
  3168.     {
  3169.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3170.         if (isset($this->privates['controller.is_granted_attribute_listener'])) {
  3171.             return $this->privates['controller.is_granted_attribute_listener'];
  3172.         }
  3173.         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())));
  3174.     }
  3175.     /**
  3176.      * Gets the private 'data_collector.form' shared service.
  3177.      *
  3178.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3179.      */
  3180.     protected function getDataCollector_FormService()
  3181.     {
  3182.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3183.     }
  3184.     /**
  3185.      * Gets the private 'data_collector.request' shared service.
  3186.      *
  3187.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3188.      */
  3189.     protected function getDataCollector_RequestService()
  3190.     {
  3191.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3195.      *
  3196.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3197.      */
  3198.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3199.     {
  3200.         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 () {
  3201.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3202.         }, 1)));
  3203.     }
  3204.     /**
  3205.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3206.      *
  3207.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3208.      */
  3209.     protected function getDebug_ApiPlatform_DataPersisterService()
  3210.     {
  3211.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3212.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3213.         }, 1)));
  3214.     }
  3215.     /**
  3216.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3217.      *
  3218.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3219.      */
  3220.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3221.     {
  3222.         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 () {
  3223.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3224.         }, 1)));
  3225.     }
  3226.     /**
  3227.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3228.      *
  3229.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3230.      */
  3231.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3232.     {
  3233.         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 () {
  3234.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3235.         }, 1)));
  3236.     }
  3237.     /**
  3238.      * Gets the private 'debug.controller_resolver' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3241.      */
  3242.     protected function getDebug_ControllerResolverService()
  3243.     {
  3244.         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)));
  3245.     }
  3246.     /**
  3247.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3248.      *
  3249.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3250.      */
  3251.     protected function getDebug_DebugHandlersListenerService()
  3252.     {
  3253.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3254.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3255.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3256.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3257.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3258.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3259.     }
  3260.     /**
  3261.      * Gets the private 'debug.file_link_formatter' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3264.      */
  3265.     protected function getDebug_FileLinkFormatterService()
  3266.     {
  3267.         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 () {
  3268.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3269.         });
  3270.     }
  3271.     /**
  3272.      * Gets the private 'debug.log_processor' shared service.
  3273.      *
  3274.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3275.      */
  3276.     protected function getDebug_LogProcessorService()
  3277.     {
  3278.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3282.      *
  3283.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3284.      */
  3285.     protected function getDebug_Security_Access_DecisionManagerService()
  3286.     {
  3287.         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 () {
  3288.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3289.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3290.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3291.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3292.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3293.     }
  3294.     /**
  3295.      * Gets the private 'debug.security.firewall' shared service.
  3296.      *
  3297.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3298.      */
  3299.     protected function getDebug_Security_FirewallService()
  3300.     {
  3301.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3302.         if (isset($this->privates['debug.security.firewall'])) {
  3303.             return $this->privates['debug.security.firewall'];
  3304.         }
  3305.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3306.         if (isset($this->privates['debug.security.firewall'])) {
  3307.             return $this->privates['debug.security.firewall'];
  3308.         }
  3309.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3310.     }
  3311.     /**
  3312.      * Gets the private 'debug.validator' shared service.
  3313.      *
  3314.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3315.      */
  3316.     protected function getDebug_ValidatorService()
  3317.     {
  3318.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  3319.         if (isset($this->privates['debug.validator'])) {
  3320.             return $this->privates['debug.validator'];
  3321.         }
  3322.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  3323.     }
  3324.     /**
  3325.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3326.      *
  3327.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3328.      */
  3329.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3330.     {
  3331.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3332.             'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriberService'true],
  3333.             'App\\Flexy\\ShopBundle\\EventSubscriber\\EventDoctrineSubscriber' => ['privates''App\\Flexy\\ShopBundle\\EventSubscriber\\EventDoctrineSubscriber''getEventDoctrineSubscriber2Service'true],
  3334.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'true],
  3335.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3336.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3337.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3338.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3339.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3340.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  3341.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  3342.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  3343.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3344.             'turbo.doctrine.event_listener' => ['privates''turbo.doctrine.event_listener''getTurbo_Doctrine_EventListenerService'true],
  3345.             'vich_uploader.listener.clean.join_images' => ['privates''vich_uploader.listener.clean.join_images''getVichUploader_Listener_Clean_JoinImagesService'true],
  3346.             'vich_uploader.listener.clean.product_images' => ['privates''vich_uploader.listener.clean.product_images''getVichUploader_Listener_Clean_ProductImagesService'true],
  3347.             'vich_uploader.listener.remove.join_images' => ['privates''vich_uploader.listener.remove.join_images''getVichUploader_Listener_Remove_JoinImagesService'true],
  3348.             'vich_uploader.listener.remove.product_images' => ['privates''vich_uploader.listener.remove.product_images''getVichUploader_Listener_Remove_ProductImagesService'true],
  3349.             'vich_uploader.listener.upload.join_images' => ['privates''vich_uploader.listener.upload.join_images''getVichUploader_Listener_Upload_JoinImagesService'true],
  3350.             'vich_uploader.listener.upload.product_images' => ['privates''vich_uploader.listener.upload.product_images''getVichUploader_Listener_Upload_ProductImagesService'true],
  3351.         ], [
  3352.             'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3353.             'App\\Flexy\\ShopBundle\\EventSubscriber\\EventDoctrineSubscriber' => '?',
  3354.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  3355.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3356.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3357.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3358.             'stof_doctrine_extensions.listener.blameable' => '?',
  3359.             'stof_doctrine_extensions.listener.loggable' => '?',
  3360.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3361.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  3362.             'stof_doctrine_extensions.listener.sortable' => '?',
  3363.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3364.             'turbo.doctrine.event_listener' => '?',
  3365.             'vich_uploader.listener.clean.join_images' => '?',
  3366.             'vich_uploader.listener.clean.product_images' => '?',
  3367.             'vich_uploader.listener.remove.join_images' => '?',
  3368.             'vich_uploader.listener.remove.product_images' => '?',
  3369.             'vich_uploader.listener.upload.join_images' => '?',
  3370.             'vich_uploader.listener.upload.product_images' => '?',
  3371.         ]), [=> 'vich_uploader.listener.clean.product_images'=> 'vich_uploader.listener.clean.join_images'=> 'stof_doctrine_extensions.listener.loggable'=> 'App\\Flexy\\FrontBundle\\EventSubscriber\\EventDoctrineSubscriber'=> 'App\\Flexy\\ShopBundle\\EventSubscriber\\EventDoctrineSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.softdeleteable'=> 'stof_doctrine_extensions.listener.sortable'10 => 'stof_doctrine_extensions.listener.timestampable'11 => 'stof_doctrine_extensions.listener.blameable'12 => 'vich_uploader.listener.remove.product_images'13 => 'vich_uploader.listener.upload.product_images'14 => 'vich_uploader.listener.remove.join_images'15 => 'vich_uploader.listener.upload.join_images'16 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 17 => [=> [=> 'onFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 18 => [=> [=> 'postFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 19 => [=> [=> 'onFlush'], => 'turbo.doctrine.event_listener'], 20 => [=> [=> 'postFlush'], => 'turbo.doctrine.event_listener']]);
  3372.     }
  3373.     /**
  3374.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3375.      *
  3376.      * @return \Doctrine\Migrations\DependencyFactory
  3377.      */
  3378.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3379.     {
  3380.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3381.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3382.         $a->setAllOrNothing(false);
  3383.         $a->setCheckDatabasePlatform(true);
  3384.         $a->setTransactional(true);
  3385.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3386.         $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()));
  3387.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', #[\Closure(name'doctrine.migrations.container_aware_migrations_factory', class: 'Doctrine\\Bundle\\MigrationsBundle\\MigrationsFactory\\ContainerAwareMigrationFactory')] function () {
  3388.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3389.         });
  3390.         return $instance;
  3391.     }
  3392.     /**
  3393.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  3394.      *
  3395.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  3396.      */
  3397.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  3398.     {
  3399.         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);
  3400.     }
  3401.     /**
  3402.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3403.      *
  3404.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3405.      */
  3406.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3407.     {
  3408.         $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);
  3409.         $instance->setGlobalBasename('mapping');
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'exception_listener' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3416.      */
  3417.     protected function getExceptionListener2Service()
  3418.     {
  3419.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3420.     }
  3421.     /**
  3422.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3423.      *
  3424.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3425.      */
  3426.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3427.     {
  3428.         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()));
  3429.     }
  3430.     /**
  3431.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3432.      *
  3433.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3434.      */
  3435.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3436.     {
  3437.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3438.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3439.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3440.         }
  3441.         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);
  3442.     }
  3443.     /**
  3444.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3445.      *
  3446.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3447.      */
  3448.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3449.     {
  3450.         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]);
  3451.     }
  3452.     /**
  3453.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3454.      *
  3455.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3456.      */
  3457.     protected function getLiipImagine_Filter_ConfigurationService()
  3458.     {
  3459.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3460.     }
  3461.     /**
  3462.      * Gets the private 'locale_aware_listener' shared service.
  3463.      *
  3464.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3465.      */
  3466.     protected function getLocaleAwareListenerService()
  3467.     {
  3468.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3469.             yield => ($this->privates['slugger'] ??= new \Symfony\Component\String\Slugger\AsciiSlugger('fr'));
  3470.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3471.             yield => ($this->privates['translation.locale_switcher'] ?? $this->load('getTranslation_LocaleSwitcherService'));
  3472.         }, 3), ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3473.     }
  3474.     /**
  3475.      * Gets the private 'locale_listener' shared service.
  3476.      *
  3477.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3478.      */
  3479.     protected function getLocaleListenerService()
  3480.     {
  3481.         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, []);
  3482.     }
  3483.     /**
  3484.      * Gets the private 'mailer.mailer' shared service.
  3485.      *
  3486.      * @return \Symfony\Component\Mailer\Mailer
  3487.      */
  3488.     protected function getMailer_MailerService()
  3489.     {
  3490.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3491.         if (isset($this->privates['mailer.mailer'])) {
  3492.             return $this->privates['mailer.mailer'];
  3493.         }
  3494.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3495.         if (isset($this->privates['mailer.mailer'])) {
  3496.             return $this->privates['mailer.mailer'];
  3497.         }
  3498.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($aNULL$b);
  3499.     }
  3500.     /**
  3501.      * Gets the private 'mailer.transports' shared service.
  3502.      *
  3503.      * @return \Symfony\Component\Mailer\Transport\Transports
  3504.      */
  3505.     protected function getMailer_TransportsService()
  3506.     {
  3507.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3508.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->load('getMailer_TransportFactory_GmailService'));
  3509.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3510.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3511.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3512.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3513.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  3514.     }
  3515.     /**
  3516.      * Gets the private 'mercure.hub.default.traceable' shared service.
  3517.      *
  3518.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  3519.      */
  3520.     protected function getMercure_Hub_Default_TraceableService()
  3521.     {
  3522.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  3523.         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)));
  3524.     }
  3525.     /**
  3526.      * Gets the private 'mime_types' shared service.
  3527.      *
  3528.      * @return \Symfony\Component\Mime\MimeTypes
  3529.      */
  3530.     protected function getMimeTypesService()
  3531.     {
  3532.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3533.         $instance->setDefault($instance);
  3534.         return $instance;
  3535.     }
  3536.     /**
  3537.      * Gets the private 'monolog.handler.console' shared service.
  3538.      *
  3539.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3540.      */
  3541.     protected function getMonolog_Handler_ConsoleService()
  3542.     {
  3543.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3544.     }
  3545.     /**
  3546.      * Gets the private 'monolog.handler.main' shared service.
  3547.      *
  3548.      * @return \Monolog\Handler\StreamHandler
  3549.      */
  3550.     protected function getMonolog_Handler_MainService()
  3551.     {
  3552.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3553.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the private 'monolog.logger' shared service.
  3558.      *
  3559.      * @return \Symfony\Bridge\Monolog\Logger
  3560.      */
  3561.     protected function getMonolog_LoggerService()
  3562.     {
  3563.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3564.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3565.         $instance->useMicrosecondTimestamps(true);
  3566.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3567.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3568.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3569.         return $instance;
  3570.     }
  3571.     /**
  3572.      * Gets the private 'monolog.logger.cache' shared service.
  3573.      *
  3574.      * @return \Symfony\Bridge\Monolog\Logger
  3575.      */
  3576.     protected function getMonolog_Logger_CacheService()
  3577.     {
  3578.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3579.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3580.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3581.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3582.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3583.         return $instance;
  3584.     }
  3585.     /**
  3586.      * Gets the private 'monolog.logger.request' shared service.
  3587.      *
  3588.      * @return \Symfony\Bridge\Monolog\Logger
  3589.      */
  3590.     protected function getMonolog_Logger_RequestService()
  3591.     {
  3592.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3593.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3594.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3595.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3596.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3597.         return $instance;
  3598.     }
  3599.     /**
  3600.      * Gets the private 'monolog.logger.security' shared service.
  3601.      *
  3602.      * @return \Symfony\Bridge\Monolog\Logger
  3603.      */
  3604.     protected function getMonolog_Logger_SecurityService()
  3605.     {
  3606.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3607.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3608.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3609.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3610.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3611.         return $instance;
  3612.     }
  3613.     /**
  3614.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3615.      *
  3616.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3617.      */
  3618.     protected function getNelmioCors_CorsListenerService()
  3619.     {
  3620.         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'))]));
  3621.     }
  3622.     /**
  3623.      * Gets the private 'parameter_bag' shared service.
  3624.      *
  3625.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3626.      */
  3627.     protected function getParameterBagService()
  3628.     {
  3629.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3630.     }
  3631.     /**
  3632.      * Gets the private 'profiler_listener' shared service.
  3633.      *
  3634.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3635.      */
  3636.     protected function getProfilerListenerService()
  3637.     {
  3638.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3639.         if (isset($this->privates['profiler_listener'])) {
  3640.             return $this->privates['profiler_listener'];
  3641.         }
  3642.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), NULLfalsefalseNULL);
  3643.     }
  3644.     /**
  3645.      * Gets the private 'property_accessor' shared service.
  3646.      *
  3647.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3648.      */
  3649.     protected function getPropertyAccessorService()
  3650.     {
  3651.         $a = ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3652.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3653.     }
  3654.     /**
  3655.      * Gets the private 'property_info' shared service.
  3656.      *
  3657.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3658.      */
  3659.     protected function getPropertyInfoService()
  3660.     {
  3661.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3662.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3663.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3664.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3665.         }, 3), new RewindableGenerator(function () {
  3666.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3667.             yield => ($this->privates['property_info.phpstan_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor());
  3668.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  3669.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3670.         }, 4), new RewindableGenerator(function () {
  3671.             yield => ($this->privates['property_info.php_doc_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  3672.         }, 1), new RewindableGenerator(function () {
  3673.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3674.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3675.         }, 2), new RewindableGenerator(function () {
  3676.             yield => ($this->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  3677.         }, 1));
  3678.     }
  3679.     /**
  3680.      * Gets the private 'router.expression_language_provider' shared service.
  3681.      *
  3682.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3683.      */
  3684.     protected function getRouter_ExpressionLanguageProviderService()
  3685.     {
  3686.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3687.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3688.             'service' => ['services''container.get_routing_condition_service''getContainer_GetRoutingConditionServiceService'true],
  3689.         ], [
  3690.             'env' => 'Closure',
  3691.             'service' => 'Closure',
  3692.         ]));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'router.request_context' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\Routing\RequestContext
  3698.      */
  3699.     protected function getRouter_RequestContextService()
  3700.     {
  3701.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3702.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3703.         return $instance;
  3704.     }
  3705.     /**
  3706.      * Gets the private 'router_listener' shared service.
  3707.      *
  3708.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3709.      */
  3710.     protected function getRouterListenerService()
  3711.     {
  3712.         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);
  3713.     }
  3714.     /**
  3715.      * Gets the private 'security.authorization_checker' shared service.
  3716.      *
  3717.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3718.      */
  3719.     protected function getSecurity_AuthorizationCheckerService()
  3720.     {
  3721.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  3722.         if (isset($this->privates['security.authorization_checker'])) {
  3723.             return $this->privates['security.authorization_checker'];
  3724.         }
  3725.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  3726.     }
  3727.     /**
  3728.      * Gets the private 'security.context_listener.0' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3731.      */
  3732.     protected function getSecurity_ContextListener_0Service()
  3733.     {
  3734.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3735.         if (isset($this->privates['security.context_listener.0'])) {
  3736.             return $this->privates['security.context_listener.0'];
  3737.         }
  3738.         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 () {
  3739.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  3740.         }, 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']);
  3741.     }
  3742.     /**
  3743.      * Gets the private 'security.csrf.token_manager' shared service.
  3744.      *
  3745.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3746.      */
  3747.     protected function getSecurity_Csrf_TokenManagerService()
  3748.     {
  3749.         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()));
  3750.     }
  3751.     /**
  3752.      * Gets the private 'security.csrf.token_storage' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3755.      */
  3756.     protected function getSecurity_Csrf_TokenStorageService()
  3757.     {
  3758.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
  3759.     }
  3760.     /**
  3761.      * Gets the private 'security.event_dispatcher.main' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3764.      */
  3765.     protected function getSecurity_EventDispatcher_MainService()
  3766.     {
  3767.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3768.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  3769.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3770.         }, => 'checkPassport'], 2048);
  3771.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  3772.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3773.         }, => 'onSuccessfulLogin'], 0);
  3774.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  3775.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3776.         }, => 'onLogout'], 64);
  3777.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  3778.             return ($this->privates['security.logout.listener.session.main'] ??= new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener());
  3779.         }, => 'onLogout'], 0);
  3780.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  3781.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3782.         }, => 'preCheckCredentials'], 256);
  3783.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  3784.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3785.         }, => 'postCheckCredentials'], 256);
  3786.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  3787.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3788.         }, => 'checkPassport'], 1024);
  3789.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  3790.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3791.         }, => 'checkPassport'], 0);
  3792.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  3793.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3794.         }, => 'onLoginSuccess'], 0);
  3795.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  3796.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3797.         }, => 'checkPassport'], 512);
  3798.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  3799.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3800.         }, => 'onLogout'], 0);
  3801.         return $instance;
  3802.     }
  3803.     /**
  3804.      * Gets the private 'security.expression_language' shared service.
  3805.      *
  3806.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3807.      */
  3808.     protected function getSecurity_ExpressionLanguageService()
  3809.     {
  3810.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3811.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ??= new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider()));
  3812.         return $instance;
  3813.     }
  3814.     /**
  3815.      * Gets the private 'security.firewall.map' shared service.
  3816.      *
  3817.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3818.      */
  3819.     protected function getSecurity_Firewall_MapService()
  3820.     {
  3821.         $a = ($this->privates['.service_locator.JYo.9Ts'] ?? $this->get_ServiceLocator_JYo_9TsService());
  3822.         if (isset($this->privates['security.firewall.map'])) {
  3823.             return $this->privates['security.firewall.map'];
  3824.         }
  3825.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3826.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.FbeHDom'] ?? $this->load('get_Security_RequestMatcher_FbeHDomService'));
  3827.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.kLbKLHa'] ?? $this->load('get_Security_RequestMatcher_KLbKLHaService'));
  3828.             yield 'security.firewall.map.context.main' => NULL;
  3829.         }, 3));
  3830.     }
  3831.     /**
  3832.      * Gets the private 'security.helper' shared service.
  3833.      *
  3834.      * @return \Symfony\Bundle\SecurityBundle\Security
  3835.      */
  3836.     protected function getSecurity_HelperService()
  3837.     {
  3838.         return $this->privates['security.helper'] = new \Symfony\Bundle\SecurityBundle\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3839.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3840.             'security.authenticator.managers_locator' => ['privates''security.authenticator.managers_locator''getSecurity_Authenticator_ManagersLocatorService'true],
  3841.             'security.authorization_checker' => ['privates''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3842.             'security.csrf.token_manager' => ['privates''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3843.             'security.firewall.event_dispatcher_locator' => ['privates''security.firewall.event_dispatcher_locator''getSecurity_Firewall_EventDispatcherLocatorService'true],
  3844.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3845.             'security.token_storage' => ['privates''security.token_storage''getSecurity_TokenStorageService'false],
  3846.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'true],
  3847.         ], [
  3848.             'request_stack' => '?',
  3849.             'security.authenticator.managers_locator' => '?',
  3850.             'security.authorization_checker' => '?',
  3851.             'security.csrf.token_manager' => '?',
  3852.             'security.firewall.event_dispatcher_locator' => '?',
  3853.             'security.firewall.map' => '?',
  3854.             'security.token_storage' => '?',
  3855.             'security.user_checker' => '?',
  3856.         ]), ['api' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3857.             'security.authenticator.jwt.api' => ['privates''security.authenticator.jwt.api''getSecurity_Authenticator_Jwt_ApiService'true],
  3858.         ], [
  3859.             'security.authenticator.jwt.api' => '?',
  3860.         ]), 'dev' => NULL'main' => new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3861.             'App\\Security\\AppAuthenticator' => ['privates''App\\Security\\AppAuthenticator''getAppAuthenticatorService'true],
  3862.             'App\\Security\\FacebookAuthenticator' => ['privates''App\\Security\\FacebookAuthenticator''getFacebookAuthenticatorService'true],
  3863.             'App\\Security\\GoogleAuthenticator' => ['privates''App\\Security\\GoogleAuthenticator''getGoogleAuthenticatorService'true],
  3864.             'security.authenticator.form_login.main' => ['privates''security.authenticator.form_login.main''getSecurity_Authenticator_FormLogin_MainService'true],
  3865.             'security.authenticator.json_login.main' => ['privates''security.authenticator.json_login.main''getSecurity_Authenticator_JsonLogin_MainService'true],
  3866.         ], [
  3867.             'App\\Security\\AppAuthenticator' => '?',
  3868.             'App\\Security\\FacebookAuthenticator' => '?',
  3869.             'App\\Security\\GoogleAuthenticator' => '?',
  3870.             'security.authenticator.form_login.main' => '?',
  3871.             'security.authenticator.json_login.main' => '?',
  3872.         ])]);
  3873.     }
  3874.     /**
  3875.      * Gets the private 'security.logout_url_generator' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3878.      */
  3879.     protected function getSecurity_LogoutUrlGeneratorService()
  3880.     {
  3881.         $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()));
  3882.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the private 'security.token_storage' shared service.
  3887.      *
  3888.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3889.      */
  3890.     protected function getSecurity_TokenStorageService()
  3891.     {
  3892.         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, [
  3893.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3894.         ], [
  3895.             'request_stack' => '?',
  3896.         ]));
  3897.     }
  3898.     /**
  3899.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3900.      *
  3901.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3902.      */
  3903.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3904.     {
  3905.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3906.     }
  3907.     /**
  3908.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3909.      *
  3910.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3911.      */
  3912.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3913.     {
  3914.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3915.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3916.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3917.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3918.     }
  3919.     /**
  3920.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3921.      *
  3922.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3923.      */
  3924.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3925.     {
  3926.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  3927.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3928.             return $this->privates['sensio_framework_extra.security.listener'];
  3929.         }
  3930.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3931.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ??= new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider()));
  3932.         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()));
  3933.     }
  3934.     /**
  3935.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3936.      *
  3937.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3938.      */
  3939.     protected function getSensioFrameworkExtra_View_ListenerService()
  3940.     {
  3941.         $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))));
  3942.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3943.             'twig' => ['privates''twig''getTwigService'false],
  3944.         ], [
  3945.             'twig' => 'Twig\\Environment',
  3946.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the private 'serializer' shared service.
  3951.      *
  3952.      * @return \Symfony\Component\Serializer\Serializer
  3953.      */
  3954.     protected function getSerializerService()
  3955.     {
  3956.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3957.         if (isset($this->privates['serializer'])) {
  3958.             return $this->privates['serializer'];
  3959.         }
  3960.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3961.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3962.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  3963.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  3964.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  3965.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3966.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3967.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3968.         $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));
  3969.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  3970.         $l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  3971.         $m = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($l);
  3972.         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 () {
  3973.             return new \EmptyIterator();
  3974.         }, 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')]);
  3975.     }
  3976.     /**
  3977.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3978.      *
  3979.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3980.      */
  3981.     protected function getSerializer_NameConverter_MetadataAwareService()
  3982.     {
  3983.         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()));
  3984.     }
  3985.     /**
  3986.      * Gets the private 'session_listener' shared service.
  3987.      *
  3988.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3989.      */
  3990.     protected function getSessionListenerService()
  3991.     {
  3992.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3993.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3994.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3995.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3996.         ], [
  3997.             'logger' => '?',
  3998.             'session_collector' => '?',
  3999.             'session_factory' => '?',
  4000.         ]), true$this->parameters['session.storage.options']);
  4001.     }
  4002.     /**
  4003.      * Gets the private 'stimulus.helper' shared service.
  4004.      *
  4005.      * @return \Symfony\UX\StimulusBundle\Helper\StimulusHelper
  4006.      */
  4007.     protected function getStimulus_HelperService()
  4008.     {
  4009.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  4010.         if (isset($this->privates['stimulus.helper'])) {
  4011.             return $this->privates['stimulus.helper'];
  4012.         }
  4013.         return $this->privates['stimulus.helper'] = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($a);
  4014.     }
  4015.     /**
  4016.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4017.      *
  4018.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4019.      */
  4020.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4021.     {
  4022.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4023.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4024.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4025.         }
  4026.         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);
  4027.     }
  4028.     /**
  4029.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4030.      *
  4031.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4032.      */
  4033.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4034.     {
  4035.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4036.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4037.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4038.         }
  4039.         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);
  4040.     }
  4041.     /**
  4042.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4043.      *
  4044.      * @return \Gedmo\Blameable\BlameableListener
  4045.      */
  4046.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4047.     {
  4048.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4049.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4050.         return $instance;
  4051.     }
  4052.     /**
  4053.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4054.      *
  4055.      * @return \Gedmo\Loggable\LoggableListener
  4056.      */
  4057.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4058.     {
  4059.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4060.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the private 'translator.default' shared service.
  4065.      *
  4066.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4067.      */
  4068.     protected function getTranslator_DefaultService()
  4069.     {
  4070.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4071.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4072.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4073.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4074.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4075.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4076.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4077.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4078.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4079.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4080.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4081.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4082.         ], [
  4083.             'translation.loader.csv' => '?',
  4084.             'translation.loader.dat' => '?',
  4085.             'translation.loader.ini' => '?',
  4086.             'translation.loader.json' => '?',
  4087.             'translation.loader.mo' => '?',
  4088.             'translation.loader.php' => '?',
  4089.             'translation.loader.po' => '?',
  4090.             'translation.loader.qt' => '?',
  4091.             'translation.loader.res' => '?',
  4092.             'translation.loader.xliff' => '?',
  4093.             'translation.loader.yml' => '?',
  4094.         ]), 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')], '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')], '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')], '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')], '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']]], []);
  4095.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4096.         $instance->setFallbackLocales([=> 'fr']);
  4097.         return $instance;
  4098.     }
  4099.     /**
  4100.      * Gets the private 'twig' shared service.
  4101.      *
  4102.      * @return \Twig\Environment
  4103.      */
  4104.     protected function getTwigService()
  4105.     {
  4106.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4107.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4108.         $a->addPath((\dirname(__DIR__4).'/src/Flexy'), 'Flexy');
  4109.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4110.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4111.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4112.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4113.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4114.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4115.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4116.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4117.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4118.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4119.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4120.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4121.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4122.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4123.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4124.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  4125.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  4126.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/POSBundle/templates'), 'FlexyPOS');
  4127.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/POSBundle/templates'), '!FlexyPOS');
  4128.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/StockBundle/templates'), 'FlexyStock');
  4129.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/StockBundle/templates'), '!FlexyStock');
  4130.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/ShopBundle/templates'), 'FlexyShop');
  4131.         $a->addPath((\dirname(__DIR__4).'/src/Flexy/ShopBundle/templates'), '!FlexyShop');
  4132.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4133.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4134.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  4135.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  4136.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  4137.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  4138.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  4139.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  4140.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  4141.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  4142.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4143.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4144.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4145.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4146.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  4147.         $b = ($this->privates['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true));
  4148.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  4149.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4150.         $e = ($this->services['router'] ?? $this->getRouterService());
  4151.         $f = ($this->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack());
  4152.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  4153.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4154.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  4155.         $i = new \Knp\Menu\Util\MenuManipulator();
  4156.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  4157.         $k = ($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService());
  4158.         $l = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  4159.         $m = new \Symfony\Bridge\Twig\AppVariable();
  4160.         $m->setEnvironment('dev');
  4161.         $m->setDebug(true);
  4162.         $m->setTokenStorage($g);
  4163.         if ($this->has('request_stack')) {
  4164.             $m->setRequestStack($f);
  4165.         }
  4166.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4167.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4168.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), $b));
  4169.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  4170.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  4171.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  4172.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  4173.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4176.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4177.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  4178.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  4179.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  4180.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  4181.         $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())));
  4182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4183.         $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)));
  4184.         $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));
  4185.         $instance->addExtension(new \App\Twig\BarcodeGeneratorExtension());
  4186.         $instance->addExtension(new \App\Twig\CalculationExtension());
  4187.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  4188.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4189.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  4190.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  4191.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4192.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  4193.         ], [
  4194.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  4195.         ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
  4196.         $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, [
  4197.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  4198.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  4199.         ], [
  4200.             'list' => '?',
  4201.             'twig' => '?',
  4202.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  4203.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ??= new \Knp\Menu\Provider\LazyProvider([]));
  4204.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  4205.         }, 2)), $i$j), $j$i));
  4206.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  4207.         $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension($k));
  4208.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  4209.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($l, new \Symfony\Component\Mercure\Authorization($l46400), $f));
  4210.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4211.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  4212.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  4213.         ], [
  4214.             'webpack_encore.entrypoint_lookup_collection' => '?',
  4215.             'webpack_encore.tag_renderer' => '?',
  4216.         ])));
  4217.         $instance->addExtension(new \Symfony\UX\Turbo\Twig\TwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4218.             'default' => ['privates''turbo.mercure.default.renderer''getTurbo_Mercure_Default_RendererService'true],
  4219.         ], [
  4220.             'default' => 'Symfony\\UX\\Turbo\\Bridge\\Mercure\\TurboStreamListenRenderer',
  4221.         ]), 'default'));
  4222.         $instance->addExtension(new \Symfony\UX\Notify\Twig\NotifyExtension());
  4223.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  4224.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  4225.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($k));
  4226.         $instance->addGlobal('app'$m);
  4227.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4228.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  4229.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  4230.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  4231.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  4232.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  4233.             'Symfony\\UX\\Notify\\Twig\\NotifyRuntime' => ['privates''notify.twig_runtime''getNotify_TwigRuntimeService'true],
  4234.         ], [
  4235.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4236.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4237.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  4238.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4239.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  4240.             'Symfony\\UX\\Notify\\Twig\\NotifyRuntime' => '?',
  4241.         ])));
  4242.         $instance->addGlobal('shopProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopProvider'] ?? $this->getFlexyShopProviderService()));
  4243.         $instance->addGlobal('shopStatisticProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShopStatisticProvider'] ?? $this->getFlexyShopStatisticProviderService()));
  4244.         $instance->addGlobal('shippingProvider', ($this->privates['App\\Flexy\\ShopBundle\\Service\\FlexyShippingProvider'] ?? $this->getFlexyShippingProviderService()));
  4245.         $instance->addGlobal('front', ($this->privates['App\\Flexy\\FrontBundle\\Service\\FlexyFrontProvider'] ?? $this->getFlexyFrontProviderService()));
  4246.         $instance->addGlobal('notifications', ($this->privates['App\\Service\\FlexyNotificationProvider'] ?? $this->getFlexyNotificationProviderService()));
  4247.         $instance->addGlobal('settings', ($this->privates['App\\Service\\FlexySettingsProvider'] ?? $this->getFlexySettingsProviderService()));
  4248.         $instance->addGlobal('urlSite''http://127.0.0.1:8000');
  4249.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  4250.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  4251.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  4252.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4253.         return $instance;
  4254.     }
  4255.     /**
  4256.      * Gets the private 'validator.builder' shared service.
  4257.      *
  4258.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4259.      */
  4260.     protected function getValidator_BuilderService()
  4261.     {
  4262.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4263.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4264.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4265.             'App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator' => ['privates''App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator''getUniqueShippingRuleValidatorService'true],
  4266.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4267.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4268.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4269.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4270.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4271.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => ['privates''validator.when''getValidator_WhenService'true],
  4272.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4273.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4274.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4275.         ], [
  4276.             'App\\Flexy\\ShopBundle\\Validator\\UniqueShippingRuleValidator' => '?',
  4277.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4278.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4279.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4280.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4281.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4282.             'Symfony\\Component\\Validator\\Constraints\\WhenValidator' => '?',
  4283.             'doctrine.orm.validator.unique' => '?',
  4284.             'security.validator.user_password' => '?',
  4285.             'validator.expression' => '?',
  4286.         ])));
  4287.         if ($this->has('translator')) {
  4288.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4289.         }
  4290.         $instance->setTranslationDomain('validators');
  4291.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4292.         $instance->enableAnnotationMapping(true);
  4293.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4294.         $instance->addMethodMapping('loadValidatorMetadata');
  4295.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4296.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4297.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4298.         return $instance;
  4299.     }
  4300.     /**
  4301.      * Gets the private 'var_dumper.html_dumper' shared service.
  4302.      *
  4303.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4304.      */
  4305.     protected function getVarDumper_HtmlDumperService()
  4306.     {
  4307.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4308.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4309.         return $instance;
  4310.     }
  4311.     /**
  4312.      * Gets the private 'var_dumper.server_connection' shared service.
  4313.      *
  4314.      * @return \Symfony\Component\VarDumper\Server\Connection
  4315.      */
  4316.     protected function getVarDumper_ServerConnectionService()
  4317.     {
  4318.         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()]);
  4319.     }
  4320.     /**
  4321.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  4322.      *
  4323.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4324.      */
  4325.     protected function getVichUploader_MetadataReaderService()
  4326.     {
  4327.         $a = new \Metadata\Driver\FileLocator([]);
  4328.         $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);
  4329.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4330.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4331.     }
  4332.     /**
  4333.      * Gets the private 'web_profiler.csp.handler' shared service.
  4334.      *
  4335.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4336.      */
  4337.     protected function getWebProfiler_Csp_HandlerService()
  4338.     {
  4339.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4340.     }
  4341.     /**
  4342.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4343.      *
  4344.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4345.      */
  4346.     protected function getWebProfiler_DebugToolbarService()
  4347.     {
  4348.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  4349.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4350.             return $this->privates['web_profiler.debug_toolbar'];
  4351.         }
  4352.         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()));
  4353.     }
  4354.     /**
  4355.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4356.      *
  4357.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4358.      */
  4359.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4360.     {
  4361.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4362.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  4363.         ], [
  4364.             '_default' => '?',
  4365.         ]), '_default');
  4366.     }
  4367.     /**
  4368.      * Gets the public 'profiler' alias.
  4369.      *
  4370.      * @return object The ".container.private.profiler" service.
  4371.      */
  4372.     protected function getProfilerService()
  4373.     {
  4374.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4375.         return $this->get('.container.private.profiler');
  4376.     }
  4377.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  4378.     {
  4379.         if (isset($this->buildParameters[$name])) {
  4380.             return $this->buildParameters[$name];
  4381.         }
  4382.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4383.             throw new ParameterNotFoundException($name);
  4384.         }
  4385.         if (isset($this->loadedDynamicParameters[$name])) {
  4386.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4387.         }
  4388.         return $this->parameters[$name];
  4389.     }
  4390.     public function hasParameter(string $name): bool
  4391.     {
  4392.         if (isset($this->buildParameters[$name])) {
  4393.             return true;
  4394.         }
  4395.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4396.     }
  4397.     public function setParameter(string $name$value): void
  4398.     {
  4399.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4400.     }
  4401.     public function getParameterBag(): ParameterBagInterface
  4402.     {
  4403.         if (null === $this->parameterBag) {
  4404.             $parameters $this->parameters;
  4405.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4406.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4407.             }
  4408.             foreach ($this->buildParameters as $name => $value) {
  4409.                 $parameters[$name] = $value;
  4410.             }
  4411.             $this->parameterBag = new FrozenParameterBag($parameters);
  4412.         }
  4413.         return $this->parameterBag;
  4414.     }
  4415.     private $loadedDynamicParameters = [
  4416.         'kernel.runtime_environment' => false,
  4417.         'kernel.build_dir' => false,
  4418.         'kernel.cache_dir' => false,
  4419.         'kernel.secret' => false,
  4420.         'debug.file_link_format' => false,
  4421.         'debug.container.dump' => false,
  4422.         'router.cache_dir' => false,
  4423.         'serializer.mapping.cache.file' => false,
  4424.         'validator.mapping.cache.file' => false,
  4425.         'profiler.storage.dsn' => false,
  4426.         'doctrine.orm.proxy_dir' => false,
  4427.         'nelmio_cors.defaults' => false,
  4428.         'lexik_jwt_authentication.pass_phrase' => false,
  4429.         'mercure.hubs' => false,
  4430.         'mercure.default_hub' => false,
  4431.     ];
  4432.     private $dynamicParameters = [];
  4433.     private function getDynamicParameter(string $name)
  4434.     {
  4435.         $value = match ($name) {
  4436.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  4437.             'kernel.build_dir' => $this->targetDir.'',
  4438.             'kernel.cache_dir' => $this->targetDir.'',
  4439.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  4440.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  4441.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'),
  4442.             'router.cache_dir' => $this->targetDir.'',
  4443.             'serializer.mapping.cache.file' => ($this->targetDir.''.'/serialization.php'),
  4444.             'validator.mapping.cache.file' => ($this->targetDir.''.'/validation.php'),
  4445.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  4446.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  4447.             'nelmio_cors.defaults' => [
  4448.                 'allow_origin' => [
  4449.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  4450.                 ],
  4451.                 'allow_credentials' => false,
  4452.                 'allow_headers' => [
  4453.                     => 'content-type',
  4454.                     => 'authorization',
  4455.                 ],
  4456.                 'expose_headers' => [
  4457.                     => 'Link',
  4458.                 ],
  4459.                 'allow_methods' => [
  4460.                     => 'GET',
  4461.                     => 'OPTIONS',
  4462.                     => 'POST',
  4463.                     => 'PUT',
  4464.                     => 'PATCH',
  4465.                     => 'DELETE',
  4466.                 ],
  4467.                 'max_age' => 3600,
  4468.                 'hosts' => [
  4469.                 ],
  4470.                 'origin_regex' => true,
  4471.                 'forced_allow_origin_value' => NULL,
  4472.                 'skip_same_as_origin' => true,
  4473.             ],
  4474.             'lexik_jwt_authentication.pass_phrase' => $this->getEnv('JWT_PASSPHRASE'),
  4475.             'mercure.hubs' => [
  4476.                 'default' => $this->getEnv('MERCURE_URL'),
  4477.             ],
  4478.             'mercure.default_hub' => $this->getEnv('MERCURE_URL'),
  4479.             default => throw new ParameterNotFoundException($name),
  4480.         };
  4481.         $this->loadedDynamicParameters[$name] = true;
  4482.         return $this->dynamicParameters[$name] = $value;
  4483.     }
  4484.     protected function getDefaultParameters(): array
  4485.     {
  4486.         return [
  4487.             'kernel.project_dir' => \dirname(__DIR__4),
  4488.             'kernel.environment' => 'dev',
  4489.             'kernel.debug' => true,
  4490.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4491.             'kernel.bundles' => [
  4492.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4493.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4494.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4495.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4496.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4497.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4498.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4499.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4500.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4501.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4502.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4503.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4504.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4505.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4506.                 'FlexyPOSBundle' => 'App\\Flexy\\POSBundle\\FlexyPOSBundle',
  4507.                 'FlexyStockBundle' => 'App\\Flexy\\StockBundle\\FlexyStockBundle',
  4508.                 'FlexyFrontBundle' => 'App\\Flexy\\FrontBundle\\FlexyFrontBundle',
  4509.                 'FlexyShopBundle' => 'App\\Flexy\\ShopBundle\\FlexyShopBundle',
  4510.                 'FlexyBookingBundle' => 'App\\Flexy\\BookingBundle\\FlexyBookingBundle',
  4511.                 'FlexyTransportBundle' => 'App\\Flexy\\TransportBundle\\FlexyTransportBundle',
  4512.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4513.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4514.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4515.                 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  4516.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4517.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4518.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  4519.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4520.                 'TurboBundle' => 'Symfony\\UX\\Turbo\\TurboBundle',
  4521.                 'NotifyBundle' => 'Symfony\\UX\\Notify\\NotifyBundle',
  4522.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  4523.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4524.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  4525.                 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  4526.                 'SwupBundle' => 'Symfony\\UX\\Swup\\SwupBundle',
  4527.             ],
  4528.             'kernel.bundles_metadata' => [
  4529.                 'FrameworkBundle' => [
  4530.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4531.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4532.                 ],
  4533.                 'SensioFrameworkExtraBundle' => [
  4534.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4535.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4536.                 ],
  4537.                 'TwigBundle' => [
  4538.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4539.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4540.                 ],
  4541.                 'WebProfilerBundle' => [
  4542.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4543.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4544.                 ],
  4545.                 'MonologBundle' => [
  4546.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4547.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4548.                 ],
  4549.                 'DebugBundle' => [
  4550.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4551.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4552.                 ],
  4553.                 'MakerBundle' => [
  4554.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4555.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4556.                 ],
  4557.                 'DoctrineBundle' => [
  4558.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4559.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4560.                 ],
  4561.                 'DoctrineMigrationsBundle' => [
  4562.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4563.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4564.                 ],
  4565.                 'SecurityBundle' => [
  4566.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4567.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4568.                 ],
  4569.                 'TwigExtraBundle' => [
  4570.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4571.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4572.                 ],
  4573.                 'EasyAdminBundle' => [
  4574.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  4575.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4576.                 ],
  4577.                 'NelmioCorsBundle' => [
  4578.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4579.                     'namespace' => 'Nelmio\\CorsBundle',
  4580.                 ],
  4581.                 'ApiPlatformBundle' => [
  4582.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4583.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4584.                 ],
  4585.                 'FlexyPOSBundle' => [
  4586.                     'path' => (\dirname(__DIR__4).'/src/Flexy/POSBundle'),
  4587.                     'namespace' => 'App\\Flexy\\POSBundle',
  4588.                 ],
  4589.                 'FlexyStockBundle' => [
  4590.                     'path' => (\dirname(__DIR__4).'/src/Flexy/StockBundle'),
  4591.                     'namespace' => 'App\\Flexy\\StockBundle',
  4592.                 ],
  4593.                 'FlexyFrontBundle' => [
  4594.                     'path' => (\dirname(__DIR__4).'/src/Flexy/FrontBundle'),
  4595.                     'namespace' => 'App\\Flexy\\FrontBundle',
  4596.                 ],
  4597.                 'FlexyShopBundle' => [
  4598.                     'path' => (\dirname(__DIR__4).'/src/Flexy/ShopBundle'),
  4599.                     'namespace' => 'App\\Flexy\\ShopBundle',
  4600.                 ],
  4601.                 'FlexyBookingBundle' => [
  4602.                     'path' => (\dirname(__DIR__4).'/src/Flexy/BookingBundle'),
  4603.                     'namespace' => 'App\\Flexy\\BookingBundle',
  4604.                 ],
  4605.                 'FlexyTransportBundle' => [
  4606.                     'path' => (\dirname(__DIR__4).'/src/Flexy/TransportBundle'),
  4607.                     'namespace' => 'App\\Flexy\\TransportBundle',
  4608.                 ],
  4609.                 'KnpMenuBundle' => [
  4610.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  4611.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4612.                 ],
  4613.                 'StofDoctrineExtensionsBundle' => [
  4614.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4615.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4616.                 ],
  4617.                 'VichUploaderBundle' => [
  4618.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  4619.                     'namespace' => 'Vich\\UploaderBundle',
  4620.                 ],
  4621.                 'ChartjsBundle' => [
  4622.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs'),
  4623.                     'namespace' => 'Symfony\\UX\\Chartjs',
  4624.                 ],
  4625.                 'LiipImagineBundle' => [
  4626.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4627.                     'namespace' => 'Liip\\ImagineBundle',
  4628.                 ],
  4629.                 'LexikJWTAuthenticationBundle' => [
  4630.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4631.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4632.                 ],
  4633.                 'MercureBundle' => [
  4634.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  4635.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  4636.                 ],
  4637.                 'WebpackEncoreBundle' => [
  4638.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4639.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4640.                 ],
  4641.                 'TurboBundle' => [
  4642.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo'),
  4643.                     'namespace' => 'Symfony\\UX\\Turbo',
  4644.                 ],
  4645.                 'NotifyBundle' => [
  4646.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-notify'),
  4647.                     'namespace' => 'Symfony\\UX\\Notify',
  4648.                 ],
  4649.                 'SymfonyCastsResetPasswordBundle' => [
  4650.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  4651.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  4652.                 ],
  4653.                 'KnpPaginatorBundle' => [
  4654.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4655.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4656.                 ],
  4657.                 'KnpUOAuth2ClientBundle' => [
  4658.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  4659.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  4660.                 ],
  4661.                 'StimulusBundle' => [
  4662.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle'),
  4663.                     'namespace' => 'Symfony\\UX\\StimulusBundle',
  4664.                 ],
  4665.                 'SwupBundle' => [
  4666.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-swup'),
  4667.                     'namespace' => 'Symfony\\UX\\Swup',
  4668.                 ],
  4669.             ],
  4670.             'kernel.charset' => 'UTF-8',
  4671.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4672.             'app.path.product_images' => '/uploads/mutaweef/shop',
  4673.             'event_dispatcher.event_aliases' => [
  4674.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4675.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4676.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4677.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4678.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4679.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4680.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4681.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4682.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4683.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4684.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4685.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4686.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4687.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4688.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4689.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4690.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4691.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4692.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4693.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4694.             ],
  4695.             'fragment.renderer.hinclude.global_template' => NULL,
  4696.             'fragment.path' => '/_fragment',
  4697.             'kernel.http_method_override' => false,
  4698.             'kernel.trust_x_sendfile_type_header' => false,
  4699.             'kernel.trusted_hosts' => [
  4700.             ],
  4701.             'kernel.default_locale' => 'fr',
  4702.             'kernel.enabled_locales' => [
  4703.             ],
  4704.             'kernel.error_controller' => 'error_controller',
  4705.             'asset.request_context.base_path' => NULL,
  4706.             'asset.request_context.secure' => NULL,
  4707.             'translator.logging' => false,
  4708.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4709.             'debug.error_handler.throw_at' => -1,
  4710.             'router.request_context.host' => 'localhost',
  4711.             'router.request_context.scheme' => 'http',
  4712.             'router.request_context.base_url' => '',
  4713.             'router.resource' => 'kernel::loadRoutes',
  4714.             'request_listener.http_port' => 80,
  4715.             'request_listener.https_port' => 443,
  4716.             'session.metadata.storage_key' => '_sf2_meta',
  4717.             'session.storage.options' => [
  4718.                 'cache_limiter' => '0',
  4719.                 'cookie_lifetime' => 46400,
  4720.                 'cookie_secure' => 'auto',
  4721.                 'cookie_httponly' => true,
  4722.                 'cookie_samesite' => 'lax',
  4723.                 'gc_maxlifetime' => 46400,
  4724.                 'gc_probability' => 1,
  4725.             ],
  4726.             'session.save_path' => NULL,
  4727.             'session.metadata.update_threshold' => 0,
  4728.             'form.type_extension.csrf.enabled' => true,
  4729.             'form.type_extension.csrf.field_name' => '_token',
  4730.             'validator.translation_domain' => 'validators',
  4731.             'profiler_listener.only_exceptions' => false,
  4732.             'profiler_listener.only_main_requests' => false,
  4733.             'twig.form.resources' => [
  4734.                 => '@VichUploader/Form/fields.html.twig',
  4735.                 => 'form_div_layout.html.twig',
  4736.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  4737.                 => 'bootstrap_5_layout.html.twig',
  4738.             ],
  4739.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4740.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4741.             'web_profiler.debug_toolbar.mode' => 2,
  4742.             'monolog.use_microseconds' => true,
  4743.             'monolog.swift_mailer.handlers' => [
  4744.             ],
  4745.             'monolog.handlers_to_channels' => [
  4746.                 'monolog.handler.console' => [
  4747.                     'type' => 'exclusive',
  4748.                     'elements' => [
  4749.                         => 'event',
  4750.                         => 'doctrine',
  4751.                         => 'console',
  4752.                     ],
  4753.                 ],
  4754.                 'monolog.handler.main' => [
  4755.                     'type' => 'exclusive',
  4756.                     'elements' => [
  4757.                         => 'event',
  4758.                     ],
  4759.                 ],
  4760.             ],
  4761.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4762.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4763.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4764.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4765.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4766.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4767.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4768.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4769.             'doctrine.entity_managers' => [
  4770.                 'default' => 'doctrine.orm.default_entity_manager',
  4771.             ],
  4772.             'doctrine.default_entity_manager' => 'default',
  4773.             'doctrine.dbal.connection_factory.types' => [
  4774.                 'uuid' => [
  4775.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4776.                 ],
  4777.                 'ulid' => [
  4778.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4779.                 ],
  4780.             ],
  4781.             'doctrine.connections' => [
  4782.                 'default' => 'doctrine.dbal.default_connection',
  4783.             ],
  4784.             'doctrine.default_connection' => 'default',
  4785.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4786.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4787.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4788.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4789.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4790.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4791.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4792.             'doctrine.orm.cache.memcache_port' => 11211,
  4793.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4794.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4795.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4796.             'doctrine.orm.cache.memcached_port' => 11211,
  4797.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4798.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4799.             'doctrine.orm.cache.redis_host' => 'localhost',
  4800.             'doctrine.orm.cache.redis_port' => 6379,
  4801.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4802.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4803.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4804.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4805.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4806.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4807.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4808.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4809.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4810.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4811.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4812.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4813.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4814.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4815.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4816.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4817.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4818.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4819.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4820.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4821.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4822.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4823.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4824.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4825.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4826.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4827.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4828.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4829.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4830.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4831.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4832.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4833.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4834.             'doctrine.migrations.preferred_em' => NULL,
  4835.             'doctrine.migrations.preferred_connection' => NULL,
  4836.             'security.role_hierarchy.roles' => [
  4837.             ],
  4838.             'security.access.denied_url' => NULL,
  4839.             'security.authentication.manager.erase_credentials' => true,
  4840.             'security.authentication.session_strategy.strategy' => 'migrate',
  4841.             'security.authentication.hide_user_not_found' => true,
  4842.             'security.firewalls' => [
  4843.                 => 'api',
  4844.                 => 'dev',
  4845.                 => 'main',
  4846.             ],
  4847.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4848.             'nelmio_cors.map' => [
  4849.                 '^/' => [
  4850.                     'skip_same_as_origin' => true,
  4851.                 ],
  4852.             ],
  4853.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4854.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4855.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4856.             'api_platform.metadata_backward_compatibility_layer' => true,
  4857.             'api_platform.enable_entrypoint' => true,
  4858.             'api_platform.enable_docs' => true,
  4859.             'api_platform.title' => '',
  4860.             'api_platform.description' => '',
  4861.             'api_platform.version' => '0.0.0',
  4862.             'api_platform.show_webby' => true,
  4863.             'api_platform.url_generation_strategy' => 1,
  4864.             'api_platform.exception_to_status' => [
  4865.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4866.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4867.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4868.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4869.             ],
  4870.             'api_platform.formats' => [
  4871.                 'json' => [
  4872.                     => 'application/json',
  4873.                 ],
  4874.                 'html' => [
  4875.                     => 'text/html',
  4876.                 ],
  4877.             ],
  4878.             'api_platform.patch_formats' => [
  4879.                 'json' => [
  4880.                     => 'application/merge-patch+json',
  4881.                 ],
  4882.             ],
  4883.             'api_platform.error_formats' => [
  4884.                 'jsonproblem' => [
  4885.                     => 'application/problem+json',
  4886.                 ],
  4887.                 'jsonld' => [
  4888.                     => 'application/ld+json',
  4889.                 ],
  4890.             ],
  4891.             'api_platform.allow_plain_identifiers' => false,
  4892.             'api_platform.eager_loading.enabled' => true,
  4893.             'api_platform.eager_loading.max_joins' => 100,
  4894.             'api_platform.eager_loading.fetch_partial' => false,
  4895.             'api_platform.eager_loading.force_eager' => true,
  4896.             'api_platform.collection.exists_parameter_name' => 'exists',
  4897.             'api_platform.collection.order' => 'ASC',
  4898.             'api_platform.collection.order_parameter_name' => 'order',
  4899.             'api_platform.collection.order_nulls_comparison' => NULL,
  4900.             'api_platform.collection.pagination.enabled' => false,
  4901.             'api_platform.collection.pagination.partial' => false,
  4902.             'api_platform.collection.pagination.client_enabled' => false,
  4903.             'api_platform.collection.pagination.client_items_per_page' => false,
  4904.             'api_platform.collection.pagination.client_partial' => false,
  4905.             'api_platform.collection.pagination.items_per_page' => 30,
  4906.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4907.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  4908.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4909.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4910.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4911.             'api_platform.collection.pagination' => [
  4912.                 'enabled' => false,
  4913.                 'partial' => false,
  4914.                 'client_enabled' => false,
  4915.                 'client_items_per_page' => false,
  4916.                 'client_partial' => false,
  4917.                 'items_per_page' => 30,
  4918.                 'maximum_items_per_page' => NULL,
  4919.                 'page_parameter_name' => 'page',
  4920.                 'enabled_parameter_name' => 'pagination',
  4921.                 'items_per_page_parameter_name' => 'itemsPerPage',
  4922.                 'partial_parameter_name' => 'partial',
  4923.             ],
  4924.             'api_platform.http_cache.etag' => true,
  4925.             'api_platform.http_cache.max_age' => NULL,
  4926.             'api_platform.http_cache.shared_max_age' => NULL,
  4927.             'api_platform.http_cache.vary' => [
  4928.                 => 'Accept',
  4929.             ],
  4930.             'api_platform.http_cache.public' => NULL,
  4931.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4932.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4933.             'api_platform.asset_package' => NULL,
  4934.             'api_platform.defaults' => [
  4935.                 'attributes' => [
  4936.                     'pagination_enabled' => false,
  4937.                 ],
  4938.             ],
  4939.             'api_platform.resource_class_directories' => [
  4940.                 => (\dirname(__DIR__4).'/src/Flexy/POSBundle/Entity'),
  4941.                 => (\dirname(__DIR__4).'/src/Flexy/StockBundle/Entity'),
  4942.                 => (\dirname(__DIR__4).'/src/Flexy/FrontBundle/Entity'),
  4943.                 => (\dirname(__DIR__4).'/src/Flexy/ShopBundle/Entity'),
  4944.                 => (\dirname(__DIR__4).'/src/Flexy/BookingBundle/Entity'),
  4945.                 => (\dirname(__DIR__4).'/src/Flexy/TransportBundle/Entity'),
  4946.                 => (\dirname(__DIR__4).'/src/Entity'),
  4947.             ],
  4948.             'api_platform.oauth.enabled' => false,
  4949.             'api_platform.oauth.clientId' => '',
  4950.             'api_platform.oauth.clientSecret' => '',
  4951.             'api_platform.oauth.type' => 'oauth2',
  4952.             'api_platform.oauth.flow' => 'application',
  4953.             'api_platform.oauth.tokenUrl' => '',
  4954.             'api_platform.oauth.authorizationUrl' => '',
  4955.             'api_platform.oauth.refreshUrl' => '',
  4956.             'api_platform.oauth.scopes' => [
  4957.             ],
  4958.             'api_platform.oauth.pkce' => false,
  4959.             'api_platform.openapi.termsOfService' => NULL,
  4960.             'api_platform.openapi.contact.name' => NULL,
  4961.             'api_platform.openapi.contact.url' => NULL,
  4962.             'api_platform.openapi.contact.email' => NULL,
  4963.             'api_platform.openapi.license.name' => NULL,
  4964.             'api_platform.openapi.license.url' => NULL,
  4965.             'api_platform.swagger.versions' => [
  4966.                 => 3,
  4967.             ],
  4968.             'api_platform.enable_swagger_ui' => true,
  4969.             'api_platform.enable_re_doc' => true,
  4970.             'api_platform.swagger.api_keys' => [
  4971.                 'JWT' => [
  4972.                     'name' => 'Authorization',
  4973.                     'type' => 'header',
  4974.                 ],
  4975.             ],
  4976.             'api_platform.swagger_ui.extra_configuration' => [
  4977.             ],
  4978.             'api_platform.graphql.enabled' => false,
  4979.             'api_platform.graphql.graphiql.enabled' => false,
  4980.             'api_platform.graphql.graphql_playground.enabled' => false,
  4981.             'api_platform.graphql.collection.pagination' => [
  4982.                 'enabled' => true,
  4983.             ],
  4984.             'api_platform.validator.serialize_payload_fields' => [
  4985.             ],
  4986.             'api_platform.validator.query_parameter_validation' => true,
  4987.             'api_platform.elasticsearch.enabled' => false,
  4988.             'knp_menu.renderer.list.options' => [
  4989.             ],
  4990.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4991.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4992.             'knp_menu.renderer.twig.options' => [
  4993.             ],
  4994.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4995.             'knp_menu.default_renderer' => 'twig',
  4996.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4997.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4998.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4999.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  5000.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  5001.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  5002.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  5003.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  5004.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  5005.             'stof_doctrine_extensions.translation_fallback' => false,
  5006.             'stof_doctrine_extensions.persist_default_translation' => false,
  5007.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  5008.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  5009.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  5010.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  5011.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  5012.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  5013.             'vich_uploader.mappings' => [
  5014.                 'product_images' => [
  5015.                     'uri_prefix' => '/uploads/mutaweef/shop',
  5016.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/mutaweef/shop'),
  5017.                     'namer' => [
  5018.                         'service' => NULL,
  5019.                         'options' => NULL,
  5020.                     ],
  5021.                     'directory_namer' => [
  5022.                         'service' => NULL,
  5023.                         'options' => NULL,
  5024.                     ],
  5025.                     'delete_on_remove' => true,
  5026.                     'delete_on_update' => true,
  5027.                     'inject_on_load' => false,
  5028.                     'db_driver' => 'orm',
  5029.                 ],
  5030.                 'join_images' => [
  5031.                     'uri_prefix' => '/images/join',
  5032.                     'upload_destination' => (\dirname(__DIR__4).'/public%/public/images/products'),
  5033.                     'namer' => [
  5034.                         'service' => NULL,
  5035.                         'options' => NULL,
  5036.                     ],
  5037.                     'directory_namer' => [
  5038.                         'service' => NULL,
  5039.                         'options' => NULL,
  5040.                     ],
  5041.                     'delete_on_remove' => true,
  5042.                     'delete_on_update' => true,
  5043.                     'inject_on_load' => false,
  5044.                     'db_driver' => 'orm',
  5045.                 ],
  5046.             ],
  5047.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  5048.             'liip_imagine.resolvers' => [
  5049.                 'default' => [
  5050.                     'web_path' => [
  5051.                         'web_root' => (\dirname(__DIR__4).'/public'),
  5052.                         'cache_prefix' => 'media/cache',
  5053.                     ],
  5054.                 ],
  5055.             ],
  5056.             'liip_imagine.loaders' => [
  5057.                 'default' => [
  5058.                     'filesystem' => [
  5059.                         'locator' => 'filesystem',
  5060.                         'data_root' => [
  5061.                             => (\dirname(__DIR__4).'/public'),
  5062.                         ],
  5063.                         'allow_unresolvable_data_roots' => false,
  5064.                         'bundle_resources' => [
  5065.                             'enabled' => false,
  5066.                             'access_control_type' => 'blacklist',
  5067.                             'access_control_list' => [
  5068.                             ],
  5069.                         ],
  5070.                     ],
  5071.                 ],
  5072.             ],
  5073.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  5074.             'liip_imagine.jpegoptim.stripAll' => true,
  5075.             'liip_imagine.jpegoptim.max' => NULL,
  5076.             'liip_imagine.jpegoptim.progressive' => true,
  5077.             'liip_imagine.jpegoptim.tempDir' => NULL,
  5078.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  5079.             'liip_imagine.optipng.level' => 7,
  5080.             'liip_imagine.optipng.stripAll' => true,
  5081.             'liip_imagine.optipng.tempDir' => NULL,
  5082.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  5083.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  5084.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  5085.             'liip_imagine.cwebp.tempDir' => NULL,
  5086.             'liip_imagine.cwebp.q' => 75,
  5087.             'liip_imagine.cwebp.alphaQ' => 100,
  5088.             'liip_imagine.cwebp.m' => 4,
  5089.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  5090.             'liip_imagine.cwebp.alphaMethod' => 1,
  5091.             'liip_imagine.cwebp.exact' => false,
  5092.             'liip_imagine.cwebp.metadata' => [
  5093.                 => 'none',
  5094.             ],
  5095.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  5096.             'liip_imagine.cache.resolver.default' => 'default',
  5097.             'liip_imagine.default_image' => NULL,
  5098.             'liip_imagine.filter_sets' => [
  5099.                 'cache' => [
  5100.                     'quality' => 100,
  5101.                     'jpeg_quality' => NULL,
  5102.                     'png_compression_level' => NULL,
  5103.                     'png_compression_filter' => NULL,
  5104.                     'format' => NULL,
  5105.                     'animated' => false,
  5106.                     'cache' => NULL,
  5107.                     'data_loader' => NULL,
  5108.                     'default_image' => NULL,
  5109.                     'filters' => [
  5110.                     ],
  5111.                     'post_processors' => [
  5112.                     ],
  5113.                 ],
  5114.                 'my_thumb' => [
  5115.                     'quality' => 75,
  5116.                     'jpeg_quality' => NULL,
  5117.                     'png_compression_level' => NULL,
  5118.                     'png_compression_filter' => NULL,
  5119.                     'format' => NULL,
  5120.                     'animated' => false,
  5121.                     'cache' => NULL,
  5122.                     'data_loader' => NULL,
  5123.                     'default_image' => NULL,
  5124.                     'filters' => [
  5125.                         'thumbnail' => [
  5126.                             'size' => [
  5127.                                 => 300,
  5128.                                 => 250,
  5129.                             ],
  5130.                             'mode' => 'outbound',
  5131.                         ],
  5132.                         'background' => [
  5133.                             'size' => [
  5134.                                 => 310,
  5135.                                 => 260,
  5136.                             ],
  5137.                             'position' => 'center',
  5138.                             'color' => '#ffffff',
  5139.                         ],
  5140.                     ],
  5141.                     'post_processors' => [
  5142.                     ],
  5143.                 ],
  5144.             ],
  5145.             'liip_imagine.binary.loader.default' => 'default',
  5146.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5147.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5148.             'liip_imagine.webp.generate' => false,
  5149.             'liip_imagine.webp.options' => [
  5150.                 'quality' => 100,
  5151.                 'cache' => NULL,
  5152.                 'data_loader' => NULL,
  5153.                 'post_processors' => [
  5154.                 ],
  5155.             ],
  5156.             'lexik_jwt_authentication.token_ttl' => 604800,
  5157.             'lexik_jwt_authentication.clock_skew' => 0,
  5158.             'lexik_jwt_authentication.user_identity_field' => 'username',
  5159.             'lexik_jwt_authentication.allow_no_expiration' => false,
  5160.             'lexik_jwt_authentication.user_id_claim' => 'username',
  5161.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  5162.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  5163.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig',
  5164.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5165.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5166.             'knp_paginator.page_range' => 5,
  5167.             'knp_paginator.page_limit' => NULL,
  5168.             'data_collector.templates' => [
  5169.                 'data_collector.request' => [
  5170.                     => 'request',
  5171.                     => '@WebProfiler/Collector/request.html.twig',
  5172.                 ],
  5173.                 'api_platform.data_collector.request' => [
  5174.                     => 'api_platform.data_collector.request',
  5175.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  5176.                 ],
  5177.                 'data_collector.time' => [
  5178.                     => 'time',
  5179.                     => '@WebProfiler/Collector/time.html.twig',
  5180.                 ],
  5181.                 'data_collector.memory' => [
  5182.                     => 'memory',
  5183.                     => '@WebProfiler/Collector/memory.html.twig',
  5184.                 ],
  5185.                 'data_collector.validator' => [
  5186.                     => 'validator',
  5187.                     => '@WebProfiler/Collector/validator.html.twig',
  5188.                 ],
  5189.                 'data_collector.ajax' => [
  5190.                     => 'ajax',
  5191.                     => '@WebProfiler/Collector/ajax.html.twig',
  5192.                 ],
  5193.                 'data_collector.form' => [
  5194.                     => 'form',
  5195.                     => '@WebProfiler/Collector/form.html.twig',
  5196.                 ],
  5197.                 'data_collector.exception' => [
  5198.                     => 'exception',
  5199.                     => '@WebProfiler/Collector/exception.html.twig',
  5200.                 ],
  5201.                 'data_collector.logger' => [
  5202.                     => 'logger',
  5203.                     => '@WebProfiler/Collector/logger.html.twig',
  5204.                 ],
  5205.                 'data_collector.events' => [
  5206.                     => 'events',
  5207.                     => '@WebProfiler/Collector/events.html.twig',
  5208.                 ],
  5209.                 'data_collector.router' => [
  5210.                     => 'router',
  5211.                     => '@WebProfiler/Collector/router.html.twig',
  5212.                 ],
  5213.                 'data_collector.cache' => [
  5214.                     => 'cache',
  5215.                     => '@WebProfiler/Collector/cache.html.twig',
  5216.                 ],
  5217.                 'data_collector.translation' => [
  5218.                     => 'translation',
  5219.                     => '@WebProfiler/Collector/translation.html.twig',
  5220.                 ],
  5221.                 'data_collector.security' => [
  5222.                     => 'security',
  5223.                     => '@Security/Collector/security.html.twig',
  5224.                 ],
  5225.                 'data_collector.twig' => [
  5226.                     => 'twig',
  5227.                     => '@WebProfiler/Collector/twig.html.twig',
  5228.                 ],
  5229.                 'data_collector.http_client' => [
  5230.                     => 'http_client',
  5231.                     => '@WebProfiler/Collector/http_client.html.twig',
  5232.                 ],
  5233.                 'data_collector.doctrine' => [
  5234.                     => 'db',
  5235.                     => '@Doctrine/Collector/db.html.twig',
  5236.                 ],
  5237.                 'doctrine_migrations.migrations_collector' => [
  5238.                     => 'doctrine_migrations',
  5239.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5240.                 ],
  5241.                 'data_collector.dump' => [
  5242.                     => 'dump',
  5243.                     => '@Debug/Profiler/dump.html.twig',
  5244.                 ],
  5245.                 'mailer.data_collector' => [
  5246.                     => 'mailer',
  5247.                     => '@WebProfiler/Collector/mailer.html.twig',
  5248.                 ],
  5249.                 'notifier.data_collector' => [
  5250.                     => 'notifier',
  5251.                     => '@WebProfiler/Collector/notifier.html.twig',
  5252.                 ],
  5253.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5254.                     => 'easyadmin',
  5255.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  5256.                 ],
  5257.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5258.                     => 'vich_uploader.mapping_collector',
  5259.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  5260.                 ],
  5261.                 'data_collector.mercure' => [
  5262.                     => 'mercure',
  5263.                     => '@Mercure/Collector/mercure.html.twig',
  5264.                 ],
  5265.                 'data_collector.config' => [
  5266.                     => 'config',
  5267.                     => '@WebProfiler/Collector/config.html.twig',
  5268.                 ],
  5269.             ],
  5270.             'console.command.ids' => [
  5271.             ],
  5272.         ];
  5273.     }
  5274. }