var/cache/dev/ContainerK0b3T84/srcApp_KernelDevDebugContainer.php line 1055

Open in your IDE?
  1. <?php
  2. namespace ContainerK0b3T84;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  41.             'event_dispatcher' => 'getEventDispatcherService',
  42.             'http_kernel' => 'getHttpKernelService',
  43.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  44.             'hwi_oauth.security.oauth_utils' => 'getHwiOauth_Security_OauthUtilsService',
  45.             'image.handling' => 'getImage_HandlingService',
  46.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  47.             'profiler' => 'getProfilerService',
  48.             'request_stack' => 'getRequestStackService',
  49.             'router' => 'getRouterService',
  50.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  51.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  52.             'security.token_storage' => 'getSecurity_TokenStorageService',
  53.             'session' => 'getSessionService',
  54.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  55.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  56.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  57.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  58.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  59.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  60.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  61.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  62.             'translator' => 'getTranslatorService',
  63.             'twig' => 'getTwigService',
  64.             'validator' => 'getValidatorService',
  65.         ];
  66.         $this->fileMap = [
  67.             'App\\Controller\\APIController' => 'getAPIControllerService.php',
  68.             'App\\Controller\\AdminController' => 'getAdminControllerService.php',
  69.             'App\\Controller\\BadgeController' => 'getBadgeControllerService.php',
  70.             'App\\Controller\\BlueCartController' => 'getBlueCartControllerService.php',
  71.             'App\\Controller\\CMSHomePageController' => 'getCMSHomePageControllerService.php',
  72.             'App\\Controller\\CarrierPostController' => 'getCarrierPostControllerService.php',
  73.             'App\\Controller\\CartController' => 'getCartControllerService.php',
  74.             'App\\Controller\\CartOnHoldAdminController' => 'getCartOnHoldAdminControllerService.php',
  75.             'App\\Controller\\CompanyAssociationController' => 'getCompanyAssociationControllerService.php',
  76.             'App\\Controller\\CompanyController' => 'getCompanyControllerService.php',
  77.             'App\\Controller\\CompanySubscriptionAdminController' => 'getCompanySubscriptionAdminControllerService.php',
  78.             'App\\Controller\\ContactController' => 'getContactControllerService.php',
  79.             'App\\Controller\\CorporativeController' => 'getCorporativeControllerService.php',
  80.             'App\\Controller\\DistributorAPIController' => 'getDistributorAPIControllerService.php',
  81.             'App\\Controller\\FrontEndController' => 'getFrontEndControllerService.php',
  82.             'App\\Controller\\ImageController' => 'getImageControllerService.php',
  83.             'App\\Controller\\InvoiceAdminController' => 'getInvoiceAdminControllerService.php',
  84.             'App\\Controller\\InvoiceLogisticAdminController' => 'getInvoiceLogisticAdminControllerService.php',
  85.             'App\\Controller\\InvoiceServiceAdminController' => 'getInvoiceServiceAdminControllerService.php',
  86.             'App\\Controller\\InvoicingController' => 'getInvoicingControllerService.php',
  87.             'App\\Controller\\MaintenanceController' => 'getMaintenanceControllerService.php',
  88.             'App\\Controller\\MessageController' => 'getMessageControllerService.php',
  89.             'App\\Controller\\NotificationController' => 'getNotificationControllerService.php',
  90.             'App\\Controller\\OmeloController' => 'getOmeloControllerService.php',
  91.             'App\\Controller\\PreOrderAdminController' => 'getPreOrderAdminControllerService.php',
  92.             'App\\Controller\\ProductAdjustmentAdminController' => 'getProductAdjustmentAdminControllerService.php',
  93.             'App\\Controller\\ProductAdminController' => 'getProductAdminControllerService.php',
  94.             'App\\Controller\\ProductController' => 'getProductControllerService.php',
  95.             'App\\Controller\\ProductDiscountController' => 'getProductDiscountControllerService.php',
  96.             'App\\Controller\\ProductReplacementScriptAdminController' => 'getProductReplacementScriptAdminControllerService.php',
  97.             'App\\Controller\\ProductReplenishmentAdminController' => 'getProductReplenishmentAdminControllerService.php',
  98.             'App\\Controller\\RapportCompanyController' => 'getRapportCompanyControllerService.php',
  99.             'App\\Controller\\RecipeController' => 'getRecipeControllerService.php',
  100.             'App\\Controller\\RecruiterController' => 'getRecruiterControllerService.php',
  101.             'App\\Controller\\RecurringOrderController' => 'getRecurringOrderControllerService.php',
  102.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService.php',
  103.             'App\\Controller\\SearchController' => 'getSearchControllerService.php',
  104.             'App\\Controller\\SolidarityStoreController' => 'getSolidarityStoreControllerService.php',
  105.             'App\\Controller\\StatisticsJitAdminController' => 'getStatisticsJitAdminControllerService.php',
  106.             'App\\Controller\\SubscriptionAdminController' => 'getSubscriptionAdminControllerService.php',
  107.             'App\\Controller\\SubscriptionController' => 'getSubscriptionControllerService.php',
  108.             'App\\Controller\\SuperAdminController' => 'getSuperAdminControllerService.php',
  109.             'App\\Controller\\UserController' => 'getUserControllerService.php',
  110.             'App\\Controller\\VariableAdminController' => 'getVariableAdminControllerService.php',
  111.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  112.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  113.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  114.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  115.             'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
  116.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  117.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  118.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  119.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  120.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  121.             'admin.badge' => 'getAdmin_BadgeService.php',
  122.             'admin.badge.template_registry' => 'getAdmin_Badge_TemplateRegistryService.php',
  123.             'admin.bio_certification' => 'getAdmin_BioCertificationService.php',
  124.             'admin.bio_certification.template_registry' => 'getAdmin_BioCertification_TemplateRegistryService.php',
  125.             'admin.carrier_post' => 'getAdmin_CarrierPostService.php',
  126.             'admin.carrier_post.template_registry' => 'getAdmin_CarrierPost_TemplateRegistryService.php',
  127.             'admin.cart' => 'getAdmin_CartService.php',
  128.             'admin.cart.template_registry' => 'getAdmin_Cart_TemplateRegistryService.php',
  129.             'admin.cart_coupon' => 'getAdmin_CartCouponService.php',
  130.             'admin.cart_coupon.template_registry' => 'getAdmin_CartCoupon_TemplateRegistryService.php',
  131.             'admin.cart_on_hold' => 'getAdmin_CartOnHoldService.php',
  132.             'admin.cart_on_hold.template_registry' => 'getAdmin_CartOnHold_TemplateRegistryService.php',
  133.             'admin.cart_paid' => 'getAdmin_CartPaidService.php',
  134.             'admin.cart_paid.template_registry' => 'getAdmin_CartPaid_TemplateRegistryService.php',
  135.             'admin.cart_product' => 'getAdmin_CartProductService.php',
  136.             'admin.cart_product.template_registry' => 'getAdmin_CartProduct_TemplateRegistryService.php',
  137.             'admin.category' => 'getAdmin_CategoryService.php',
  138.             'admin.category.template_registry' => 'getAdmin_Category_TemplateRegistryService.php',
  139.             'admin.certification' => 'getAdmin_CertificationService.php',
  140.             'admin.certification.template_registry' => 'getAdmin_Certification_TemplateRegistryService.php',
  141.             'admin.city' => 'getAdmin_CityService.php',
  142.             'admin.city.template_registry' => 'getAdmin_City_TemplateRegistryService.php',
  143.             'admin.company' => 'getAdmin_CompanyService.php',
  144.             'admin.company.template_registry' => 'getAdmin_Company_TemplateRegistryService.php',
  145.             'admin.company_association' => 'getAdmin_CompanyAssociationService.php',
  146.             'admin.company_association.template_registry' => 'getAdmin_CompanyAssociation_TemplateRegistryService.php',
  147.             'admin.company_default_shipping' => 'getAdmin_CompanyDefaultShippingService.php',
  148.             'admin.company_default_shipping.template_registry' => 'getAdmin_CompanyDefaultShipping_TemplateRegistryService.php',
  149.             'admin.company_deposit' => 'getAdmin_CompanyDepositService.php',
  150.             'admin.company_deposit.template_registry' => 'getAdmin_CompanyDeposit_TemplateRegistryService.php',
  151.             'admin.company_location' => 'getAdmin_CompanyLocationService.php',
  152.             'admin.company_location.template_registry' => 'getAdmin_CompanyLocation_TemplateRegistryService.php',
  153.             'admin.company_promo_code' => 'getAdmin_CompanyPromoCodeService.php',
  154.             'admin.company_promo_code.template_registry' => 'getAdmin_CompanyPromoCode_TemplateRegistryService.php',
  155.             'admin.company_subscription' => 'getAdmin_CompanySubscriptionService.php',
  156.             'admin.company_subscription.template_registry' => 'getAdmin_CompanySubscription_TemplateRegistryService.php',
  157.             'admin.conservation' => 'getAdmin_ConservationService.php',
  158.             'admin.conservation.template_registry' => 'getAdmin_Conservation_TemplateRegistryService.php',
  159.             'admin.corpo' => 'getAdmin_CorpoService.php',
  160.             'admin.corpo.template_registry' => 'getAdmin_Corpo_TemplateRegistryService.php',
  161.             'admin.custom_order' => 'getAdmin_CustomOrderService.php',
  162.             'admin.custom_order.template_registry' => 'getAdmin_CustomOrder_TemplateRegistryService.php',
  163.             'admin.delivery_route' => 'getAdmin_DeliveryRouteService.php',
  164.             'admin.delivery_route.template_registry' => 'getAdmin_DeliveryRoute_TemplateRegistryService.php',
  165.             'admin.diet' => 'getAdmin_DietService.php',
  166.             'admin.diet.template_registry' => 'getAdmin_Diet_TemplateRegistryService.php',
  167.             'admin.distributor_log' => 'getAdmin_DistributorLogService.php',
  168.             'admin.distributor_log.template_registry' => 'getAdmin_DistributorLog_TemplateRegistryService.php',
  169.             'admin.email_sent' => 'getAdmin_EmailSentService.php',
  170.             'admin.email_sent.template_registry' => 'getAdmin_EmailSent_TemplateRegistryService.php',
  171.             'admin.financial_log' => 'getAdmin_FinancialLogService.php',
  172.             'admin.financial_log.template_registry' => 'getAdmin_FinancialLog_TemplateRegistryService.php',
  173.             'admin.financial_tax' => 'getAdmin_FinancialTaxService.php',
  174.             'admin.financial_tax.template_registry' => 'getAdmin_FinancialTax_TemplateRegistryService.php',
  175.             'admin.homepage' => 'getAdmin_HomepageService.php',
  176.             'admin.homepage.template_registry' => 'getAdmin_Homepage_TemplateRegistryService.php',
  177.             'admin.hriProduct' => 'getAdmin_HriProductService.php',
  178.             'admin.hriProduct.template_registry' => 'getAdmin_HriProduct_TemplateRegistryService.php',
  179.             'admin.invoice' => 'getAdmin_InvoiceService.php',
  180.             'admin.invoice.template_registry' => 'getAdmin_Invoice_TemplateRegistryService.php',
  181.             'admin.invoice_due' => 'getAdmin_InvoiceDueService.php',
  182.             'admin.invoice_due.template_registry' => 'getAdmin_InvoiceDue_TemplateRegistryService.php',
  183.             'admin.invoice_logistic_due' => 'getAdmin_InvoiceLogisticDueService.php',
  184.             'admin.invoice_logistic_due.template_registry' => 'getAdmin_InvoiceLogisticDue_TemplateRegistryService.php',
  185.             'admin.invoice_logistic_paid' => 'getAdmin_InvoiceLogisticPaidService.php',
  186.             'admin.invoice_logistic_paid.template_registry' => 'getAdmin_InvoiceLogisticPaid_TemplateRegistryService.php',
  187.             'admin.invoice_paid' => 'getAdmin_InvoicePaidService.php',
  188.             'admin.invoice_paid.template_registry' => 'getAdmin_InvoicePaid_TemplateRegistryService.php',
  189.             'admin.invoice_service' => 'getAdmin_InvoiceServiceService.php',
  190.             'admin.invoice_service.template_registry' => 'getAdmin_InvoiceService_TemplateRegistryService.php',
  191.             'admin.invoice_service_item' => 'getAdmin_InvoiceServiceItemService.php',
  192.             'admin.invoice_service_item.template_registry' => 'getAdmin_InvoiceServiceItem_TemplateRegistryService.php',
  193.             'admin.maturin_order' => 'getAdmin_MaturinOrderService.php',
  194.             'admin.maturin_order.template_registry' => 'getAdmin_MaturinOrder_TemplateRegistryService.php',
  195.             'admin.message' => 'getAdmin_MessageService.php',
  196.             'admin.message.template_registry' => 'getAdmin_Message_TemplateRegistryService.php',
  197.             'admin.news_letter_subscriber' => 'getAdmin_NewsLetterSubscriberService.php',
  198.             'admin.news_letter_subscriber.template_registry' => 'getAdmin_NewsLetterSubscriber_TemplateRegistryService.php',
  199.             'admin.omelo_post' => 'getAdmin_OmeloPostService.php',
  200.             'admin.omelo_post.template_registry' => 'getAdmin_OmeloPost_TemplateRegistryService.php',
  201.             'admin.open_cart_with_product' => 'getAdmin_OpenCartWithProductService.php',
  202.             'admin.open_cart_with_product.template_registry' => 'getAdmin_OpenCartWithProduct_TemplateRegistryService.php',
  203.             'admin.pickup_locations' => 'getAdmin_PickupLocationsService.php',
  204.             'admin.pickup_locations.template_registry' => 'getAdmin_PickupLocations_TemplateRegistryService.php',
  205.             'admin.pre_order' => 'getAdmin_PreOrderService.php',
  206.             'admin.pre_order.template_registry' => 'getAdmin_PreOrder_TemplateRegistryService.php',
  207.             'admin.product' => 'getAdmin_ProductService.php',
  208.             'admin.product.template_registry' => 'getAdmin_Product_TemplateRegistryService.php',
  209.             'admin.productInStock' => 'getAdmin_ProductInStockService.php',
  210.             'admin.productInStock.template_registry' => 'getAdmin_ProductInStock_TemplateRegistryService.php',
  211.             'admin.product_adjustment' => 'getAdmin_ProductAdjustmentService.php',
  212.             'admin.product_adjustment.template_registry' => 'getAdmin_ProductAdjustment_TemplateRegistryService.php',
  213.             'admin.product_deal' => 'getAdmin_ProductDealService.php',
  214.             'admin.product_deal.template_registry' => 'getAdmin_ProductDeal_TemplateRegistryService.php',
  215.             'admin.product_expired' => 'getAdmin_ProductExpiredService.php',
  216.             'admin.product_expired.template_registry' => 'getAdmin_ProductExpired_TemplateRegistryService.php',
  217.             'admin.product_replacement_script' => 'getAdmin_ProductReplacementScriptService.php',
  218.             'admin.product_replacement_script.template_registry' => 'getAdmin_ProductReplacementScript_TemplateRegistryService.php',
  219.             'admin.product_replenishment' => 'getAdmin_ProductReplenishmentService.php',
  220.             'admin.product_replenishment.template_registry' => 'getAdmin_ProductReplenishment_TemplateRegistryService.php',
  221.             'admin.product_replenishment_item' => 'getAdmin_ProductReplenishmentItemService.php',
  222.             'admin.product_replenishment_item.template_registry' => 'getAdmin_ProductReplenishmentItem_TemplateRegistryService.php',
  223.             'admin.product_sponsored' => 'getAdmin_ProductSponsoredService.php',
  224.             'admin.product_sponsored.template_registry' => 'getAdmin_ProductSponsored_TemplateRegistryService.php',
  225.             'admin.product_sponsored_category' => 'getAdmin_ProductSponsoredCategoryService.php',
  226.             'admin.product_sponsored_category.template_registry' => 'getAdmin_ProductSponsoredCategory_TemplateRegistryService.php',
  227.             'admin.recipe' => 'getAdmin_RecipeService.php',
  228.             'admin.recipe.template_registry' => 'getAdmin_Recipe_TemplateRegistryService.php',
  229.             'admin.recurring_order' => 'getAdmin_RecurringOrderService.php',
  230.             'admin.recurring_order.template_registry' => 'getAdmin_RecurringOrder_TemplateRegistryService.php',
  231.             'admin.region' => 'getAdmin_RegionService.php',
  232.             'admin.region.template_registry' => 'getAdmin_Region_TemplateRegistryService.php',
  233.             'admin.statisticsJit' => 'getAdmin_StatisticsJitService.php',
  234.             'admin.statisticsJit.template_registry' => 'getAdmin_StatisticsJit_TemplateRegistryService.php',
  235.             'admin.storage' => 'getAdmin_StorageService.php',
  236.             'admin.storage.template_registry' => 'getAdmin_Storage_TemplateRegistryService.php',
  237.             'admin.subscription' => 'getAdmin_SubscriptionService.php',
  238.             'admin.subscription.template_registry' => 'getAdmin_Subscription_TemplateRegistryService.php',
  239.             'admin.suggested_group' => 'getAdmin_SuggestedGroupService.php',
  240.             'admin.suggested_group.template_registry' => 'getAdmin_SuggestedGroup_TemplateRegistryService.php',
  241.             'admin.sys_location' => 'getAdmin_SysLocationService.php',
  242.             'admin.sys_location.template_registry' => 'getAdmin_SysLocation_TemplateRegistryService.php',
  243.             'admin.sys_notification' => 'getAdmin_SysNotificationService.php',
  244.             'admin.sys_notification.template_registry' => 'getAdmin_SysNotification_TemplateRegistryService.php',
  245.             'admin.testimony' => 'getAdmin_TestimonyService.php',
  246.             'admin.testimony.template_registry' => 'getAdmin_Testimony_TemplateRegistryService.php',
  247.             'admin.ui_page' => 'getAdmin_UiPageService.php',
  248.             'admin.ui_page.template_registry' => 'getAdmin_UiPage_TemplateRegistryService.php',
  249.             'admin.user' => 'getAdmin_UserService.php',
  250.             'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService.php',
  251.             'admin.userSurvey' => 'getAdmin_UserSurveyService.php',
  252.             'admin.userSurvey.template_registry' => 'getAdmin_UserSurvey_TemplateRegistryService.php',
  253.             'admin.user_shipping_location' => 'getAdmin_UserShippingLocationService.php',
  254.             'admin.user_shipping_location.template_registry' => 'getAdmin_UserShippingLocation_TemplateRegistryService.php',
  255.             'admin.variable' => 'getAdmin_VariableService.php',
  256.             'admin.variable.template_registry' => 'getAdmin_Variable_TemplateRegistryService.php',
  257.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService.php',
  258.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService.php',
  259.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService.php',
  260.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService.php',
  261.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  262.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  263.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  264.             'cache_clearer' => 'getCacheClearerService.php',
  265.             'cache_warmer' => 'getCacheWarmerService.php',
  266.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  267.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  268.             'console.command.public_alias.SpecShaper\\EncryptBundle\\Command\\GenKeyCommand' => 'getGenKeyCommandService.php',
  269.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  270.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  271.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  272.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  273.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  274.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  275.             'error_controller' => 'getErrorControllerService.php',
  276.             'filesystem' => 'getFilesystemService.php',
  277.             'form.factory' => 'getForm_FactoryService.php',
  278.             'form.type.file' => 'getForm_Type_FileService.php',
  279.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService.php',
  280.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService.php',
  281.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService.php',
  282.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService.php',
  283.             'fos_elastica.finder.company.valid' => 'getFosElastica_Finder_Company_ValidService.php',
  284.             'fos_elastica.finder.ingredient.valid' => 'getFosElastica_Finder_Ingredient_ValidService.php',
  285.             'fos_elastica.finder.product.valid' => 'getFosElastica_Finder_Product_ValidService.php',
  286.             'fos_elastica.finder.tag.valid' => 'getFosElastica_Finder_Tag_ValidService.php',
  287.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService.php',
  288.             'fos_elastica.index.company' => 'getFosElastica_Index_CompanyService.php',
  289.             'fos_elastica.index.company.valid' => 'getFosElastica_Index_Company_ValidService.php',
  290.             'fos_elastica.index.ingredient' => 'getFosElastica_Index_IngredientService.php',
  291.             'fos_elastica.index.ingredient.valid' => 'getFosElastica_Index_Ingredient_ValidService.php',
  292.             'fos_elastica.index.product' => 'getFosElastica_Index_ProductService.php',
  293.             'fos_elastica.index.product.valid' => 'getFosElastica_Index_Product_ValidService.php',
  294.             'fos_elastica.index.tag' => 'getFosElastica_Index_TagService.php',
  295.             'fos_elastica.index.tag.valid' => 'getFosElastica_Index_Tag_ValidService.php',
  296.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService.php',
  297.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService.php',
  298.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService.php',
  299.             'fos_elastica.object_persister.company.valid' => 'getFosElastica_ObjectPersister_Company_ValidService.php',
  300.             'fos_elastica.object_persister.ingredient.valid' => 'getFosElastica_ObjectPersister_Ingredient_ValidService.php',
  301.             'fos_elastica.object_persister.product.valid' => 'getFosElastica_ObjectPersister_Product_ValidService.php',
  302.             'fos_elastica.object_persister.tag.valid' => 'getFosElastica_ObjectPersister_Tag_ValidService.php',
  303.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService.php',
  304.             'fos_elastica.pager_provider.company.valid' => 'getFosElastica_PagerProvider_Company_ValidService.php',
  305.             'fos_elastica.pager_provider.ingredient.valid' => 'getFosElastica_PagerProvider_Ingredient_ValidService.php',
  306.             'fos_elastica.pager_provider.product.valid' => 'getFosElastica_PagerProvider_Product_ValidService.php',
  307.             'fos_elastica.pager_provider.tag.valid' => 'getFosElastica_PagerProvider_Tag_ValidService.php',
  308.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService.php',
  309.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService.php',
  310.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService.php',
  311.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService.php',
  312.             'fos_elastica.resetter' => 'getFosElastica_ResetterService.php',
  313.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService.php',
  314.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService.php',
  315.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService.php',
  316.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService.php',
  317.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  318.             'fos_user.mailer' => 'getFosUser_MailerService.php',
  319.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  320.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  321.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  322.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  323.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  324.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService.php',
  325.             'httplug.uri_factory' => 'getHttplug_UriFactoryService.php',
  326.             'hwi_oauth.account.connector' => 'getHwiOauth_Account_ConnectorService.php',
  327.             'hwi_oauth.http.client' => 'getHwiOauth_Http_ClientService.php',
  328.             'hwi_oauth.http.message_factory' => 'getHwiOauth_Http_MessageFactoryService.php',
  329.             'hwi_oauth.http_client' => 'getHwiOauth_HttpClientService.php',
  330.             'hwi_oauth.registration.form.factory' => 'getHwiOauth_Registration_Form_FactoryService.php',
  331.             'hwi_oauth.registration.form.handler' => 'getHwiOauth_Registration_Form_HandlerService.php',
  332.             'hwi_oauth.resource_owner.facebook' => 'getHwiOauth_ResourceOwner_FacebookService.php',
  333.             'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService.php',
  334.             'hwi_oauth.resource_owner.linkedin' => 'getHwiOauth_ResourceOwner_LinkedinService.php',
  335.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService.php',
  336.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  337.             'knp_paginator' => 'getKnpPaginatorService.php',
  338.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  339.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  340.             'routing.loader' => 'getRouting_LoaderService.php',
  341.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  342.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  343.             'serializer' => 'getSerializerService.php',
  344.             'services_resetter' => 'getServicesResetterService.php',
  345.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  346.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  347.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  348.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  349.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  350.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  351.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  352.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  353.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  354.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  355.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  356.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  357.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  358.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  359.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  360.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  361.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  362.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  363.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  364.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  365.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  366.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  367.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  368.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  369.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  370.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  371.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  372.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  373.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  374.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  375.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  376.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  377.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  378.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  379.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  380.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  381.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  382.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  383.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  384.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  385.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  386.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  387.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  388.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  389.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  390.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  391.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  392.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  393.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  394.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  395.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  396.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  397.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  398.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  399.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  400.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  401.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  402.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  403.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  404.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  405.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  406.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  407.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  408.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  409.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  410.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  411.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  412.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  413.             'sonata.annotation.reader.action_button' => 'getSonata_Annotation_Reader_ActionButtonService.php',
  414.             'sonata.annotation.reader.add_child' => 'getSonata_Annotation_Reader_AddChildService.php',
  415.             'sonata.annotation.reader.dashboard_action' => 'getSonata_Annotation_Reader_DashboardActionService.php',
  416.             'sonata.annotation.reader.datagrid' => 'getSonata_Annotation_Reader_DatagridService.php',
  417.             'sonata.annotation.reader.datagrid_values' => 'getSonata_Annotation_Reader_DatagridValuesService.php',
  418.             'sonata.annotation.reader.export' => 'getSonata_Annotation_Reader_ExportService.php',
  419.             'sonata.annotation.reader.form' => 'getSonata_Annotation_Reader_FormService.php',
  420.             'sonata.annotation.reader.list' => 'getSonata_Annotation_Reader_ListService.php',
  421.             'sonata.annotation.reader.route' => 'getSonata_Annotation_Reader_RouteService.php',
  422.             'sonata.annotation.reader.show' => 'getSonata_Annotation_Reader_ShowService.php',
  423.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  424.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  425.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  426.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  427.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  428.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  429.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  430.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  431.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  432.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  433.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  434.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  435.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  436.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  437.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
  438.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  439.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  440.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  441.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  442.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  443.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  444.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  445.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  446.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  447.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  448.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  449.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  450.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  451.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  452.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  453.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  454.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  455.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  456.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  457.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  458.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  459.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  460.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  461.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  462.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  463.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  464.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  465.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  466.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  467.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  468.             'templating' => 'getTemplatingService.php',
  469.             'templating.loader' => 'getTemplating_LoaderService.php',
  470.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  471.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  472.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  473.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  474.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  475.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  476.         ];
  477.         $this->aliases = [
  478.             'database_connection' => 'doctrine.dbal.default_connection',
  479.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  480.             'fos_elastica.client' => 'fos_elastica.client.default',
  481.             'fos_elastica.index' => 'fos_elastica.index.product',
  482.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  483.             'httplug.client' => 'hwi_oauth.http.client',
  484.             'httplug.message_factory' => 'hwi_oauth.http.message_factory',
  485.             'mailer' => 'swiftmailer.mailer.default',
  486.         ];
  487.         $this->privates['service_container'] = function () {
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  494.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  500.             include_once \dirname(__DIR__4).'/src/Repository/CartRepository.php';
  501.             include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  502.             include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  503.             include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  505.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  506.             include_once \dirname(__DIR__4).'/src/Service/DistributorService.php';
  507.             include_once \dirname(__DIR__4).'/src/Service/MessageService.php';
  508.             include_once \dirname(__DIR__4).'/src/Service/TrackPodAPIService.php';
  509.             include_once \dirname(__DIR__4).'/src/Service/TwigGlobalVariables.php';
  510.             include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  511.             include_once \dirname(__DIR__4).'/src/Service/VariableService.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  524.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  550.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  616.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  665.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  711.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  713.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle/Twig/EncryptExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/gregwar/image-bundle/Extensions/ImageTwig.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  719.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  721.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  723.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  761.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  765.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  766.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  767.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  769.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  770.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  778.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  786.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  787.             include_once \dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle/Subscribers/DoctrineEncryptSubscriberInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle/Subscribers/DoctrineEncryptSubscriber.php';
  789.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  790.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  791.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  793.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  794.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  795.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  796.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  797.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  798.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  799.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  800.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  801.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  803.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  804.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  805.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  806.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  807.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
  808.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  809.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
  810.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  811.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  812.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  813.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  814.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  815.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  816.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  817.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  818.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  821.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  823.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  824.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  826.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  827.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  828.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  831.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  832.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php';
  833.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategy.php';
  834.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  835.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  836.             include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/VersionBridgeClient.php';
  837.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClient.php';
  838.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  839.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/HttpClientDiscovery.php';
  840.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  841.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  842.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  843.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  844.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  845.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  846.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  847.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  849.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  850.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  853.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  855.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  856.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  871.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  874.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  876.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  878.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  879.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  880.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  881.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  884.             include_once \dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle/Encryptors/EncryptorFactory.php';
  885.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  886.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  887.             include_once \dirname(__DIR__4).'/vendor/gregwar/image-bundle/Services/ImageHandling.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  907.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  908.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  909.         };
  910.     }
  911.     public function compile(): void
  912.     {
  913.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  914.     }
  915.     public function isCompiled(): bool
  916.     {
  917.         return true;
  918.     }
  919.     public function getRemovedIds(): array
  920.     {
  921.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  922.     }
  923.     protected function load($file$lazyLoad true)
  924.     {
  925.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  926.     }
  927.     /**
  928.      * Gets the public 'cache.app' shared service.
  929.      *
  930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  931.      */
  932.     protected function getCache_AppService()
  933.     {
  934.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('7CFe79hvB1'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  935.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  936.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  937.     }
  938.     /**
  939.      * Gets the public 'cache.system' shared service.
  940.      *
  941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  942.      */
  943.     protected function getCache_SystemService()
  944.     {
  945.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hfFm4PAxSP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  946.     }
  947.     /**
  948.      * Gets the public 'doctrine' shared service.
  949.      *
  950.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  951.      */
  952.     protected function getDoctrineService()
  953.     {
  954.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  955.     }
  956.     /**
  957.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  958.      *
  959.      * @return \Doctrine\DBAL\Connection
  960.      */
  961.     protected function getDoctrine_Dbal_DefaultConnectionService()
  962.     {
  963.         $a = new \Doctrine\DBAL\Configuration();
  964.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  965.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  966.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  967.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  968.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  969.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  970.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  971.         $a->setSQLLogger($b);
  972.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'lock_keys'])]));
  973.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  974.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  975.             'entity.listener' => ['privates''entity.listener''getEntity_ListenerService.php'true],
  976.             'fos_elastica.listener.company.valid' => ['privates''fos_elastica.listener.company.valid''getFosElastica_Listener_Company_ValidService.php'true],
  977.             'fos_elastica.listener.ingredient.valid' => ['privates''fos_elastica.listener.ingredient.valid''getFosElastica_Listener_Ingredient_ValidService.php'true],
  978.             'fos_elastica.listener.product.valid' => ['privates''fos_elastica.listener.product.valid''getFosElastica_Listener_Product_ValidService.php'true],
  979.             'fos_elastica.listener.tag.valid' => ['privates''fos_elastica.listener.tag.valid''getFosElastica_Listener_Tag_ValidService.php'true],
  980.         ], [
  981.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  982.             'entity.listener' => '?',
  983.             'fos_elastica.listener.company.valid' => '?',
  984.             'fos_elastica.listener.ingredient.valid' => '?',
  985.             'fos_elastica.listener.product.valid' => '?',
  986.             'fos_elastica.listener.tag.valid' => '?',
  987.         ]));
  988.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  989.         $d->addEventSubscriber(new \SpecShaper\EncryptBundle\Subscribers\DoctrineEncryptSubscriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['SpecShaper\\EncryptBundle\\Encryptors\\EncryptorService'] ?? $this->getEncryptorServiceService()), $this->parameters['spec_shaper_encrypt.annotation_classes'], false));
  990.         $d->addEventListener([=> 'postLoad'], 'entity.listener');
  991.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  992.         $d->addEventListener([=> 'postPersist'], 'fos_elastica.listener.product.valid');
  993.         $d->addEventListener([=> 'postUpdate'], 'fos_elastica.listener.product.valid');
  994.         $d->addEventListener([=> 'preRemove'], 'fos_elastica.listener.product.valid');
  995.         $d->addEventListener([=> 'postFlush'], 'fos_elastica.listener.product.valid');
  996.         $d->addEventListener([=> 'postPersist'], 'fos_elastica.listener.tag.valid');
  997.         $d->addEventListener([=> 'postUpdate'], 'fos_elastica.listener.tag.valid');
  998.         $d->addEventListener([=> 'preRemove'], 'fos_elastica.listener.tag.valid');
  999.         $d->addEventListener([=> 'postFlush'], 'fos_elastica.listener.tag.valid');
  1000.         $d->addEventListener([=> 'postPersist'], 'fos_elastica.listener.ingredient.valid');
  1001.         $d->addEventListener([=> 'postUpdate'], 'fos_elastica.listener.ingredient.valid');
  1002.         $d->addEventListener([=> 'preRemove'], 'fos_elastica.listener.ingredient.valid');
  1003.         $d->addEventListener([=> 'postFlush'], 'fos_elastica.listener.ingredient.valid');
  1004.         $d->addEventListener([=> 'postPersist'], 'fos_elastica.listener.company.valid');
  1005.         $d->addEventListener([=> 'postUpdate'], 'fos_elastica.listener.company.valid');
  1006.         $d->addEventListener([=> 'preRemove'], 'fos_elastica.listener.company.valid');
  1007.         $d->addEventListener([=> 'postFlush'], 'fos_elastica.listener.company.valid');
  1008.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci''row_format' => 'DYNAMIC'], 'serverVersion' => '5.7''defaultTableOptions' => []], $a$d, []);
  1009.     }
  1010.     /**
  1011.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1012.      *
  1013.      * @return \Doctrine\ORM\EntityManager
  1014.      */
  1015.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1016.     {
  1017.         $a = new \Doctrine\ORM\Configuration();
  1018.         $b = new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.app'] ?? $this->getCache_AppService()));
  1019.         $c = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  1020.         $c->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  1021.         $c->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1022.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1023.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.system'] ?? $this->getCache_SystemService())));
  1024.         $a->setQueryCacheImpl($b);
  1025.         $a->setResultCacheImpl($b);
  1026.         $a->setMetadataDriverImpl($c);
  1027.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1028.         $a->setProxyNamespace('Proxies');
  1029.         $a->setAutoGenerateProxyClasses(true);
  1030.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1031.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1032.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1033.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1034.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1035.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1036.             'App\\Repository\\BadgeRepository' => ['privates''App\\Repository\\BadgeRepository''getBadgeRepositoryService.php'true],
  1037.             'App\\Repository\\BioCertificationRepository' => ['privates''App\\Repository\\BioCertificationRepository''getBioCertificationRepositoryService.php'true],
  1038.             'App\\Repository\\CarrierPostRepository' => ['privates''App\\Repository\\CarrierPostRepository''getCarrierPostRepositoryService.php'true],
  1039.             'App\\Repository\\CartAdjustmentsRepository' => ['privates''App\\Repository\\CartAdjustmentsRepository''getCartAdjustmentsRepositoryService.php'true],
  1040.             'App\\Repository\\CartCouponRepository' => ['privates''App\\Repository\\CartCouponRepository''getCartCouponRepositoryService.php'true],
  1041.             'App\\Repository\\CartProductRepository' => ['privates''App\\Repository\\CartProductRepository''getCartProductRepositoryService.php'true],
  1042.             'App\\Repository\\CartRepository' => ['privates''App\\Repository\\CartRepository''getCartRepositoryService'false],
  1043.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  1044.             'App\\Repository\\CertificationRepository' => ['privates''App\\Repository\\CertificationRepository''getCertificationRepositoryService.php'true],
  1045.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService.php'true],
  1046.             'App\\Repository\\CmsHomePageRepository' => ['privates''App\\Repository\\CmsHomePageRepository''getCmsHomePageRepositoryService.php'true],
  1047.             'App\\Repository\\CompanyAssociationRepository' => ['privates''App\\Repository\\CompanyAssociationRepository''getCompanyAssociationRepositoryService.php'true],
  1048.             'App\\Repository\\CompanyDefaultShippingRepository' => ['privates''App\\Repository\\CompanyDefaultShippingRepository''getCompanyDefaultShippingRepositoryService.php'true],
  1049.             'App\\Repository\\CompanyDepositRepository' => ['privates''App\\Repository\\CompanyDepositRepository''getCompanyDepositRepositoryService.php'true],
  1050.             'App\\Repository\\CompanyLocationRepository' => ['privates''App\\Repository\\CompanyLocationRepository''getCompanyLocationRepositoryService.php'true],
  1051.             'App\\Repository\\CompanyPaymentRepository' => ['privates''App\\Repository\\CompanyPaymentRepository''getCompanyPaymentRepositoryService.php'true],
  1052.             'App\\Repository\\CompanyPromoCodeRepository' => ['privates''App\\Repository\\CompanyPromoCodeRepository''getCompanyPromoCodeRepositoryService.php'true],
  1053.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService.php'true],
  1054.             'App\\Repository\\CompanySubscriptionRepository' => ['privates''App\\Repository\\CompanySubscriptionRepository''getCompanySubscriptionRepositoryService.php'true],
  1055.             'App\\Repository\\CompanyVariableRepository' => ['privates''App\\Repository\\CompanyVariableRepository''getCompanyVariableRepositoryService.php'true],
  1056.             'App\\Repository\\ConservationRepository' => ['privates''App\\Repository\\ConservationRepository''getConservationRepositoryService.php'true],
  1057.             'App\\Repository\\CorporativeRepository' => ['privates''App\\Repository\\CorporativeRepository''getCorporativeRepositoryService.php'true],
  1058.             'App\\Repository\\CustomOrderRepository' => ['privates''App\\Repository\\CustomOrderRepository''getCustomOrderRepositoryService.php'true],
  1059.             'App\\Repository\\DeliveryLocationRepository' => ['privates''App\\Repository\\DeliveryLocationRepository''getDeliveryLocationRepositoryService.php'true],
  1060.             'App\\Repository\\DeliveryMethodRepository' => ['privates''App\\Repository\\DeliveryMethodRepository''getDeliveryMethodRepositoryService.php'true],
  1061.             'App\\Repository\\DeliveryRouteRepository' => ['privates''App\\Repository\\DeliveryRouteRepository''getDeliveryRouteRepositoryService.php'true],
  1062.             'App\\Repository\\DeliveryTrackingRepository' => ['privates''App\\Repository\\DeliveryTrackingRepository''getDeliveryTrackingRepositoryService.php'true],
  1063.             'App\\Repository\\DietRepository' => ['privates''App\\Repository\\DietRepository''getDietRepositoryService.php'true],
  1064.             'App\\Repository\\DistributorLogRepository' => ['privates''App\\Repository\\DistributorLogRepository''getDistributorLogRepositoryService.php'true],
  1065.             'App\\Repository\\EmailSentRepository' => ['privates''App\\Repository\\EmailSentRepository''getEmailSentRepositoryService.php'true],
  1066.             'App\\Repository\\FinancialLogRepository' => ['privates''App\\Repository\\FinancialLogRepository''getFinancialLogRepositoryService.php'true],
  1067.             'App\\Repository\\FinancialTaxRepository' => ['privates''App\\Repository\\FinancialTaxRepository''getFinancialTaxRepositoryService.php'true],
  1068.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService.php'true],
  1069.             'App\\Repository\\IngredientRepository' => ['privates''App\\Repository\\IngredientRepository''getIngredientRepositoryService.php'true],
  1070.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService.php'true],
  1071.             'App\\Repository\\InvoiceServiceItemRepository' => ['privates''App\\Repository\\InvoiceServiceItemRepository''getInvoiceServiceItemRepositoryService.php'true],
  1072.             'App\\Repository\\InvoiceServiceRepository' => ['privates''App\\Repository\\InvoiceServiceRepository''getInvoiceServiceRepositoryService.php'true],
  1073.             'App\\Repository\\LanguageRepository' => ['privates''App\\Repository\\LanguageRepository''getLanguageRepositoryService.php'true],
  1074.             'App\\Repository\\MaturinOrderRepository' => ['privates''App\\Repository\\MaturinOrderRepository''getMaturinOrderRepositoryService.php'true],
  1075.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1076.             'App\\Repository\\NewsLetterSubscriberRepository' => ['privates''App\\Repository\\NewsLetterSubscriberRepository''getNewsLetterSubscriberRepositoryService.php'true],
  1077.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1078.             'App\\Repository\\OmeloPageRepository' => ['privates''App\\Repository\\OmeloPageRepository''getOmeloPageRepositoryService.php'true],
  1079.             'App\\Repository\\OmeloPostRepository' => ['privates''App\\Repository\\OmeloPostRepository''getOmeloPostRepositoryService.php'true],
  1080.             'App\\Repository\\PickupLocationsRepository' => ['privates''App\\Repository\\PickupLocationsRepository''getPickupLocationsRepositoryService.php'true],
  1081.             'App\\Repository\\PricingRepository' => ['privates''App\\Repository\\PricingRepository''getPricingRepositoryService.php'true],
  1082.             'App\\Repository\\ProductAdjustmentRepository' => ['privates''App\\Repository\\ProductAdjustmentRepository''getProductAdjustmentRepositoryService.php'true],
  1083.             'App\\Repository\\ProductDealRepository' => ['privates''App\\Repository\\ProductDealRepository''getProductDealRepositoryService.php'true],
  1084.             'App\\Repository\\ProductFormatRepository' => ['privates''App\\Repository\\ProductFormatRepository''getProductFormatRepositoryService.php'true],
  1085.             'App\\Repository\\ProductInBoxRepository' => ['privates''App\\Repository\\ProductInBoxRepository''getProductInBoxRepositoryService.php'true],
  1086.             'App\\Repository\\ProductReplacementScriptRepository' => ['privates''App\\Repository\\ProductReplacementScriptRepository''getProductReplacementScriptRepositoryService.php'true],
  1087.             'App\\Repository\\ProductReplenishmentItemRepository' => ['privates''App\\Repository\\ProductReplenishmentItemRepository''getProductReplenishmentItemRepositoryService.php'true],
  1088.             'App\\Repository\\ProductReplenishmentRepository' => ['privates''App\\Repository\\ProductReplenishmentRepository''getProductReplenishmentRepositoryService.php'true],
  1089.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1090.             'App\\Repository\\ProductSponsoredCategoryRepository' => ['privates''App\\Repository\\ProductSponsoredCategoryRepository''getProductSponsoredCategoryRepositoryService.php'true],
  1091.             'App\\Repository\\ProductSponsoredRepository' => ['privates''App\\Repository\\ProductSponsoredRepository''getProductSponsoredRepositoryService.php'true],
  1092.             'App\\Repository\\RecipeRepository' => ['privates''App\\Repository\\RecipeRepository''getRecipeRepositoryService.php'true],
  1093.             'App\\Repository\\RecurringOrderRepository' => ['privates''App\\Repository\\RecurringOrderRepository''getRecurringOrderRepositoryService.php'true],
  1094.             'App\\Repository\\RegionRepository' => ['privates''App\\Repository\\RegionRepository''getRegionRepositoryService.php'true],
  1095.             'App\\Repository\\StorageRepository' => ['privates''App\\Repository\\StorageRepository''getStorageRepositoryService.php'true],
  1096.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService.php'true],
  1097.             'App\\Repository\\SuggestedGroupRepository' => ['privates''App\\Repository\\SuggestedGroupRepository''getSuggestedGroupRepositoryService.php'true],
  1098.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService.php'true],
  1099.             'App\\Repository\\TestimonyRepository' => ['privates''App\\Repository\\TestimonyRepository''getTestimonyRepositoryService.php'true],
  1100.             'App\\Repository\\UserFavoriteRepository' => ['privates''App\\Repository\\UserFavoriteRepository''getUserFavoriteRepositoryService.php'true],
  1101.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1102.             'App\\Repository\\UserSearchRepository' => ['privates''App\\Repository\\UserSearchRepository''getUserSearchRepositoryService.php'true],
  1103.             'App\\Repository\\UserShippingLocationRepository' => ['privates''App\\Repository\\UserShippingLocationRepository''getUserShippingLocationRepositoryService.php'true],
  1104.             'App\\Repository\\UserSurveyRepository' => ['privates''App\\Repository\\UserSurveyRepository''getUserSurveyRepositoryService.php'true],
  1105.             'App\\Repository\\UserVariablesRepository' => ['privates''App\\Repository\\UserVariablesRepository''getUserVariablesRepositoryService.php'true],
  1106.             'App\\Repository\\UserViewedProductRepository' => ['privates''App\\Repository\\UserViewedProductRepository''getUserViewedProductRepositoryService.php'true],
  1107.             'App\\Repository\\VariableRepository' => ['privates''App\\Repository\\VariableRepository''getVariableRepositoryService.php'true],
  1108.         ], [
  1109.             'App\\Repository\\BadgeRepository' => '?',
  1110.             'App\\Repository\\BioCertificationRepository' => '?',
  1111.             'App\\Repository\\CarrierPostRepository' => '?',
  1112.             'App\\Repository\\CartAdjustmentsRepository' => '?',
  1113.             'App\\Repository\\CartCouponRepository' => '?',
  1114.             'App\\Repository\\CartProductRepository' => '?',
  1115.             'App\\Repository\\CartRepository' => '?',
  1116.             'App\\Repository\\CategoryRepository' => '?',
  1117.             'App\\Repository\\CertificationRepository' => '?',
  1118.             'App\\Repository\\CityRepository' => '?',
  1119.             'App\\Repository\\CmsHomePageRepository' => '?',
  1120.             'App\\Repository\\CompanyAssociationRepository' => '?',
  1121.             'App\\Repository\\CompanyDefaultShippingRepository' => '?',
  1122.             'App\\Repository\\CompanyDepositRepository' => '?',
  1123.             'App\\Repository\\CompanyLocationRepository' => '?',
  1124.             'App\\Repository\\CompanyPaymentRepository' => '?',
  1125.             'App\\Repository\\CompanyPromoCodeRepository' => '?',
  1126.             'App\\Repository\\CompanyRepository' => '?',
  1127.             'App\\Repository\\CompanySubscriptionRepository' => '?',
  1128.             'App\\Repository\\CompanyVariableRepository' => '?',
  1129.             'App\\Repository\\ConservationRepository' => '?',
  1130.             'App\\Repository\\CorporativeRepository' => '?',
  1131.             'App\\Repository\\CustomOrderRepository' => '?',
  1132.             'App\\Repository\\DeliveryLocationRepository' => '?',
  1133.             'App\\Repository\\DeliveryMethodRepository' => '?',
  1134.             'App\\Repository\\DeliveryRouteRepository' => '?',
  1135.             'App\\Repository\\DeliveryTrackingRepository' => '?',
  1136.             'App\\Repository\\DietRepository' => '?',
  1137.             'App\\Repository\\DistributorLogRepository' => '?',
  1138.             'App\\Repository\\EmailSentRepository' => '?',
  1139.             'App\\Repository\\FinancialLogRepository' => '?',
  1140.             'App\\Repository\\FinancialTaxRepository' => '?',
  1141.             'App\\Repository\\ImageRepository' => '?',
  1142.             'App\\Repository\\IngredientRepository' => '?',
  1143.             'App\\Repository\\InvoiceRepository' => '?',
  1144.             'App\\Repository\\InvoiceServiceItemRepository' => '?',
  1145.             'App\\Repository\\InvoiceServiceRepository' => '?',
  1146.             'App\\Repository\\LanguageRepository' => '?',
  1147.             'App\\Repository\\MaturinOrderRepository' => '?',
  1148.             'App\\Repository\\MessageRepository' => '?',
  1149.             'App\\Repository\\NewsLetterSubscriberRepository' => '?',
  1150.             'App\\Repository\\NotificationRepository' => '?',
  1151.             'App\\Repository\\OmeloPageRepository' => '?',
  1152.             'App\\Repository\\OmeloPostRepository' => '?',
  1153.             'App\\Repository\\PickupLocationsRepository' => '?',
  1154.             'App\\Repository\\PricingRepository' => '?',
  1155.             'App\\Repository\\ProductAdjustmentRepository' => '?',
  1156.             'App\\Repository\\ProductDealRepository' => '?',
  1157.             'App\\Repository\\ProductFormatRepository' => '?',
  1158.             'App\\Repository\\ProductInBoxRepository' => '?',
  1159.             'App\\Repository\\ProductReplacementScriptRepository' => '?',
  1160.             'App\\Repository\\ProductReplenishmentItemRepository' => '?',
  1161.             'App\\Repository\\ProductReplenishmentRepository' => '?',
  1162.             'App\\Repository\\ProductRepository' => '?',
  1163.             'App\\Repository\\ProductSponsoredCategoryRepository' => '?',
  1164.             'App\\Repository\\ProductSponsoredRepository' => '?',
  1165.             'App\\Repository\\RecipeRepository' => '?',
  1166.             'App\\Repository\\RecurringOrderRepository' => '?',
  1167.             'App\\Repository\\RegionRepository' => '?',
  1168.             'App\\Repository\\StorageRepository' => '?',
  1169.             'App\\Repository\\SubscriptionRepository' => '?',
  1170.             'App\\Repository\\SuggestedGroupRepository' => '?',
  1171.             'App\\Repository\\TagRepository' => '?',
  1172.             'App\\Repository\\TestimonyRepository' => '?',
  1173.             'App\\Repository\\UserFavoriteRepository' => '?',
  1174.             'App\\Repository\\UserRepository' => '?',
  1175.             'App\\Repository\\UserSearchRepository' => '?',
  1176.             'App\\Repository\\UserShippingLocationRepository' => '?',
  1177.             'App\\Repository\\UserSurveyRepository' => '?',
  1178.             'App\\Repository\\UserVariablesRepository' => '?',
  1179.             'App\\Repository\\UserViewedProductRepository' => '?',
  1180.             'App\\Repository\\VariableRepository' => '?',
  1181.         ])));
  1182.         $a->addCustomStringFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  1183.         $a->addCustomStringFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1184.         $a->addCustomStringFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  1185.         $a->addCustomStringFunction('NOW''DoctrineExtensions\\Query\\Mysql\\Now');
  1186.         $a->addCustomStringFunction('DAYOFYEAR''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1187.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1188.         $a->addCustomStringFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  1189.         $a->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  1190.         $a->addCustomStringFunction('YEARWEEK''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1191.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1192.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1193.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'event_dispatcher' shared service.
  1198.      *
  1199.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1200.      */
  1201.     protected function getEventDispatcherService()
  1202.     {
  1203.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1204.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1205.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1206.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1207.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1208.         $instance->addListener('kernel.controller', [=> function () {
  1209.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1210.         }, => 'onKernelController'], 0);
  1211.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1212.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService.php'));
  1213.         }, => 'onPostIndexPopulate'], -9999);
  1214.         $instance->addListener('kernel.response', [=> function () {
  1215.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1216.         }, => 'onKernelResponse'], 0);
  1217.         $instance->addListener('kernel.request', [=> function () {
  1218.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1219.         }, => 'onKernelRequest'], 0);
  1220.         $instance->addListener('security.interactive_login', [=> function () {
  1221.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService.php'));
  1222.         }, => 'onInteractiveLogin'], 0);
  1223.         $instance->addListener('security.authentication.failure', [=> function () {
  1224.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService.php'));
  1225.         }, => 'loginFail'], 0);
  1226.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1227.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService.php'));
  1228.         }, => 'userAccountConfirmed'], 0);
  1229.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1230.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService.php'));
  1231.         }, => 'registrationCompleted'], 0);
  1232.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1233.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService.php'));
  1234.         }, => 'implicitLogin'], 0);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1237.         }, => 'onKernelResponse'], 0);
  1238.         $instance->addListener('kernel.response', [=> function () {
  1239.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1240.         }, => 'onKernelResponse'], -1024);
  1241.         $instance->addListener('kernel.request', [=> function () {
  1242.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1243.         }, => 'setDefaultLocale'], 100);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1246.         }, => 'onKernelRequest'], 16);
  1247.         $instance->addListener('kernel.finish_request', [=> function () {
  1248.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1249.         }, => 'onKernelFinishRequest'], 0);
  1250.         $instance->addListener('kernel.request', [=> function () {
  1251.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1252.         }, => 'onKernelRequest'], 256);
  1253.         $instance->addListener('kernel.request', [=> function () {
  1254.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1255.         }, => 'resolveControllerName'], 24);
  1256.         $instance->addListener('kernel.request', [=> function () {
  1257.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1258.         }, => 'onKernelRequest'], 15);
  1259.         $instance->addListener('kernel.finish_request', [=> function () {
  1260.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1261.         }, => 'onKernelFinishRequest'], -15);
  1262.         $instance->addListener('console.error', [=> function () {
  1263.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1264.         }, => 'onConsoleError'], -128);
  1265.         $instance->addListener('console.terminate', [=> function () {
  1266.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1267.         }, => 'onConsoleTerminate'], -128);
  1268.         $instance->addListener('console.error', [=> function () {
  1269.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1270.         }, => 'onConsoleError'], 0);
  1271.         $instance->addListener('kernel.request', [=> function () {
  1272.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1273.         }, => 'onKernelRequest'], 128);
  1274.         $instance->addListener('kernel.response', [=> function () {
  1275.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1276.         }, => 'onKernelResponse'], -1000);
  1277.         $instance->addListener('kernel.finish_request', [=> function () {
  1278.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1279.         }, => 'onFinishRequest'], 0);
  1280.         $instance->addListener('kernel.response', [=> function () {
  1281.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1282.         }, => 'onKernelResponse'], -100);
  1283.         $instance->addListener('kernel.exception', [=> function () {
  1284.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1285.         }, => 'onKernelException'], 0);
  1286.         $instance->addListener('kernel.terminate', [=> function () {
  1287.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1288.         }, => 'onKernelTerminate'], -1024);
  1289.         $instance->addListener('kernel.controller', [=> function () {
  1290.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1291.         }, => 'onKernelController'], 0);
  1292.         $instance->addListener('kernel.response', [=> function () {
  1293.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1294.         }, => 'onKernelResponse'], 0);
  1295.         $instance->addListener('kernel.request', [=> function () {
  1296.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1297.         }, => 'configure'], 2048);
  1298.         $instance->addListener('console.command', [=> function () {
  1299.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1300.         }, => 'configure'], 2048);
  1301.         $instance->addListener('kernel.request', [=> function () {
  1302.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1303.         }, => 'onKernelRequest'], 32);
  1304.         $instance->addListener('kernel.finish_request', [=> function () {
  1305.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1306.         }, => 'onKernelFinishRequest'], 0);
  1307.         $instance->addListener('kernel.exception', [=> function () {
  1308.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1309.         }, => 'onKernelException'], -64);
  1310.         $instance->addListener('kernel.response', [=> function () {
  1311.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1312.         }, => 'onKernelResponse'], -128);
  1313.         $instance->addListener('kernel.exception', [=> function () {
  1314.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1315.         }, => 'logKernelException'], 0);
  1316.         $instance->addListener('kernel.exception', [=> function () {
  1317.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1318.         }, => 'onKernelException'], -128);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1321.         }, => 'onKernelResponse'], 0);
  1322.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1323.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1324.         }, => 'onVoterVote'], 0);
  1325.         $instance->addListener('kernel.request', [=> function () {
  1326.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1327.         }, => 'configureLogoutUrlGenerator'], 8);
  1328.         $instance->addListener('kernel.request', [=> function () {
  1329.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1330.         }, => 'onKernelRequest'], 8);
  1331.         $instance->addListener('kernel.finish_request', [=> function () {
  1332.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1333.         }, => 'onKernelFinishRequest'], 0);
  1334.         $instance->addListener('kernel.controller', [=> function () {
  1335.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1336.         }, => 'onKernelController'], 0);
  1337.         $instance->addListener('kernel.controller', [=> function () {
  1338.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1339.         }, => 'onKernelController'], 0);
  1340.         $instance->addListener('kernel.controller', [=> function () {
  1341.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1342.         }, => 'onKernelController'], -128);
  1343.         $instance->addListener('kernel.view', [=> function () {
  1344.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1345.         }, => 'onKernelView'], 0);
  1346.         $instance->addListener('kernel.controller', [=> function () {
  1347.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1348.         }, => 'onKernelController'], 0);
  1349.         $instance->addListener('kernel.response', [=> function () {
  1350.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1351.         }, => 'onKernelResponse'], 0);
  1352.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1353.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1354.         }, => 'onKernelControllerArguments'], 0);
  1355.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1356.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1357.         }, => 'onKernelControllerArguments'], 0);
  1358.         $instance->addListener('console.error', [=> function () {
  1359.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1360.         }, => 'onConsoleError'], 0);
  1361.         $instance->addListener('console.terminate', [=> function () {
  1362.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1363.         }, => 'onConsoleTerminate'], 0);
  1364.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1365.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1366.         }, => 'onImplicitLogin'], 0);
  1367.         $instance->addListener('security.interactive_login', [=> function () {
  1368.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1369.         }, => 'onSecurityInteractiveLogin'], 0);
  1370.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1371.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1372.         }, => 'authenticate'], 0);
  1373.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1374.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1375.         }, => 'authenticate'], 0);
  1376.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1377.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1378.         }, => 'authenticate'], 0);
  1379.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1380.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1381.         }, => 'addSuccessFlash'], 0);
  1382.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1383.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1384.         }, => 'addSuccessFlash'], 0);
  1385.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1386.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1387.         }, => 'addSuccessFlash'], 0);
  1388.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1389.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1390.         }, => 'addSuccessFlash'], 0);
  1391.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1392.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1393.         }, => 'addSuccessFlash'], 0);
  1394.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1395.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1396.         }, => 'addSuccessFlash'], 0);
  1397.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1398.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1399.         }, => 'addSuccessFlash'], 0);
  1400.         $instance->addListener('fos_user.registration.success', [=> function () {
  1401.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
  1402.         }, => 'onRegistrationSuccess'], 0);
  1403.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1404.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1405.         }, => 'onResettingResetInitialize'], 0);
  1406.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1407.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1408.         }, => 'onResettingResetSuccess'], 0);
  1409.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1410.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1411.         }, => 'onResettingResetRequest'], 0);
  1412.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  1413.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService.php'));
  1414.         }, => 'filterObjects'], 0);
  1415.         $instance->addListener('kernel.request', [=> function () {
  1416.             return ($this->privates['httplug.strategy'] ?? $this->getHttplug_StrategyService());
  1417.         }, => 'onEvent'], 1024);
  1418.         $instance->addListener('console.command', [=> function () {
  1419.             return ($this->privates['httplug.strategy'] ?? $this->getHttplug_StrategyService());
  1420.         }, => 'onEvent'], 1024);
  1421.         $instance->addListener('kernel.request', [=> function () {
  1422.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1423.         }, => 'onEvent'], 1024);
  1424.         $instance->addListener('console.command', [=> function () {
  1425.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1426.         }, => 'onEvent'], 1024);
  1427.         $instance->addListener('console.command', [=> function () {
  1428.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1429.         }, => 'onCommand'], 255);
  1430.         $instance->addListener('console.terminate', [=> function () {
  1431.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1432.         }, => 'onTerminate'], -255);
  1433.         $instance->addListener('kernel.exception', [=> function () {
  1434.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1435.         }, => 'onException'], 0);
  1436.         $instance->addListener('kernel.terminate', [=> function () {
  1437.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1438.         }, => 'onTerminate'], 0);
  1439.         $instance->addListener('console.error', [=> function () {
  1440.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1441.         }, => 'onException'], 0);
  1442.         $instance->addListener('console.terminate', [=> function () {
  1443.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1444.         }, => 'onTerminate'], 0);
  1445.         $instance->addListener('sseb.encrypt', [=> function () {
  1446.             return ($this->privates['SpecShaper\\EncryptBundle\\Subscribers\\EncryptEventSubscriber'] ?? $this->load('getEncryptEventSubscriberService.php'));
  1447.         }, => 'encrypt'], 0);
  1448.         $instance->addListener('sseb.decrypt', [=> function () {
  1449.             return ($this->privates['SpecShaper\\EncryptBundle\\Subscribers\\EncryptEventSubscriber'] ?? $this->load('getEncryptEventSubscriberService.php'));
  1450.         }, => 'decrypt'], 0);
  1451.         $instance->addListener('knp_pager.items', [=> function () {
  1452.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService.php'));
  1453.         }, => 'items'], 1);
  1454.         $instance->addListener('knp_pager.before', [=> function () {
  1455.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1456.         }, => 'before'], 0);
  1457.         $instance->addListener('knp_pager.pagination', [=> function () {
  1458.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1459.         }, => 'pagination'], 0);
  1460.         $instance->addListener('knp_pager.before', [=> function () {
  1461.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1462.         }, => 'before'], 1);
  1463.         $instance->addListener('knp_pager.before', [=> function () {
  1464.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1465.         }, => 'before'], 1);
  1466.         $instance->addListener('knp_pager.pagination', [=> function () {
  1467.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1468.         }, => 'pagination'], 1);
  1469.         return $instance;
  1470.     }
  1471.     /**
  1472.      * Gets the public 'http_kernel' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1475.      */
  1476.     protected function getHttpKernelService()
  1477.     {
  1478.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1479.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1480.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1481.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1482.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1483.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1484.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1485.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1486.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1487.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1488.         }, 8)), $a));
  1489.     }
  1490.     /**
  1491.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  1492.      *
  1493.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  1494.      */
  1495.     protected function getHwiOauth_ResourceOwnermap_MainService()
  1496.     {
  1497.         $this->services['hwi_oauth.resource_ownermap.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.main']);
  1498.         $instance->setContainer($this);
  1499.         return $instance;
  1500.     }
  1501.     /**
  1502.      * Gets the public 'hwi_oauth.security.oauth_utils' shared service.
  1503.      *
  1504.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  1505.      */
  1506.     protected function getHwiOauth_Security_OauthUtilsService()
  1507.     {
  1508.         $this->services['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), true'IS_AUTHENTICATED_REMEMBERED');
  1509.         $a = ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService());
  1510.         $instance->addResourceOwnerMap($a);
  1511.         $instance->addResourceOwnerMap($a);
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'image.handling' shared service.
  1516.      *
  1517.      * @return \Gregwar\ImageBundle\Services\ImageHandling
  1518.      */
  1519.     protected function getImage_HandlingService()
  1520.     {
  1521.         return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('cache'NULL'Gregwar\\ImageBundle\\ImageHandler'$this, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['file_locator'] ?? $this->getFileLocatorService()), falseNULL);
  1522.     }
  1523.     /**
  1524.      * Gets the public 'knp_menu.matcher' shared service.
  1525.      *
  1526.      * @return \Knp\Menu\Matcher\Matcher
  1527.      */
  1528.     protected function getKnpMenu_MatcherService()
  1529.     {
  1530.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1531.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1532.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1533.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1534.         }, 3));
  1535.     }
  1536.     /**
  1537.      * Gets the public 'profiler' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1540.      */
  1541.     protected function getProfilerService()
  1542.     {
  1543.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1544.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1545.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1546.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1547.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1548.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1549.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1550.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1551.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1552.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1553.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1554.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1555.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1556.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1557.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1558.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1559.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1560.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1561.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1562.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1563.         if ($this->has('kernel')) {
  1564.             $f->setKernel($b);
  1565.         }
  1566.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1567.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1568.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1569.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1570.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1571.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1572.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1573.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1574.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1575.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1576.         $instance->add($d);
  1577.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1578.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1579.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1580.         $instance->add($e);
  1581.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1582.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  1583.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1584.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1585.         $instance->add($f);
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'request_stack' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1592.      */
  1593.     protected function getRequestStackService()
  1594.     {
  1595.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1596.     }
  1597.     /**
  1598.      * Gets the public 'router' shared service.
  1599.      *
  1600.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1601.      */
  1602.     protected function getRouterService()
  1603.     {
  1604.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1605.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1606.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1607.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1608.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1609.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1610.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1611.         ], [
  1612.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1613.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1614.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1615.         return $instance;
  1616.     }
  1617.     /**
  1618.      * Gets the public 'security.authorization_checker' shared service.
  1619.      *
  1620.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1621.      */
  1622.     protected function getSecurity_AuthorizationCheckerService()
  1623.     {
  1624.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1625.     }
  1626.     /**
  1627.      * Gets the public 'security.csrf.token_manager' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1630.      */
  1631.     protected function getSecurity_Csrf_TokenManagerService()
  1632.     {
  1633.         return $this->services['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'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1634.     }
  1635.     /**
  1636.      * Gets the public 'security.token_storage' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1639.      */
  1640.     protected function getSecurity_TokenStorageService()
  1641.     {
  1642.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1643.             'session' => ['services''session''getSessionService'false],
  1644.         ], [
  1645.             'session' => '?',
  1646.         ]));
  1647.     }
  1648.     /**
  1649.      * Gets the public 'session' shared service.
  1650.      *
  1651.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1652.      */
  1653.     protected function getSessionService()
  1654.     {
  1655.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1656.     }
  1657.     /**
  1658.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1659.      *
  1660.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1661.      */
  1662.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1663.     {
  1664.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1665.     }
  1666.     /**
  1667.      * Gets the public 'sonata.admin.pool' shared service.
  1668.      *
  1669.      * @return \Sonata\AdminBundle\Admin\Pool
  1670.      */
  1671.     protected function getSonata_Admin_PoolService()
  1672.     {
  1673.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Maturin''/assets/admin/images/logo_sm_dark.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1674.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1675.         $instance->setAdminServiceIds([=> 'admin.product'=> 'admin.productInStock'=> 'admin.company'=> 'admin.company_location'=> 'admin.company_deposit'=> 'admin.company_default_shipping'=> 'admin.message'=> 'admin.region'=> 'admin.category'=> 'admin.conservation'10 => 'admin.certification'11 => 'admin.bio_certification'12 => 'admin.sys_notification'13 => 'admin.sys_location'14 => 'admin.ui_page'15 => 'admin.homepage'16 => 'admin.testimony'17 => 'admin.omelo_post'18 => 'admin.carrier_post'19 => 'admin.corpo'20 => 'admin.product_sponsored'21 => 'admin.news_letter_subscriber'22 => 'admin.financial_log'23 => 'admin.financial_tax'24 => 'admin.user'25 => 'admin.cart'26 => 'admin.cart_paid'27 => 'admin.cart_on_hold'28 => 'admin.pre_order'29 => 'admin.open_cart_with_product'30 => 'admin.product_replenishment_item'31 => 'admin.product_replenishment'32 => 'admin.cart_product'33 => 'admin.maturin_order'34 => 'admin.custom_order'35 => 'admin.cart_coupon'36 => 'admin.email_sent'37 => 'admin.distributor_log'38 => 'admin.storage'39 => 'admin.invoice_due'40 => 'admin.invoice_paid'41 => 'admin.invoice_logistic_due'42 => 'admin.invoice_logistic_paid'43 => 'admin.invoice'44 => 'admin.product_sponsored_category'45 => 'admin.recurring_order'46 => 'admin.company_subscription'47 => 'admin.badge'48 => 'admin.company_promo_code'49 => 'admin.recipe'50 => 'admin.invoice_service'51 => 'admin.invoice_service_item'52 => 'admin.product_expired'53 => 'admin.diet'54 => 'admin.product_deal'55 => 'admin.suggested_group'56 => 'admin.company_association'57 => 'admin.subscription'58 => 'admin.statisticsJit'59 => 'admin.product_replacement_script'60 => 'admin.user_shipping_location'61 => 'admin.product_adjustment'62 => 'admin.variable'63 => 'admin.delivery_route'64 => 'admin.city'65 => 'admin.pickup_locations'66 => 'admin.hriProduct'67 => 'admin.userSurvey']);
  1676.         $instance->setAdminGroups(['sonata.admin.group.financialBuyer' => ['label' => 'Acheteurs''icon' => '<i class="fa  fa-user-circle-o"></i>''items' => [=> ['admin' => 'admin.cart_paid''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.cart_on_hold''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.pre_order''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.cart_product''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.subscription''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.open_cart_with_product''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_FINANCIAL'=> 'ROLE_ADMIN_FINANCIAL_BUYER'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.product' => ['label' => 'Inventaire''icon' => '<i class="fa fa-beer"></i>''items' => [=> ['admin' => 'admin.productInStock''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product_adjustment''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product_replenishment''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product_expired''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.statisticsJit''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.hriProduct''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_PRODUCT'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.company' => ['label' => 'Producteur''icon' => '<i class="fa fa-building"></i>''items' => [=> ['admin' => 'admin.variable''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.company''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.company_association''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_COMPANY'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.cms' => ['label' => 'Contenu''icon' => '<i class="fa fa-grav"></i>''items' => [=> ['admin' => 'admin.ui_page''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.homepage''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.testimony''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.omelo_post''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.recipe''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.carrier_post''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.corpo''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_CONTENT'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.sponsored' => ['label' => 'Marketing''icon' => '<i class="fa fa-line-chart"></i>''items' => [=> ['admin' => 'admin.suggested_group''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product_sponsored''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product_sponsored_category''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.news_letter_subscriber''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.cart_coupon''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.company_promo_code''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.badge''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.product_deal''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.userSurvey''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_PUBLICITY'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.financialSeller' => ['label' => 'Finance Producteurs''icon' => '<i class="fa fa-dollar"></i>''items' => [=> ['admin' => 'admin.company_subscription''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.invoice_due''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.invoice_paid''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.maturin_order''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.custom_order''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.invoice_service''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_FINANCIAL'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.financialLogistic' => ['label' => 'Finance Entrepôts''icon' => '<i class="fa fa-truck"></i>''items' => [=> ['admin' => 'admin.invoice_logistic_due''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.invoice_logistic_paid''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.distributor_log''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_FINANCIAL'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.group.system' => ['label' => 'System''icon' => '<i class="fa fa-gear"></i>''items' => [=> ['admin' => 'admin.certification''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.category''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.city''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.pickup_locations''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.bio_certification''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.delivery_route''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.diet''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.user''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.email_sent''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.financial_tax''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], 10 => ['admin' => 'admin.financial_log''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], 11 => ['admin' => 'admin.storage''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], 12 => ['admin' => 'admin.region''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], 13 => ['admin' => 'admin.conservation''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], 14 => ['admin' => 'admin.product_replacement_script''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN_SYSTEM'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle']]);
  1677.         $instance->setAdminClasses(['App\\Entity\\Product' => [=> 'admin.product'=> 'admin.productInStock'=> 'admin.product_expired'=> 'admin.hriProduct'], 'App\\Entity\\Company' => [=> 'admin.company'], 'App\\Entity\\CompanyLocation' => [=> 'admin.company_location'], 'App\\Entity\\CompanyDeposit' => [=> 'admin.company_deposit'], 'App\\Entity\\CompanyDefaultShipping' => [=> 'admin.company_default_shipping'], 'App\\Entity\\Message' => [=> 'admin.message'], 'App\\Entity\\Region' => [=> 'admin.region'], 'App\\Entity\\Category' => [=> 'admin.category'], 'App\\Entity\\Conservation' => [=> 'admin.conservation'], 'App\\Entity\\Certification' => [=> 'admin.certification'], 'App\\Entity\\BioCertification' => [=> 'admin.bio_certification'], 'App\\Entity\\Notification' => [=> 'admin.sys_notification'], 'App\\Entity\\DeliveryLocation' => [=> 'admin.sys_location'], 'App\\Entity\\OmeloPage' => [=> 'admin.ui_page'], '' => [=> 'admin.homepage'=> 'admin.statisticsJit'], 'App\\Entity\\Testimony' => [=> 'admin.testimony'], 'App\\Entity\\OmeloPost' => [=> 'admin.omelo_post'], 'App\\Entity\\CarrierPost' => [=> 'admin.carrier_post'], 'App\\Entity\\Corporative' => [=> 'admin.corpo'], 'App\\Entity\\ProductSponsored' => [=> 'admin.product_sponsored'], 'App\\Entity\\NewsLetterSubscriber' => [=> 'admin.news_letter_subscriber'], 'App\\Entity\\FinancialLog' => [=> 'admin.financial_log'], 'App\\Entity\\FinancialTax' => [=> 'admin.financial_tax'], 'App\\Entity\\User' => [=> 'admin.user'], 'App\\Entity\\Cart' => [=> 'admin.cart'=> 'admin.cart_paid'=> 'admin.cart_on_hold'=> 'admin.pre_order'=> 'admin.open_cart_with_product'], 'App\\Entity\\ProductReplenishmentItem' => [=> 'admin.product_replenishment_item'], 'App\\Entity\\ProductReplenishment' => [=> 'admin.product_replenishment'], 'App\\Entity\\CartProduct' => [=> 'admin.cart_product'], 'App\\Entity\\MaturinOrder' => [=> 'admin.maturin_order'], 'App\\Entity\\CustomOrder' => [=> 'admin.custom_order'], 'App\\Entity\\CartCoupon' => [=> 'admin.cart_coupon'], 'App\\Entity\\EmailSent' => [=> 'admin.email_sent'], 'App\\Entity\\DistributorLog' => [=> 'admin.distributor_log'], 'App\\Entity\\Storage' => [=> 'admin.storage'], 'App\\Entity\\Invoice' => [=> 'admin.invoice_due'=> 'admin.invoice_paid'=> 'admin.invoice_logistic_due'=> 'admin.invoice_logistic_paid'=> 'admin.invoice'], 'App\\Entity\\ProductSponsoredCategory' => [=> 'admin.product_sponsored_category'], 'App\\Entity\\RecurringOrder' => [=> 'admin.recurring_order'], 'App\\Entity\\CompanySubscription' => [=> 'admin.company_subscription'], 'App\\Entity\\Badge' => [=> 'admin.badge'], 'App\\Entity\\CompanyPromoCode' => [=> 'admin.company_promo_code'], 'App\\Entity\\Recipe' => [=> 'admin.recipe'], 'App\\Entity\\InvoiceService' => [=> 'admin.invoice_service'], 'App\\Entity\\InvoiceServiceItem' => [=> 'admin.invoice_service_item'], 'App\\Entity\\Diet' => [=> 'admin.diet'], 'App\\Entity\\ProductDeal' => [=> 'admin.product_deal'], 'App\\Entity\\SuggestedGroup' => [=> 'admin.suggested_group'], 'App\\Entity\\CompanyAssociation' => [=> 'admin.company_association'], 'App\\Entity\\Subscription' => [=> 'admin.subscription'], 'App\\Entity\\ProductReplacementScript' => [=> 'admin.product_replacement_script'], 'App\\Entity\\UserShippingLocation' => [=> 'admin.user_shipping_location'], 'App\\Entity\\ProductAdjustment' => [=> 'admin.product_adjustment'], 'App\\Entity\\Variable' => [=> 'admin.variable'], 'App\\Entity\\DeliveryRoute' => [=> 'admin.delivery_route'], 'App\\Entity\\City' => [=> 'admin.city'], 'App\\Entity\\PickupLocations' => [=> 'admin.pickup_locations'], 'App\\Entity\\UserSurvey' => [=> 'admin.userSurvey']]);
  1678.         return $instance;
  1679.     }
  1680.     /**
  1681.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1682.      *
  1683.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1684.      */
  1685.     protected function getSonata_Admin_Twig_ExtensionService()
  1686.     {
  1687.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1688.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1689.         return $instance;
  1690.     }
  1691.     /**
  1692.      * Gets the public 'sonata.admin.twig.global' shared service.
  1693.      *
  1694.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1695.      */
  1696.     protected function getSonata_Admin_Twig_GlobalService()
  1697.     {
  1698.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcAAADnCAYAAADl9EEgAAAXfWlDQ1BJQ0MgUHJvZmlsZQAAWAmtWWVYVU3Xnn0KOBy6u7u7u7sbgUN3NyopUkoISIoggqCCQYmIiCCCiKACBiAhkiqooAjIu0F93ufH9/779nWdvW/W3GvNmlkzs/daAMDQgg8NDUSQAxAUHBluqafJbu/gyE7wFhACKkAHhAEG7xERqmFubgz+57U9AaDDxhcih7b+J+3/bqDw9IrwAAAyh5vdPSM8gmDcAgCizSM0PBIA1KE9rpjI0EOcB2PqcNhBGNceYp/fuOMQu//Gw0cca0stmDMLACEOjw/3AQC3DsvZoz18YDskOAAwlMGefsEAULHDWNXDF+8JAIMbzBEOCgo5xDkw5nf/lx2ff2E83v0fm3i8zz/491hgTbhjbb+I0EB83NEf/5+3oMAoeL6OLlr4jguN1LSEn/TwvNH7RRpYw5gaxuK+Ufo2f7B2vK+13SEXltsHu5uawZgSxp4eEVrwXALYDhQdEGJ0aOeQk+Pppa0DY3hVQCUR0VZ/8ZV4Xy3TPxx7f7zhYcxIYU4HPhxGv/t9FBppfujDoc03wYGmxn/whne47qF9WI7AeEXoWMEY9gHBHBlufSiHfUaIevvpGsAY7hehGRp4tOYOOZbhUZaHY+GGsadXsM1f3QxPvLYRLGeG5WXAGGgBbcAO30NAIPwLB37AE37+lXv8S24F4sFHEAy8QASsccRw9UsJ/4uBLsDD+j5wu8gffc0jiReIhrX2//JG1tvX/+I/Ou7/aOiC90c2/lgQvyq+Ir73l81O9tcvjA5GG6OP0cUI/JXAPf0eRfiRf0bwaLxAFGzLC+77rz//HlXUP4x/S3/PgeWRVgDM8PvbN7A98szvH1tG/8zMn7lA8aIkUTIoTZQKShWlANhRtChGIIKSRsmjNFBqKCW4TeFf8/xH64//IsD7aK6ij7wPAB9gz+FdHekVGwnHCmiFhMaF+/n4RrJrwKeFlzC7QbCHqDC7pLiEBDg8ew45AHy1PDpTINpn/5V5LQOgDK8NotH/yvzPAdDYDwBd1n9lvE7w/hUG4OZzj6jw6N/2UIcPNMACMnilMQBWwAX44fFLAlmgBNSBDjAEZsAaOAAX4AF8YX/DQQw4DpJBOsgGeaAIlIEqcAlcAdfBLdAOusAD8Ag8AaNgHLwFs2ARrIENsA12IQgigEggKogBYoN4ICFIEpKHVCEdyBiyhBwgN8gHCoaioONQKpQNFUBlUDXUAN2E7kAPoEFoDHoNzUEr0BfoJwKJwCGoESwIXoQYQh6hgTBCWCOOIXwQYYh4RBriLKIEUYO4hmhDPEA8QYwjZhFriC0kQBIjaZEcSBGkPFILaYZ0RHojw5EnkVnIYmQNsgnZiRxAvkDOIteROygMigrFjhKBY6mPskF5oMJQJ1E5qDLUFVQbqg/1AjWH2kD9QpOgmdFCaEW0Adoe7YOOQaeji9F16FZ0P3ocvYjexmAwtBg+jBy8fh0w/pgETA6mEtOM6cGMYRYwWwQEBAwEQgQqBGYEeIJIgnSCUoJrBPcJnhMsEvwgJCZkI5Qk1CV0JAwmTCEsJmwk7CZ8TrhEuEtETsRDpEhkRuRJFEeUS1RL1En0jGiRaBdLgeXDqmCtsf7YZGwJtgnbj53CfiUmJuYkViC2IPYjTiIuIb5B/Jh4jngHR4kTxGnhnHFRuLO4elwP7jXuKwkJCS+JOokjSSTJWZIGkockMyQ/SKlIRUkNSD1JE0nLSdtIn5N+IiMi4yHTIHMhiycrJrtN9oxsnZyInJdcixxPfpK8nPwO+ST5FgUVhQSFGUUQRQ5FI8UgxTIlASUvpQ6lJ2Ua5SXKh5QLVEgqLiotKg+qVKpaqn6qRWoMNR+1AbU/dTb1deoR6g0aShppGluaWJpymns0s7RIWl5aA9pA2lzaW7QTtD/pWOg06LzoMuma6J7Tfadnolen96LPom+mH6f/ycDOoMMQwJDP0M4wzYhiFGS0YIxhvMDYz7jORM2kxOTBlMV0i+kNM4JZkNmSOYH5EvMw8xYLK4seSyhLKctDlnVWWlZ1Vn/WQtZu1hU2KjZVNj+2Qrb7bKvsNOwa7IHsJex97BsczBz6HFEc1RwjHLucfJw2nCmczZzTXFgueS5vrkKuXq4NbjZuE+7j3Fe53/AQ8cjz+PKc5xng+c7Lx2vHe5q3nXeZj57PgC+e7yrfFD8Jvxp/GH8N/0sBjIC8QIBApcCoIEJQRtBXsFzwmRBCSFbIT6hSaEwYLawgHCxcIzwpghPREIkWuSoyJ0oraiyaItou+kmMW8xRLF9sQOyXuIx4oHit+FsJSglDiRSJTokvkoKSHpLlki+lSKR0pRKlOqQ2pYWkvaQvSL+SoZIxkTkt0yuzLysnGy7bJLsixy3nJlchNylPLW8unyP/WAGtoKmQqNClsKMoqxipeEvxs5KIUoBSo9KyMp+yl3Kt8oIKpwpepVplVpVd1U31ouqsGocaXq1GbV6dS91TvU59SUNAw1/jmsYnTXHNcM1Wze9ailontHq0kdp62lnaIzqUOjY6ZTozupy6PrpXdTf0ZPQS9Hr00fpG+vn6kwYsBh4GDQYbhnKGJwz7jHBGVkZlRvPGgsbhxp0mCBNDk3MmU6Y8psGm7WbAzMDsnNm0OZ95mPldC4yFuUW5xQdLCcvjlgNWVFauVo1W29aa1rnWb234baJsem3JbJ1tG2y/22nbFdjN2ovZn7B/4sDo4OfQ4UjgaOtY57jlpONU5LToLOOc7jxxjO9Y7LFBF0aXQJd7rmSueNfbbmg3O7dGtz28Gb4Gv+Vu4F7hvuGh5XHeY81T3bPQc8VLxavAa8lbxbvAe9lHxeecz4qvmm+x77qfll+Z36a/vn+V//cAs4D6gINAu8DmIMIgt6A7wZTBAcF9IawhsSFjoUKh6aGzYYphRWEb4UbhdRFQxLGIjkhq+CNvOIo/6lTUXLRqdHn0jxjbmNuxFLHBscNxgnGZcUvxuvGXE1AJHgm9xzmOJx+fO6FxovokdNL9ZG8iV2Ja4mKSXtKVZGxyQPLTFPGUgpRvqXapnWksaUlpC6f0Tl1NJ00PT588rXS6KgOV4ZcxkimVWZr5K8szayhbPLs4ey/HI2fojMSZkjMHZ73PjuTK5l7Iw+QF503kq+VfKaAoiC9YOGdyrq2QvTCr8FuRa9FgsXRx1Xns+ajzsyXGJR2l3KV5pXtlvmXj5ZrlzRXMFZkV3ys9K59fUL/QVMVSlV3186LfxVfVetVtNbw1xZcwl6Ivfai1rR24LH+5oY6xLrtuvz64fvaK5ZW+BrmGhkbmxtyriKtRV1euOV8bva59vaNJpKm6mbY5+wa4EXVj9abbzYlbRrd6b8vfbmrhaalopWrNaoPa4to22n3bZzscOsbuGN7p7VTqbL0rere+i6Or/B7NvdxubHda98H9+PtbPaE96w98Hiz0uva+fWj/8GWfRd9Iv1H/40e6jx4OaAzcf6zyuGtQcfDOkPxQ+xPZJ23DMsOtT2Weto7IjrQ9k3vWMaow2jmmPNb9XO35gxfaLx69NHj5ZNx0fGzCZuLVpPPk7CvPV8uvA19vvol+s/s2aQo9lTVNPl08wzxT807gXfOs7Oy9Oe254Xmr+bcLHgtr7yPe7y2mfSD5ULzEttSwLLnctaK7MrrqtLq4Frq2u57+keJjxSf+Ty2f1T8Pb9hvLG6Gbx58yfnK8LX+m/S33i3zrZntoO3d71k/GH5c2ZHfGfhp93NpN2aPYK9kX2C/85fRr6mDoIODUHw4/uhbAAnfEd7eAHyph3MBBzgHGAUAS/o7NzhiAICEYA6MbSEdhAZSHkWPxmIICcQJHYhSsfdxGBI8aTs5liKQcohahqaCDtAHMIwwyTLnsayxqbPncoxxYbkVeBx4A/iC+J0FNAVZBDeFHgmXigSIqoiRiL0Tb5ZIkrSQ4pD6KH1H5pSshRyz3KJ8k0KsooYSVumFcoWKp6qw6he1dvXjGpqaOM13Wt3ajTqVuvl6J/XxBmqG9IabRsPGTSaVptVmXeYLlmgrBmtGG3JbpO2e3a4DcCRyInUmOYY6tuUy7zrq1oO/7V7nUeqZ5RXn7eNj7avpJ+0vGMARyBBEFowM/hYyHzoadje8NuJsZGJUenRrLCrOK77nODjBe1Ix0SDJKTkq5WxqUVrCKelTC+m5p80zeDKJs0A2IofiDP9Z1VzTPLt8xwLHc/aFtkXWxRbnTUuMSvXKNMtVKxQqpS6IVAleFK82qkm9NHvZoO5a/VoDRSPPVYlrSte1m0ya7W643vS9FXo7puVka0rbqfaMjuw7uZ1Fdyu66u61dPffn+yZfTDR2/zQu4++73F/8aOYAe/HxwbthiyeGA3rPdUfsX4WNnpx7PUL4pdi41oTBpM6r+Rf87whfbPzdnnq1fSDmUvvUmd95mzmTRdM3pstmn0wXFJYplueXclalV6dXbuyHv9R/xPhp4bPep8XNi5txn5x+Wr2zWTLf7v3x+mf7fvaBwd/4i+BRCFXULPoBcwGIZJIFutLXIGbJRUkiyF/RMlAFUf9klaSLoV+mlGGKZ15lJWRzZ49n6OLc4pri3ubZ5X3Kd8l/nABVUFCwZdCVcL+IjIiv0QfiZ0Vt5Ngk1iSbJKKllaRgWT6ZbPkzOSp5CcUShWdlFiUpuBV4KzKoDqpdl7dSYNXY1dzXOumdo6Ol66yHoXeB/0ugyLDaCMvY3cTX9MQsyBzdwszSyUrQWsmG1JbhO223ZL9hMNDxyancuesY/Eufq72btp4MXd6D8hj1XPcq8+71afOt9gvzT8kwCFQPYgvmAReCXOhM2HfIjgiXaNKox/EvIpdiFuP3zlOfIL1JH8iexIm6V1ya0puaniayymbdPvTfhmpmZVZ17Nbc9rOtJy9mXs9ryH/csHFc+WFRUW5xZnnU0riSkPKfMr9KpIq71cJXLxSw3epoPbF5Z160iuMDVyNgvA6kLuu2qTdbHLD4WbgrfTbl1q6W8faZtqXO752Iu/SdQndU+pWvy/Xw/EA8WC+d+Bha199f/mjvIFTj+MHw4cin2QOd43QPjsxOv2c8YXaS+tx74mkycuvnr3+9pZySmTaeCb03fnZu3PP52cW5t+vfUDD0U9eGVujWBf/KPOJ9zPZ5x8bHzYnvwx9vfOteitx2/Y73/ftH1078T+VdnF72vsrf+IvCq0hKpEuKAE0AXoTs0KwSjhPtEmMxfGQaJA6kiWTX6MYozyg5qHRofWnO0VfxdDC2M/0mPkRy13WarZYdk32nxy1nEaca1wZ3HzcvTwuPDu8hXzifEP8PgIEAvWC+oJLQunC/ML9Ih6iQLRSTFnslXgU/HXTLGksuSyVKs0q3SFjKbMue0qOTa4d/mpZVkhUpFW8qqSh9FzZQ/mTSoIqgWq5mrTahHq8BqtGh6aZ5mstX60D7Rodc10i3Yd6x/Wl9VcNagydjeiNJoyLTKxMyUwHzVLNlcy/WTRbBljxWb23rrY5Zstg+9Iu117f/sCh1THQidtp2rn4mOmxbZdCVx7XFjcNtzf4WHdO91fwOeLrpect56Pga+CH9w8KwAeqBZEHTQVfDgkKlQndC3sYnhVhHkkT+TaqKtozhjfmQ+yFOJ24qfjABOqEF8fvnug+2Zf4MOlOckNKcWpqWsgpp3Sd04IZ6IyXmaVZjtnc2bs5s2eenr2TezHvZL5TgeI5xnM7hRNFt4rPnz9TUlBaXXa7/FHFq8rVC7sXSarZa6Qu6dc6Xw6pO1mfeSWnIakRf1XuGum1L9c/Nu3cwN1kvSV527wlobWl7UeHwp3QztK7N7o67t3tHry/9UCv906fVf/WQPGg1NDL4TMjbqMGzzVeak4EviadWpsfWd36tnMY/981osN3AkYWgHPJANinA2CjBkB+HwC843DeiQXAnAQAawWA4PUGCNwwgBTn/nl/QAAJMIAYUMD1GTbAB8SBIlyjMAOOcI4cAWeXueACaALd4BmYA9/gzJEZkoD0IFcoBsqHrkGPoQ8IDIIfYYyIQFTCed4BnNdFI+8gf6H0UOdQ82gpdAb6HUYRU4rZhTOsIUI5wnoiJqJ8LDE2kxhLnIdjxNWTSJN0kaqQdpLJk90l1yd/SxFJSU55nUqbaozamnqMxozmOa0r7Q+6UnoV+hmGE4xMjJ1MLsxEzF0s0azSrF/ZbrGHc8hw7HEOcBVz+/Io85LyzvLd5s8QcBfUEOIVJhXeFfkk+l5sXLxVIkFSQnJGKkNaRvqzTIdsgVycvKeCsaK4Ep0yqYqoarm6kMYZzUGtzzqEujR6DPrMBtyG0kamxmEmJaZ9Zl8suCztrM5aD9ii7LTt0x2GnWid3Y81urx3w+Ap3DHuWx6LnlNeqz5kvkZ+Rf5LgcpBhcGfQg3DGiNwkWFRb2J0YzviRRLqTrCfLE+iTc5PxaYln9o67Z+xlpWdE3S2NZ/iHGPhx+KGEtcy2vLRyjNVehe3anJrqS9n1G1fCWj4cjXvuk4zxY3NWx9altvWOpY6F7o279M90Hro0u82YDWo9kTsqcAz2bHgFz8mUW+IpqreUc11L5IuH1/T+Nj8efeL7Dfdbez3Mz+GdpZ/Lu6+3mvZz/vlfiB+dH4cxp8ArqlRwjUHDiAIpIAK0IfrDG5whSEBZIJS0ADuwHWEabABoSFGSPwo+nFQIXQDGoE+IsgQUghHRCriFmIRyYZ0RdYi11GyqDTUOFoAnYyegmNfTgAIfAnGCXUIO4jEiBqxAthrxNLE93HmuAWSWFIi0iIyDrIbcP76liKGkpayncqW6iP1CRosTQmtCO0QXQg9HX0Pgx8jNWMPUwgzN/MUSymrPRs922v2Sg5PTnEuwPWS+ypPGq8znzScy60KDAveht9iuSKposfFIsU9JNQlcZIjUlnSRjJ0Mpuyr+UG5NsUahRzlOKVo1UyVTvUvmtIaXpqZWvX6bTp3tW7q3/PYNBwzhhhImhqa3bKvN1i3Yrb2tWm0nbGntPB37HNmeCYnUuZa7/bGL7XvcEjw9PPy9Jb38fBN8WvJ4Ak0D2oK4QxND5sOkIzsiGaLCY09kk8R0L08dGTMom1yUwphWnYUwnp6xn4zPns+DPiuYi86YKbhdHF0ue/lN4sj6pUvPDzYl2N5KXK2qU6vnrfKzca6a5WXFdp+nij9JbC7ZFWfNtuR02nRRe413DfuGezt6rP/ZHiY44h1JOnT6OfYUaznuNe1Iy7Tpq8DnxbP700yzZv/j75Q/cK3VreJ96Np18Lt3N2DHYl9y7sv/+1+Sf+KEAE1zPp4egLwbUmLWAOV5iCwAl451eDFvAYzMD7HgfxQurQMSgBKofuQXMIIjjqeEQRYhRJg/RC3kMxo5JQq2gH9FOMFuYeXE95QGhMOE0UgSXD3iC2xSFx7SRhpBKkP8j6yUspoigdqAyoDWksaA3p5OgFGGQYXZnimCNZ3Fmt2UzZTThMOI25TLgteVx5I/jO8DcKPBZcESYRkRP1FisTn5BklPKUbpbZlTOXf6qYqeygilbLU9/TNNJKhSPYrtul160/YrBrZGTcZipqds1C1LLNWstmwi7IAet4zdnWhcKN2N3V08nrvY+Sb7bfhwDLwOFgk5DnYU7hy5EJ0awxM3GPEnpOVCbaJP1MqU6zTWc7vZF5LzvnjHeuXj5DwZNC76Lt86mlFGU1FbKVT6u8q6Gailr5y+P1UQ1MjY+vJTbp3RC7pduS2FbTkdvp0EV3b/J++QOHhwR9lx9JD9wd1BmaHI4dERtFjm28WB4fm8x/zfem8u2vaZ2ZrHdP5sjmbRYuvl/5ILEUsHxx5fHq6jr6I/Mn8c/aG3ab+C+eX82/cX7b2jqzzbzd+F3he9n3nR92P9p2aHfCd9p2dn+q/0z7ObhLumu1e353dI9wT30vdu/m3so+x77DfsH+0P7+L4lfnr/O/3ry69eBxIHXQcnB8GH8I7ylJA/fHgDCacLlx5mDg6+8ABAUALCff3CwW3NwsH8JTjamAOgJ/P1/h0MyBq5xVmwcoiGOXI7D57+v/wDYS4aShLvGpgAAAdVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPjI8L3RpZmY6UGhvdG9tZXRyaWNJbnRlcnByZXRhdGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjl0tmoAACcLSURBVHgB7V0LvE1VGl/kmp5IEslrIqEQpcdIuDUeeZVL6DFRpJIk5ZVUE8pQjcTElNKQR4qiUnlWqIbkEcKQ8cgrjwpFNf6r9p3j3L32c621197n+36/c8+5e6+91rf/6/zPWnut75Hv12PCQsqRI0dC1hCfy0844QSWP39+R4V//vln9ssvvziWkX0SOkE3P5JJ/eYHFxllvXxP3NrJ54echw8fZm+//Tb74IMP2JIlS9j69evZgQMHmAR+u+lpzPnnn3+e3XbbbY76dO/enY0YMcKxjMyT+fLl431RtmxZz9XiB+QPf/iD5/JU0D8CJ510EkOfXHjhhax+/fqsZcuWrHjx4p4rKuCl5I4dO9jQoUPZmDFj2Pfff+/lksSWOXr0qOu9ffvtt65lZBZo2LAh/xL4qVO3jn50S0rZQ4cOsTVr1vDXlClTWNeuXVmLFi1Yv379WI0aNVxv03F+hhHx2WefZRUrVmRPP/10xhMTaGLEcZO9e/e6FZF6/r777vNd365du3xfQxeEQwCPOm+88Qa7+OKL2R133MG+++47xwqF5MSFzZo1Y+j4gwcPOlaSSSe9kFPnqFS1alWWnZ3tuwu2bt3q+xq6QB4CL7zwAqtZsyb78ssvhZXakhNfrnr16rF3331XeGGmnvjxxx9db10nOXv06OGqj10BIqcdKnqPbdy4kdWpU4d99tlntg3nISe+fE2bNmVffPGF7QWZftBtKgJ8dE1rS5Uqxdq3bx+oS4icgWCTfhEWVBs3bszWrVuXp+485MQ09tNPP81TkA78hoAXcu7fv18LXL169WJZWVmB2sKvNokZCOzbt4/l5OQw7IakynHknDdvHhs9enTqefqchgB+6dxEx/4hluTdtnSc9NywYYPTaTqnGYFVq1axgQMHHtfqceQMsup3XG0Z8I/byKmDmIC5b9++ofYpsUdNYhYCf/vb31jq40YuObH4s2LFCrO0NVAbN3L+9NNPyrUuXbo069y5c+B2sP+2ffv2wNfThWoQwB46tiwtySXniy++aB2jdwcEdu/e7XCWMR3kfOSRR1jBggUd9XA66bR873QdnVOPwCuvvMIsQxdOTkzFYJZH4o7Ali1bHAt52WpxrMDlZJUqVdjNN9/sUsr59MqVK50L0NnIENizZw9bvHgxb5+Tc+nSpXlWiiLTzvCGd+7cyZxWY61fPVW3gWmPm+G9W9tETjeEoj2/YMECrgAnJ01z/HWG0x6wX88QPy03adIkkDVQehvLli1LP0T/G4SAxUdOzm3bthmkmvmqLFy4UKhk0H1HYYW/nyhQoAB76qmn3Iq5noe9NDyKSMxFwFqx5eTMdE8Tv9300UcfCS8BiVRI7969WYUKFUJXjf1NL3u1oRuiCgIjYPGRk9OLMXfglhJ4IUZOkTO1CnKWL1+e9enTRwqSZP0lBUallVjfLU5OpS0lsHKMPKKpoQpywsFblmO006ifwK6K9S0ROQN236xZs2yvDLP/aFdhp06dWIMGDexOBTpmrQQGupgu0ooAkTMg3CJyYpsD4SlkyDnnnMOGDBkioypeB/bQ4JlPEg8EiJwB++mTTz4R7ncWLlw4YK3/vwxxgcaNG8dOO+20/x8M+QmODSTxQYDIGbCv8NCOQGd2UqhQIbvDvo5hdbZu3bq+rnErLBrt3a6j89EgQOQMgfs777xje3XYkfPSSy9lAwYMsK07zEEiZxj09F9L5AyBuSiMSxhyFitWjE2ePJnJXvVdvXr1ce5IIW6bLtWEAJEzBNDffPON7QJL0aJFA9WKxSQQE+FHZMu0adNkV0n1KUaAyBkS4Llz5+apwU/g4NSLEYZU9nOmVT9CMpLECwEiZ8j+siNniRIlfNfas2dPHsvU94UeLoCtJjyPSOKFAJEzZH/Nnz8/Tw1nn312nmNOB9q1a8cGDx7sVCTUOUyVSeKHAJEzZJ9hYz/dARthRLxKq1at2EsvvcSwr6lKxo8fr6pqqlchAkROCeB+/vnnx9XilZytW7dmII5KH9C1a9cy8t88rnti8w+RU0JXpX/5y5Qp4zoS3nPPPWzChAnSt0zSbwcxaUjiiQCRU0K/WZ7rVlUwfoddrJ3AGXvkyJE8yprKqSzaRsgUCtxm1wvxOEbklNBPmzdvzlOLnWM0gnMtWrQoVFjLPA05HJg5cyZDzCOSeCJA5JTQb3bp9EBES8444wyGgMHYzvCSl9G6Luw7/EBJ4ouAmpga8cUjkOZ2gaYvv/xyBtIiSU2bNm2kOUt7VRALQe+9957X4lTOQASInIo6pW3btgyvqOSZZ56JqmlqVxICNK2VAKQs52oJqvAqkB8UvqAk8UaAyCmh/0qWLCmhFnlVYNRUHXlenrZUkwgBIqcIGR/HK1eu7KO02qKIRj98+HC1jVDtWhAgckqAuX79+hJqkVMFiGnFPZVTI9USFQJEzpDIn3zyyax58+Yha5FzOfY0hw4dKqcyqiVyBIicIbugQ4cOUoNwhVEHCXV/+OGHMFXQtQYhQOQM0RlYpQUhTBAEG4N3C0lyECByhujLfv36sbPOOitEDXIu3bt3L+vYsaOcyqgWYxAgcgbsCpjhIXpB1IKsYX/5y18YZYqLuifkt0/kDIAp8pZgk192hLwAqvAICpSVPAhy5l9D5AzQR3D5SjVsD1CFlEvefPNN9vDDD0upiyoxDwEip88+6dy5M59G+rxMenF4uNx4443S66UKzUGAyOmjL+rVq2eE9c2mTZvYtddeyw4dOuRDeyoaNwSInB577Pzzz2evvfZa5M+ZCCjWqFEj7o7mUXUqFlMEiJweOg6G7Ui9UKRIEQ+l1RXBSNmsWTO2fv16dY1QzcYgQOR06YrTTz+dOy2LYgK5XC7t9M8//8z9QyltvDRIja+IyOnQRaeeeipDZi4TvE66dOnCEBOIJHMQIHIK+hoG7UjxV7NmTUEJfYexXTJ27Fh9DVJLRiBA5LTpBhATIybiAEUto0aNYoMGDYpaDWo/AgSInGmgg5hY/DGBmDNmzGDdunVL05D+zRQEiJwpPQ0vE0xlr7jiipSj0XxEigcECIPtLElmIkDk/L3fTznlFD6V/dOf/hT5N2HHjh2sRYsW7PDhw5HrQgpEhwCFxjyG/WmnncaJWbt27eh64veWjxw5wpB5jLxMIu+KyBXIeHIWLlyYvf/++0asyuLb0KdPH7Z48eLIvxikQPQIZDQ5ixYtyhBBoFq1atH3xDENsABEwaCN6AojlMhYchYrVozNnj2bVa1a1YiOQCDoTp06GaELKWEGAhlJzjPPPJPNmTPHCMsf62tw7733kjG7BQa9cwQyjpwYMefOncvgZWKKfPzxx+zVV181RR3SwxAEMmorBc+YphET34Pu3bsb8nUgNUxCIGPIWahQIb4qa4IRe+oXAEYPMDggIQTSEcgIciIgF4JgVa9ePf3+I/9/yJAhketACpiJQOLJmT9/fjZlyhR22WWXGdcD//nPf9iHH35onF6kkBkIJJ6cI0aMYE2aNDED7TQtJk2alHaE/iUE/o9AosnZo0cPhmh5pgosk0gIARECiSUnDMeffPJJ0X1HfvyXX35h//73vyPXgxQwF4FEkrNWrVrsX//6F8uXL5+xyG/evJkdPHjQWP1IsegRSBw5ESlv2rRpDL6ZJgvcwkgIAScEEkVObJlMnz6dgaCmy759+0xXkfSLGIFEkfPll182xvVr3rx57OjRo8LuxRYPCSHghEBiviGIUJeTk+N0r9rOYfS+5ppr2E033SQMM4JRnoQQcEIgEeREFPT+/fs73ae2c/Pnz8+N/YP0DcOGDbNtu3jx4rbH6SAhYCEQe3JWrFiR58o0YWUWNrLNmzdnCDViCbJfb9y40fo3971UqVK5n+kDIWCHQKzJiaBcWJlFDKCoZfXq1axhw4bshx9+OE4VpFGwy6EJnUuUKHFcWfqHEEhFINbkfOWVV1ilSpVS7yeSz+vWrWPZ2dkM0QzsZPLkyWz79u15Tl144YV5jtEBQsBCILbk7NmzJ59CWjcS1TumrA0aNGA7d+4UqoDREyvJ6WKiMX66jvR/dAjEkpyIxv74449Hh9rvLf/3v//lxLQbFdOVmzp1avohZkKM3DxK0QFjEIgdOZGSb+LEiZEnsQUxkeka714Ei0Xpo2udOnVYwYIFvVxOZTIQgdiREzazUa90WsT8+uuvfX1lsM2SKieeeCK76qqrUg/RZ0IgF4FYkfO+++7jK6K52kfwYcuWLax+/frMLzGhql3i2+uuuy6Cu6Am44BAbMh5wQUXsIEDB0aKKYiJqeymTZsC6bFixYo817Vs2dJo75k8CtMBbQjEgpxZWVncBSzK57OwxESPLl++PE/HwlIIz54khEA6ArEg5+DBgxlGzqjEesYMOmJaemNBaPfu3da/ue+m2ATnKkQfjEDAeHJeeeWVDNHQoxIQE8+YYYlp6b927VrrY+5769ataWqbiwZ9sBAwmpyYzo4ePTqyL+7WrVulEhOgI+JeumBqCwsjEkIgFQGjyQmbVBi2RyEwLJA5Ylr3YEdOnGvfvr1VhN4JAY6AseTEM+YDDzwQSTchhAhM8kRECqOUnYcK6sOWSpQLXmHuia5Vg4CR5IT715gxYyKxAtq1axcnJozZVYiInPBSadSokYomqc6YImAkOW+99VZ2ySWXaIcUcX0QwcBu0UaWMiJyon5atZWFcjLqMY6cp556Khs0aJB2dL///nvWuHFjtnLlSqVt41k21Rk7tbGmTZtGMltI1YE+m4OAceTs1asXQ3JbnXL48GGGINSfffaZ8mZ//fVXhpi1doJMaLRqa4dMZh4zipyIDKA7VyUi5LVp04alG6Wr/Do4LTTRc6dK5ONVt1Hk7NOnj/Zg0LfffjtPD6iz27788kthc1glJiEEgIAx5MSoCaLoFATfgguablm1apWwySpVqjA8d5MQAsaQE+5gOmO5jho1KrJER07kxDYSxRYiYgIBI8iJKHqdOnXS1iMI+tytWzdt7aU3BHJiYUgkFSpUEJ2i4xmEgBHkhOkaVip1yNKlS1m7du0cyaFaD2zbOD13ilarkcIBP2Qnn3wyO+GEE1SrSfVHjECBiNvnzXfs2FGLGjDLw5bJTz/9pKU9p0YWLFjAqlatalsEmbjLly/PypYty8qUKcMTM+E5NH3aj6h+3333HYOBPrxn8IJDN+IVLVu2jB06dMi2fjoYDwQiJ2flypW1WAOBkNdff71t/Ngouurtt99md955p23TiLaAl5tg9CxSpAh/pRMd02aQdNasWfy1cOFChoS9JPFBIHJy6ho1QYRPPvkk8p7BSAhLJIzgKgULSzVr1uQvbFHBZvjVV1/lqSswqpKYj0Ckz5z45UcmLtXy3HPP2QZ1Vt2uVT+mox06dOABvmCAAH3+/Oc/W6e1vOM5FotgSHW/ePFi1qpVq8j8ZLXccAIaiZScdevWVW6qh6nd/fffH0lXYeFmwIABbNu2bdzLBiOZCXLxxRezSZMmsa+++ordeOONJqhEOtggECk5kZFLpWBV9IYbbnBMYquifUwpu3TpwtavX89TExYuXFhFM6HrxKIT0kTAphg/lCRmIZBocuI508mOVUVX4Jlyzpw5bMSIESwuOTgvuugirjN8aE3I2KaiX+JYZ2TkRKQDbBWoEowIWADRKW3btuXhLxGULI6C52IYSFx99dVxVD9xOkdGTmSjViWIMavbAujRRx/ldrpxt4s9++yzuSMAMoVjek4SHQKRkRPBs1QJprPpSWxVtQWrHRjPw4g+KYJ7wkLWW2+9xa2RknJfcbuPSMiJzr/00kuVYIUMZO+8846SutMrxciCBL6YziZR4FsKSyaROWES79mke4qEnNWrV+c2orKB2LNnj9bp7NixY/lqsOz7MKm+GjVqsEWLFrFy5cqZpFZG6BIJOVXlBunRo4cw9bvs3sQzmQ4DCtl6B6kPxMQK9DnnnBPkcromIAKRkFNFRuclS5aw8ePHB4TB32WIMYuA15kk1hYRnOJJ9CAQCTmrVasm/e50BaDG9g+ms5m4kvnHP/6RzZgxgyHpL4l6BLSTE/a05557rtQ7g4cHFi5Ui7UAFPftkjA44Rl0woQJGfnjFAa3INdqJ+d5550n1VEYblAIp6lDevbsya644godTRndBswuM21aH0WHaCcnAljJlHHjxrHVq1fLrNK2LmzOYxGI5DcEsK9br149gkMhAtrJCedqWYJRE4l1dcjQoUNpQz4FaMv4omjRoilH6aNMBLSTE6t+smTq1Klsw4YNsqoT1nPZZZfxwNPCAhl6Aiu3w4cPz9C7V3/b2skpcyl+2LBh6hE61gJM2UjsEYB1FGIekchHQDs5S5YsKeUu4NGPl2pBtjNkHiMRIzBy5Mg8wcfEpemMVwS0k1PWyIlQHzqkd+/eOpqJdRuwHMJKNolcBLQG+MI+oQwHZEQ4mDJlilwkbGrDCi3S8pkgCLeCCHrwtsFCGEKgwCAdL5ADW1RYpIlKHnzwQR6KZefOnVGpkLh2tZITga5kBEN+/fXXGdL2qRbkbpGhrww9582bx5ysoE466SSGiAbYh0UI0Nq1a8to1nMdCHb90EMPaXU88KxcTAtq/amVZfalK/mQrrCd+O4gbKfTPqrbKjcCSGNkxZYPCAozQ5BF50gGvGTMjGLKJelqx46ce/fuZRhFVAu2T1R7YWCKiq0ITEnhDIA9W0RwtxM3cqZfgyjwTzzxBHf16tq1K/vmm2/Si0j/Hz++9OwpD9bYkROG1zoil+fk5MhDOa0mkPKxxx7jqRbg5pYahEyUQ8UvOa0mEen+H//4Bzv//PP5u1MCJeuaMO9ISIUpNkl4BLSSMz3XRxD1QU4dguc22QJiwKMFIyXIuX///jxNiEwRzzrrrFDeIFhEwwgKkzvkjFEliN6XKX6uqjC06tVKTiTeCSP4csPpV7XAayboSCXS7euvv+ZR7TCyOJFDNHKiXhmpAT/++GNWq1Ytpakp7rrrLhEMdNwHAlrJGTbr1fLlyxmeOVVLdna21CYQ1wgJcefPn+9arxM5K1as6Hq9lwJ4/sQIqirWEu5Vhc+ul3tLUhmt5Ay7/aHDZxOdKysyIGYK2P/DNO/gwYOevjc6yAlFjhw5whDRYebMmZ708lsIOVBJwiGglZxhR85PP/003N16vFrGHiEWYrCo9NRTT3ls9bdiyLEpwgmLOjLl6NGjPKERprqyJakRCWXj5FSfVnKGHTmR00O1IK9J2Ej0GCURNBtxX/0KnqvXrFlje5mKqSIIisWvzZs327YZ9GDp0qUZoiySBEdAKzmxBXLgwIFA2mI0QWIg1QIrmzCCqWzr1q3Z7NmzA1ezcuVK22vhC6vCRA8hRTHFxVRXpiAPKUlwBLSSE2pu3749kLZIV6dDwk4dEW0e2aTDCBa+7ARbUbIWhdLr/+KLLxhSSsgUImc4NGNDTtFUL9zt570aEeaCClynXnzxxaCX514nIicKqJjaWg0/+eSTPB2g9X/Yd0T1l7G3HVaPuF4fG3KmWtGoBBs5K4PIihUrpCXpRV0iUUlOPO/efffdDO8ypECBAgyJekmCIRAbcsJWVIcEsafFogoyRMt6ZoOx+u7du21vF3uIKmXp0qU89KWsNi6//HJZVWVcPdrJGXRRB6nbdcjpp5/uuxkkynXan/Rd4bELRKOnypHT0rNv377Sfmho5LRQ9f+unZwi21E31XW5PvmNJrdr1y4lMYZEz50wKyxUqJAbXKHOY5YiK/Fw1apVQ+mSyRfHhpxBt2D8di72Of3IM888oyQXqIic0A1xjVQL/EJlCOyBTXFYl3E/OuvQTk48SwWxj4VXhQ7x80XCD4aqWEZO5JRhweSGJabpc+fOdSvmej4rK4sFXWRzrTzhBbSTE3gGeT7TlanaT38jca6qHw0YImChyU50kBPtvvzyy3bN+z4GayES/whEQs4gZniylvf9QyS+QmW4FKz8in7EdJETQbtl/CiWKlVKDCKdESIQCTkR68ZU8Wr/u3HjRqkb9nZ4YFvDTuB4reMLD5NJZHALK4hiSOIfgdiQU1c+zH379nlC8f333/dULkwhETlRp67RUwY5ixQpEgaGjL02EnLC2ReuUX4EcVp1iFdyenGcDquvCeR89913Q1sMIXQJiX8EIiEn1PTrQ6h6b8+Czut+6qJFi6xLlL0vW7ZMGMwMdqs6BPu4omdfr+1ncrJhrxjZlYuMnH5DZOgiJ54l3QSO1H5Hfrc67c7j+Xft2rV2p/hep59tH9tKPB5ETN0wAhtbEv8IREZOv9MlWQmQ3CDyQk4Y4etaPRZNbRF+Upczc1hy6sLKrW/jdj4ycsLB10+WMF17ZV5sf4P6pAb5cojIibp0GZUjT0sY0RFnOIx+pl4bGTkBiJ/gUrJDVYo6xIkM1jWiGD/WeZnvTvog7YIOWbduXahmfvzxx1DXZ+rFkZJz+vTpnnEPG6HAa0P4IrpZ/egkJ0Yt0bRQFzmRIgILQ0EliLlm0LaSdF2k5IRblNeVwAsuuEAL7iCC02gFJWAvqkvwQyFyNMdUX9ez+KZNmwLfstftqcANJPTCSMkJTL2awMEixq/HSNA+++CDDxwv9etW5liZh5NOPxa6njvDjJxYXyDxj0Dk5JwwYYJw2pZ+O8j8pUPcAnSZRE5dU9sw5EQqChL/CEROzi1btrCPPvrIk+ZIk6dDMFKJwoSg/XLlyjFd5oRoz2nk1PWDFea5McyUGPefqRI5OQH8888/7wn/unXreioXthCeOydPniysBqaEIKgucSIn4uzq2OQPGh8JWNLIGeybYgQ5p0yZ4im5K56vdFkKwVfTSVQH2kptG6OWKCI7Qk+GDYSd2pboc9AMcTDqoK0UEarOx40gJzoeCV7dBOZqjRo1cism5Tx8Tp0CWV911VVS2vFaiZMPrI6pbVBDAgSrJgmGgBHkhOogJ2xW3aRly5ZuRaSdf/rpp4V1tWjRQnhOxYmoyRnUeB3G+yTBEDCGnFiAwcqtmyBB0CmnnOJWTMp5hOkQrVLimfPqq6+W0o6XSpwyrOnYTgnq9rV48WIvt0dlbBAwhpzQbeDAgcK4OZbuMPhu1aqV9a/Sd4zkTqNn//79lbafWvmSJUuEW04wbSxevHhqcemfg+wxYxHJr2ugdMVjXKFR5MTigdtCDLBG6nZdgtCXosUYbO107NhRiyqI5SNyH4MCqv07g0TCh2OD17AvWkCMWSNGkRPYPf74466jJ6ZxOlYooQ9Gz969e+OjrSA5rq7AyU7PnTVr1rTVT9bBII4HOkK5yLo/E+sxjpzYE3vppZdcserWrZtrGVkFsOcp+qJhoQRxdnS4tEVFzoIFCzIEFfMrb7zxht9LqHwKAsaRE7o9/PDDDJ4QTtKuXTuthgC33nor+/bbb21Vgt0vnq2qVKlie17WQadFIZUjJ5wO/FpE4RFFlO9FFh5Jr8dIciKOz1//+ldH7GEV069fP8cyMk/u2LGDde7cWVglwj8i5GdOTo6wTNgT2DMUWerAO+XMM88M24Tt9UEeIV577TXbuuigdwSMJCfU//vf/+64AIIyN998M6tUqRI+apFp06Y5Zn/GFHfixIls7NixLOjWg9ONgJhOo5Gq0TNIpjAZSYSdsMiEc8aSE1ZD3bt3d+wDjJ5YkNEpGNHd3Nzwo7Fq1Sol1kxRPHc2aNDAF8SY4oeNnuCrwYQWNpacwBuLMG6p6Bo2bMgaN26stXtuu+02BntgJ8E0d8aMGTzfSJCcn6K6dZMTq7TnnnuuSB3b414dGWwvpoO5CBhNTmjZtWtX5hZQa+TIkUxX0GnohFG9ffv2fPqK/50EGa+RlKhJkyZOxTyfcyJnjRo1PNfjtaBfvbEQhKk9SXgEjCfn/v37HRdiAAG2MYYMGRIeDR81wBUKxhAPPfQQJ6vTpdiGePPNN9ngwYN9r3qm14uwLgcPHkw/zP+HSeGJJ55oey7oQayK+xHcY1AjeT/tZEJZ48mJTkAAare9zzvuuEPJM57bl+CJJ57gNrZIMeEmDzzwAJ/m+t2WSK3XKcYR6q1cuXJq8VCf8aPnx8F9w4YN0tIGhlI8IRfHgpzAGkYHTuZr+GLCUL1EiRLau+bDDz9k2AscPXq066iB6fAjjzwSSkenqa3MvVanrSO7G7jrrrtcZxF219ExewRiQ05M5WDw7pQv8owzzuARDHREBkiHExHm8OWEjatbkqNevXqxihUrplfh+X8d5ISDQZcuXTzrhIW72bNney5PBd0RiA05cStr1qxxNXpHwCuMYFEJ4sxmZ2fzFH1Y0bWLIIAfj9tvvz2wik7kDEP6VIUwanpdZd62bRu79957Uy+nzxIQiBU5cb+wc3322Wcdb/2WW25hffr0cSyj+iTi/mAxBaZ9d955J0O4zdQ08mEiKWBFVBRwSwY54R7m1foK99S2bVuhaaNqnJNcf+zIic64//77+SKRU8fAWACLRFELnMjHjBnDF6sw7YaDdt++fZmTnawXnUV5ZvzuSdq1hWdir+E/cS8mZyq3u7+4HIslObFU37p1a9dESCNGjOAmfqZ0Bp6X582bx7d9wnrViKa22O8N43iNeER4dvYieHzQbaHlRa+klIklOQE+nHivvfZaYaoClMEKLmw8/Sxs4Lo4iIic0L1cwLCdsA0eP34885L386233mJ33313HKCKrY6xJScQR5h/RONz2mMEQTGCRv0MKvsb4kTOIL6l+fPn58QsW7asq6rvvfcea9OmjTBsimsFVMATArEmJ+4QSX7q1avHsGLoJHgGhbdIFNssTnoFPYcfJJFZYxBywh4WMxE3gUEIIg+KXNfcrqfz3hGIPTlxq0h4C4IitYOTwFtk7ty52jJzOeki45xo9PRDToyYCEvaoUMHV5WwUn7dddcRMV2RklMgEeQEFNYIKgrGZcGF+EOIpaorOLXVrop3ETnhEeNF8IyJZ0cve66IQgjrptTtIC9tUJngCCSGnIAACXNghOCWJh1bGvhSPvfcc1q9WYJ3k/2VInJ6iYhwzTXXcMdtuNw5CciIhR/YBZPoRSBR5AR0eBZDwiP4UjoJFoqwDwp3rriOoiJyOm2lwPYWwbvx7Og2/cUeLUhM/plO3yR15xJHTkCFtPB4Nho+fLgrcnAmBpHh0lWhQgXX8iYVgDudXdbr9JETEfKxuoowK4hDhM9uAiOJWrVqMRj1k0SDQCLJCSjhWtWjRw+GqHlOxvIW7HAqRnweOG7D5C4uYjd6YtqOWQF+nLAAhpQSGC2bNm3qyZ8U0/0rr7ySbd26NS4wJFLPxJLT6i3E+0GAKqfAWFbZrKws7tiN+DcgqQw7VatuVe92ZoBYgQXBYOkDkiHurBfBSAzLKxix2xnse6mDyshDIPHkBFQgW+3atT17q+DLDK8MRB2YOXMm3//zYjUjr1u81ySysfVew28lMQIjeh8FgvaLnLryGUFOwIdNc4wkWPzBqq4XwaIRVjOnT5/O91CxnQB/TRw3ReD9EjYsCOxj69SpQxmoTenU3/XIGHJauMN1C7lNhg0b5mvqhkWWe+65h0d2hzXSP//5Tz4FDJKmwNIl6Dum24gAOG7cOO7jimlsEIGDOPKdPvjgg76wCNIWXeMfgXzHFk5+RedkondB9erV+aKJnzg5dhAjdg7yUGIlFC9Mh7Glg0WpMIIfBKwgn3feeaxatWp82okIezICVi9fvpyvaCM3DYlZCOB7iZSPBcxSS682IBKcnmFTOmjQoMDZwuBDiRfCYFqC7GSwVsIL+4XIs4IXvGmwsY8Xpsdw8UJIEGx3gIwYifFCyj1Y8KgQPFfClJHS86lAV16dGU1OC0Ys+iBT2E033cQGDBjAygV0ubLqwzsWlTDqmbZ3CoMCxAIOO6qn3it9VoNAsIcVNbpEWiu+rEjci+e5G264gU9TI1VIQeMwcIcpHhFTAbgKqiRypoGKL+7UqVP56iWM5OGJgSlq3GXWrFl8QSvu95FJ+hM5HXobe3/wxEAsXOx7zjsWYiTstoVDc8pOIdcpPE9oxFQGsZKKiZweYD1w4AAPd4LgXIgUALNAjESitAgeqtRaBAHGRI7ZWhWhxnwhQAtCvuBi/EsOm1W8EFUBLmrw3MCqL5bAseqqS2Azi9Ed2zhYFRalrIAHCkn8ECByhugzbIcsWLCAv1ANtkbKly/PsBcJoiJFA/7H6m+hQoUCtYTtDhigYz8SZoh4Ifcn9imRbTtVsNqM0T1d4FxOEj8EiJwS+wzPdHDhwuv1118/rmbsZcLPslixYpyo2MNERjBY9+AFooOIeMFyB3ui2B+FMbpXQTbwdHJiSi4KQO21XioXDQJETk24w8cUo59KixxMX2GtlBpYOn101XS71IwEBGhBSAKIJlWR/tyZhG0gk/DVqQuRUyfaGtpCGsTU7R4KYakBdEVNEDkVARtVtfCYmTNnTm7zQT1WciugD5EhQOSMDHp1DU+cODG38vR4Qrkn6IPxCBA5je8i/wrCOdwKM0Lk9I+fKVdwcprk2W8KMHHWA1snVnZtGEoQQePZm5yc8CkkSRYCCINpCSI/kMQHAYuPnJwIpUiSLARg+2sJoiiQxAcBGKpAODkrVaoUH81JU08IwBjBMniAKSFJfBBAWBoIJyfCRtJzZ3w6z6um1ugZNkaS1/aonBwE4EcM4eQsXLgwD/kop2qqxRQE4H8KQaiUKKIE8sbpjy8EsIBXv359fg0nJz4h4BNJshBYuHBh7g3BpY3EfASaNWvGMFhCjiNn0aJFzdeeNPSMAJIJW/lO3FL9ea6UCipFAI78luSSE8u3/fv3t47Te0IQsEbPxo0bJ+SOknsbCNFqPW/iLnPJiX+QrgBp30iSgwDSNUDgS0p9a26/wr83PWXlceREsp5JkyaxIkWKmHsXpJkvBBA425LmzZtbH+ndMAReeOEFHp8qVa3jyIkTCKmBIMvw3CeJPwKp5Lz++uvjf0MJvAPk7WnVqlWeO8tDTpRAJi0kXbUsFfJcRQdigwAiIezZs4frW7lyZeMi0McGSAWKwp1v1KhRPB+qXfW25ERBJJz9/PPPWXZ2tt11dCxGCCAomCV2v9DWOXrXhwBCrMI5oVOnTsJGheTEFSVLluTxWZGy3DIpEtZEJ4xFIJWcOTk5xuqZCYphPefRRx/lERRTV2bt7t2RnNYFbdq04ZUhgNQtt9zCSWudo3fzEVi/fn2ukhdddBFfV8g9QB+UI4BYxk2aNOGByWHv3K9fPx550a1hnp/TrZDd+Z07dzJ0OsI4Uio5O4TMOVa6dGl2ySWX5Cq0cuVK9tVXX+X+Tx/kI5CVlcXzqGKBtUyZMjz8qd9WApPTb0NUnhAgBPwh8D8I22yw4XkRvwAAAABJRU5ErkJggg==');
  1699.     }
  1700.     /**
  1701.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1702.      *
  1703.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1704.      */
  1705.     protected function getSonata_Block_ContextManager_DefaultService()
  1706.     {
  1707.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1708.     }
  1709.     /**
  1710.      * Gets the public 'sonata.block.manager' shared service.
  1711.      *
  1712.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1713.      */
  1714.     protected function getSonata_Block_ManagerService()
  1715.     {
  1716.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1717.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1718.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1719.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1720.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1721.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1722.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1723.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1724.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1725.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1726.         return $instance;
  1727.     }
  1728.     /**
  1729.      * Gets the public 'sonata.block.renderer.default' shared service.
  1730.      *
  1731.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1732.      */
  1733.     protected function getSonata_Block_Renderer_DefaultService()
  1734.     {
  1735.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1736.         $a->setDefaultFilter('debug_only');
  1737.         $a->setDefaultRenderer('throw');
  1738.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true);
  1739.     }
  1740.     /**
  1741.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  1742.      *
  1743.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1744.      */
  1745.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  1746.     {
  1747.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1748.     }
  1749.     /**
  1750.      * Gets the public 'translator' shared service.
  1751.      *
  1752.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1753.      */
  1754.     protected function getTranslatorService()
  1755.     {
  1756.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1757.     }
  1758.     /**
  1759.      * Gets the public 'twig' shared service.
  1760.      *
  1761.      * @return \Twig\Environment
  1762.      */
  1763.     protected function getTwigService()
  1764.     {
  1765.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  1766.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1767.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1768.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1769.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1770.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1771.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1772.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1773.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1774.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1775.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1777.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1778.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1779.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1780.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1781.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1782.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1783.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1784.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  1785.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  1786.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1787.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1788.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1789.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1790.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1791.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1792.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  1793.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  1794.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  1795.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  1796.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1797.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1798.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1799.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1800.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SonataAdminBundle'), 'SonataAdmin');
  1801.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1802.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1803.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1804.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1805.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  1806.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  1807.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1809.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1810.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1811.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1812.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1813.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1814.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1815.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1816.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1817.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1818.         $g = new \Knp\Menu\Util\MenuManipulator();
  1819.         $h = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1820.         $i = new \Symfony\Bridge\Twig\AppVariable();
  1821.         $i->setEnvironment('dev');
  1822.         $i->setDebug(true);
  1823.         if ($this->has('security.token_storage')) {
  1824.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1825.         }
  1826.         if ($this->has('request_stack')) {
  1827.             $i->setRequestStack($e);
  1828.         }
  1829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1837.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1838.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1839.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1840.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1841.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1842.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1843.         $instance->addExtension(new \Twig\Extensions\ArrayExtension());
  1844.         $instance->addExtension(new \Twig\Extensions\DateExtension($c));
  1845.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  1846.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  1847.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1848.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1849.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1850.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(($this->privates['hwi_oauth.templating.helper.oauth'] ?? $this->getHwiOauth_Templating_Helper_OauthService())));
  1851.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  1852.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1853.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1854.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  1855.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  1856.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1857.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
  1858.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1859.         $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, [
  1860.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1861.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1862.         ], [
  1863.             'list' => '?',
  1864.             'twig' => '?',
  1865.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $g$h), $h$g));
  1866.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  1867.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  1868.         $instance->addExtension(new \SpecShaper\EncryptBundle\Twig\EncryptExtension(($this->privates['SpecShaper\\EncryptBundle\\Encryptors\\EncryptorService'] ?? $this->getEncryptorServiceService())));
  1869.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService())));
  1870.         $instance->addExtension(new \Gregwar\ImageBundle\Extensions\ImageTwig(($this->services['image.handling'] ?? $this->getImage_HandlingService()), (\dirname(__DIR__4).'/src/../web')));
  1871.         $instance->addGlobal('app'$i);
  1872.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1873.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  1874.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  1875.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1876.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1877.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1878.         ], [
  1879.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1880.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1881.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1882.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1883.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1884.         ])));
  1885.         $instance->addGlobal('global', ($this->privates['App\\Service\\TwigGlobalVariables'] ?? $this->getTwigGlobalVariablesService()));
  1886.         $instance->addGlobal('fos_csrf_provider', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1887.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1888.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  1889.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'validator' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1896.      */
  1897.     protected function getValidatorService()
  1898.     {
  1899.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1900.     }
  1901.     /**
  1902.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1903.      *
  1904.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1905.      */
  1906.     protected function get_LegacyResolveControllerNameSubscriberService()
  1907.     {
  1908.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1909.     }
  1910.     /**
  1911.      * Gets the private 'App\Repository\CartRepository' shared autowired service.
  1912.      *
  1913.      * @return \App\Repository\CartRepository
  1914.      */
  1915.     protected function getCartRepositoryService()
  1916.     {
  1917.         return $this->privates['App\\Repository\\CartRepository'] = new \App\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  1918.     }
  1919.     /**
  1920.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  1921.      *
  1922.      * @return \App\Repository\MessageRepository
  1923.      */
  1924.     protected function getMessageRepositoryService()
  1925.     {
  1926.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1927.     }
  1928.     /**
  1929.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  1930.      *
  1931.      * @return \App\Repository\NotificationRepository
  1932.      */
  1933.     protected function getNotificationRepositoryService()
  1934.     {
  1935.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  1936.     }
  1937.     /**
  1938.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  1939.      *
  1940.      * @return \App\Repository\ProductRepository
  1941.      */
  1942.     protected function getProductRepositoryService()
  1943.     {
  1944.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  1945.     }
  1946.     /**
  1947.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  1948.      *
  1949.      * @return \App\Repository\UserRepository
  1950.      */
  1951.     protected function getUserRepositoryService()
  1952.     {
  1953.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1954.     }
  1955.     /**
  1956.      * Gets the private 'App\Service\DistributorService' shared autowired service.
  1957.      *
  1958.      * @return \App\Service\DistributorService
  1959.      */
  1960.     protected function getDistributorServiceService()
  1961.     {
  1962.         return $this->privates['App\\Service\\DistributorService'] = new \App\Service\DistributorService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['App\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), $this);
  1963.     }
  1964.     /**
  1965.      * Gets the private 'App\Service\MessageService' shared autowired service.
  1966.      *
  1967.      * @return \App\Service\MessageService
  1968.      */
  1969.     protected function getMessageServiceService()
  1970.     {
  1971.         return $this->privates['App\\Service\\MessageService'] = new \App\Service\MessageService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Repository\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1972.     }
  1973.     /**
  1974.      * Gets the private 'App\Service\TrackPodAPIService' shared autowired service.
  1975.      *
  1976.      * @return \App\Service\TrackPodAPIService
  1977.      */
  1978.     protected function getTrackPodAPIServiceService()
  1979.     {
  1980.         return $this->privates['App\\Service\\TrackPodAPIService'] = new \App\Service\TrackPodAPIService(($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['App\\Service\\DistributorService'] ?? $this->getDistributorServiceService()));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'App\Service\TwigGlobalVariables' shared autowired service.
  1984.      *
  1985.      * @return \App\Service\TwigGlobalVariables
  1986.      */
  1987.     protected function getTwigGlobalVariablesService()
  1988.     {
  1989.         return $this->privates['App\\Service\\TwigGlobalVariables'] = new \App\Service\TwigGlobalVariables(($this->services['session'] ?? $this->getSessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->privates['App\\Service\\MessageService'] ?? $this->getMessageServiceService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\DistributorService'] ?? $this->getDistributorServiceService()), ($this->privates['App\\Service\\VariableService'] ?? $this->getVariableServiceService()), ($this->privates['App\\Service\\TrackPodAPIService'] ?? $this->getTrackPodAPIServiceService()));
  1990.     }
  1991.     /**
  1992.      * Gets the private 'App\Service\UserService' shared autowired service.
  1993.      *
  1994.      * @return \App\Service\UserService
  1995.      */
  1996.     protected function getUserServiceService()
  1997.     {
  1998.         return $this->privates['App\\Service\\UserService'] = new \App\Service\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['session'] ?? $this->getSessionService()));
  1999.     }
  2000.     /**
  2001.      * Gets the private 'App\Service\VariableService' shared autowired service.
  2002.      *
  2003.      * @return \App\Service\VariableService
  2004.      */
  2005.     protected function getVariableServiceService()
  2006.     {
  2007.         return $this->privates['App\\Service\\VariableService'] = new \App\Service\VariableService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  2008.     }
  2009.     /**
  2010.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  2011.      *
  2012.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  2013.      */
  2014.     protected function getPluginClientFactoryService()
  2015.     {
  2016.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2017.     }
  2018.     /**
  2019.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  2020.      *
  2021.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  2022.      */
  2023.     protected function getPluginClientFactoryListenerService()
  2024.     {
  2025.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  2026.     }
  2027.     /**
  2028.      * Gets the private 'SpecShaper\EncryptBundle\Encryptors\EncryptorService' shared autowired service.
  2029.      *
  2030.      * @return \SpecShaper\EncryptBundle\Encryptors\EncryptorService
  2031.      */
  2032.     protected function getEncryptorServiceService()
  2033.     {
  2034.         return $this->privates['SpecShaper\\EncryptBundle\\Encryptors\\EncryptorService'] = (new \SpecShaper\EncryptBundle\Encryptors\EncryptorFactory(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())))->createService('OpenSSL''dO1Ici3Lt/IAWsAcGwuErxhq7+7N90solWSA63lAT84=');
  2035.     }
  2036.     /**
  2037.      * Gets the private 'annotations.cached_reader' shared service.
  2038.      *
  2039.      * @return \Doctrine\Common\Annotations\CachedReader
  2040.      */
  2041.     protected function getAnnotations_CachedReaderService()
  2042.     {
  2043.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  2044.     }
  2045.     /**
  2046.      * Gets the private 'annotations.reader' shared service.
  2047.      *
  2048.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2049.      */
  2050.     protected function getAnnotations_ReaderService()
  2051.     {
  2052.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2053.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2054.         $a->registerUniqueLoader('class_exists');
  2055.         $instance->addGlobalIgnoredName('required'$a);
  2056.         return $instance;
  2057.     }
  2058.     /**
  2059.      * Gets the private 'assets.packages' shared service.
  2060.      *
  2061.      * @return \Symfony\Component\Asset\Packages
  2062.      */
  2063.     protected function getAssets_PackagesService()
  2064.     {
  2065.         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')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2066.     }
  2067.     /**
  2068.      * Gets the private 'cache.annotations' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2071.      */
  2072.     protected function getCache_AnnotationsService()
  2073.     {
  2074.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eqKrn5ZbZt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2075.     }
  2076.     /**
  2077.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2078.      *
  2079.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2080.      */
  2081.     protected function getCache_Messenger_RestartWorkersSignalService()
  2082.     {
  2083.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9R8u7BnGWd'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2084.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2085.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2086.     }
  2087.     /**
  2088.      * Gets the private 'cache.property_info' shared service.
  2089.      *
  2090.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2091.      */
  2092.     protected function getCache_PropertyInfoService()
  2093.     {
  2094.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IIOB5N80yp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2095.     }
  2096.     /**
  2097.      * Gets the private 'cache.security_expression_language' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2100.      */
  2101.     protected function getCache_SecurityExpressionLanguageService()
  2102.     {
  2103.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KN-HIOyyMe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2104.     }
  2105.     /**
  2106.      * Gets the private 'cache.serializer' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2109.      */
  2110.     protected function getCache_SerializerService()
  2111.     {
  2112.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('knOrAbhK+K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2113.     }
  2114.     /**
  2115.      * Gets the private 'cache.validator' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2118.      */
  2119.     protected function getCache_ValidatorService()
  2120.     {
  2121.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('91tsROAywi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2122.     }
  2123.     /**
  2124.      * Gets the private 'config_cache_factory' shared service.
  2125.      *
  2126.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2127.      */
  2128.     protected function getConfigCacheFactoryService()
  2129.     {
  2130.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2131.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2132.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2133.         }, 2));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'data_collector.form' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2139.      */
  2140.     protected function getDataCollector_FormService()
  2141.     {
  2142.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2143.     }
  2144.     /**
  2145.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2148.      */
  2149.     protected function getDebug_DebugHandlersListenerService()
  2150.     {
  2151.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2152.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2153.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2154.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2155.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2156.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2157.     }
  2158.     /**
  2159.      * Gets the private 'debug.file_link_formatter' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2162.      */
  2163.     protected function getDebug_FileLinkFormatterService()
  2164.     {
  2165.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2166.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2167.         });
  2168.     }
  2169.     /**
  2170.      * Gets the private 'debug.log_processor' shared service.
  2171.      *
  2172.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2173.      */
  2174.     protected function getDebug_LogProcessorService()
  2175.     {
  2176.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2177.     }
  2178.     /**
  2179.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2180.      *
  2181.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2182.      */
  2183.     protected function getDebug_Security_Access_DecisionManagerService()
  2184.     {
  2185.         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 () {
  2186.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2187.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2188.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2189.         }, 3), 'affirmative'falsetrue));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'debug.security.firewall' shared service.
  2193.      *
  2194.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2195.      */
  2196.     protected function getDebug_Security_FirewallService()
  2197.     {
  2198.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2199.     }
  2200.     /**
  2201.      * Gets the private 'file_locator' shared service.
  2202.      *
  2203.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  2204.      */
  2205.     protected function getFileLocatorService()
  2206.     {
  2207.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  2208.     }
  2209.     /**
  2210.      * Gets the private 'fos_elastica.logger' shared service.
  2211.      *
  2212.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2213.      */
  2214.     protected function getFosElastica_LoggerService()
  2215.     {
  2216.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2217.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2218.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2219.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2220.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2221.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2222.     }
  2223.     /**
  2224.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2225.      *
  2226.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2227.      */
  2228.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2229.     {
  2230.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2231.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2232.     }
  2233.     /**
  2234.      * Gets the private 'fos_user.util.password_updater' shared service.
  2235.      *
  2236.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2237.      */
  2238.     protected function getFosUser_Util_PasswordUpdaterService()
  2239.     {
  2240.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2241.     }
  2242.     /**
  2243.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2244.      *
  2245.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2246.      */
  2247.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2248.     {
  2249.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2250.     }
  2251.     /**
  2252.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2253.      *
  2254.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2255.      */
  2256.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2257.     {
  2258.         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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2259.     }
  2260.     /**
  2261.      * Gets the private 'httplug.collector.formatter' shared service.
  2262.      *
  2263.      * @return \Http\HttplugBundle\Collector\Formatter
  2264.      */
  2265.     protected function getHttplug_Collector_FormatterService()
  2266.     {
  2267.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  2268.     }
  2269.     /**
  2270.      * Gets the private 'httplug.strategy' shared service.
  2271.      *
  2272.      * @return \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy
  2273.      */
  2274.     protected function getHttplug_StrategyService()
  2275.     {
  2276.         return $this->privates['httplug.strategy'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy(new \Http\HttplugBundle\Collector\ProfileClient(\Http\Discovery\HttpClientDiscovery::find(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), NULL);
  2277.     }
  2278.     /**
  2279.      * Gets the private 'hwi_oauth.templating.helper.oauth' shared service.
  2280.      *
  2281.      * @return \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper
  2282.      */
  2283.     protected function getHwiOauth_Templating_Helper_OauthService()
  2284.     {
  2285.         return $this->privates['hwi_oauth.templating.helper.oauth'] = new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->services['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2286.     }
  2287.     /**
  2288.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2289.      *
  2290.      * @return \Knp\Menu\Provider\ChainProvider
  2291.      */
  2292.     protected function getKnpMenu_MenuProvider_ChainService()
  2293.     {
  2294.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2295.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  2296.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  2297.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  2298.         }, 3));
  2299.     }
  2300.     /**
  2301.      * Gets the private 'knp_paginator.helper.processor' shared service.
  2302.      *
  2303.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  2304.      */
  2305.     protected function getKnpPaginator_Helper_ProcessorService()
  2306.     {
  2307.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2308.     }
  2309.     /**
  2310.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2311.      *
  2312.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2313.      */
  2314.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2315.     {
  2316.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'bundles/knp-paginator-bundle/pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  2317.     }
  2318.     /**
  2319.      * Gets the private 'locale_aware_listener' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2322.      */
  2323.     protected function getLocaleAwareListenerService()
  2324.     {
  2325.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2326.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2327.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'locale_listener' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2333.      */
  2334.     protected function getLocaleListenerService()
  2335.     {
  2336.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  2337.     }
  2338.     /**
  2339.      * Gets the private 'monolog.handler.console' shared service.
  2340.      *
  2341.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2342.      */
  2343.     protected function getMonolog_Handler_ConsoleService()
  2344.     {
  2345.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2346.     }
  2347.     /**
  2348.      * Gets the private 'monolog.handler.main' shared service.
  2349.      *
  2350.      * @return \Monolog\Handler\StreamHandler
  2351.      */
  2352.     protected function getMonolog_Handler_MainService()
  2353.     {
  2354.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 400trueNULLfalse);
  2355.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2356.         return $instance;
  2357.     }
  2358.     /**
  2359.      * Gets the private 'monolog.logger' shared service.
  2360.      *
  2361.      * @return \Symfony\Bridge\Monolog\Logger
  2362.      */
  2363.     protected function getMonolog_LoggerService()
  2364.     {
  2365.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2366.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2367.         $instance->useMicrosecondTimestamps(true);
  2368.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2369.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2370.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the private 'monolog.logger.cache' shared service.
  2375.      *
  2376.      * @return \Symfony\Bridge\Monolog\Logger
  2377.      */
  2378.     protected function getMonolog_Logger_CacheService()
  2379.     {
  2380.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2381.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2382.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2383.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2384.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2385.         return $instance;
  2386.     }
  2387.     /**
  2388.      * Gets the private 'monolog.logger.request' shared service.
  2389.      *
  2390.      * @return \Symfony\Bridge\Monolog\Logger
  2391.      */
  2392.     protected function getMonolog_Logger_RequestService()
  2393.     {
  2394.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2395.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2396.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2397.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2398.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'parameter_bag' shared service.
  2403.      *
  2404.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2405.      */
  2406.     protected function getParameterBagService()
  2407.     {
  2408.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2409.     }
  2410.     /**
  2411.      * Gets the private 'profiler_listener' shared service.
  2412.      *
  2413.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2414.      */
  2415.     protected function getProfilerListenerService()
  2416.     {
  2417.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2418.     }
  2419.     /**
  2420.      * Gets the private 'property_accessor' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2423.      */
  2424.     protected function getPropertyAccessorService()
  2425.     {
  2426.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2427.     }
  2428.     /**
  2429.      * Gets the private 'router.request_context' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\Routing\RequestContext
  2432.      */
  2433.     protected function getRouter_RequestContextService()
  2434.     {
  2435.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2436.     }
  2437.     /**
  2438.      * Gets the private 'router_listener' shared service.
  2439.      *
  2440.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2441.      */
  2442.     protected function getRouterListenerService()
  2443.     {
  2444.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2445.     }
  2446.     /**
  2447.      * Gets the private 'security.authentication.manager' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2450.      */
  2451.     protected function getSecurity_Authentication_ManagerService()
  2452.     {
  2453.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2454.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  2455.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->load('getHwiOauth_Authentication_Provider_Oauth_MainService.php'));
  2456.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2457.         }, 3), true);
  2458.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2459.         return $instance;
  2460.     }
  2461.     /**
  2462.      * Gets the private 'security.csrf.token_storage' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2465.      */
  2466.     protected function getSecurity_Csrf_TokenStorageService()
  2467.     {
  2468.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'security.encoder_factory.generic' shared service.
  2472.      *
  2473.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2474.      */
  2475.     protected function getSecurity_EncoderFactory_GenericService()
  2476.     {
  2477.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  2478.     }
  2479.     /**
  2480.      * Gets the private 'security.firewall.map' shared service.
  2481.      *
  2482.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2483.      */
  2484.     protected function getSecurity_Firewall_MapService()
  2485.     {
  2486.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2487.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  2488.         ], [
  2489.             'security.firewall.map.context.main' => '?',
  2490.         ]), new RewindableGenerator(function () {
  2491.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.GGDBvZO'] ?? ($this->privates['.security.request_matcher.GGDBvZO'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULL, [=> 'GET'=> 'POST'])));
  2492.         }, 1));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'security.helper' shared service.
  2496.      *
  2497.      * @return \Symfony\Component\Security\Core\Security
  2498.      */
  2499.     protected function getSecurity_HelperService()
  2500.     {
  2501.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2502.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2503.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2504.         ], [
  2505.             'security.authorization_checker' => '?',
  2506.             'security.token_storage' => '?',
  2507.         ]));
  2508.     }
  2509.     /**
  2510.      * Gets the private 'security.http_utils' shared service.
  2511.      *
  2512.      * @return \Symfony\Component\Security\Http\HttpUtils
  2513.      */
  2514.     protected function getSecurity_HttpUtilsService()
  2515.     {
  2516.         $a = ($this->services['router'] ?? $this->getRouterService());
  2517.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  2518.     }
  2519.     /**
  2520.      * Gets the private 'security.logout_url_generator' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2523.      */
  2524.     protected function getSecurity_LogoutUrlGeneratorService()
  2525.     {
  2526.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2527.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2528.         return $instance;
  2529.     }
  2530.     /**
  2531.      * Gets the private 'security.role_hierarchy' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2534.      */
  2535.     protected function getSecurity_RoleHierarchyService()
  2536.     {
  2537.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2538.     }
  2539.     /**
  2540.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2541.      *
  2542.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2543.      */
  2544.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2545.     {
  2546.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2547.     }
  2548.     /**
  2549.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2550.      *
  2551.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2552.      */
  2553.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2554.     {
  2555.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2556.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2557.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2558.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2559.     }
  2560.     /**
  2561.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2562.      *
  2563.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2564.      */
  2565.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2566.     {
  2567.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2568.     }
  2569.     /**
  2570.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2571.      *
  2572.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2573.      */
  2574.     protected function getSensioFrameworkExtra_View_ListenerService()
  2575.     {
  2576.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'session.storage.native' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  2582.      */
  2583.     protected function getSession_Storage_NativeService()
  2584.     {
  2585.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler($this->getEnv('DATABASE_URL')), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  2586.     }
  2587.     /**
  2588.      * Gets the private 'session_listener' shared service.
  2589.      *
  2590.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2591.      */
  2592.     protected function getSessionListenerService()
  2593.     {
  2594.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2595.             'initialized_session' => ['services''session'NULLfalse],
  2596.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2597.             'session' => ['services''session''getSessionService'false],
  2598.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  2599.         ], [
  2600.             'initialized_session' => '?',
  2601.             'request_stack' => '?',
  2602.             'session' => '?',
  2603.             'session_storage' => '?',
  2604.         ]));
  2605.     }
  2606.     /**
  2607.      * Gets the private 'sonata.block.templating.helper' shared service.
  2608.      *
  2609.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2610.      */
  2611.     protected function getSonata_Block_Templating_HelperService()
  2612.     {
  2613.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2614.     }
  2615.     /**
  2616.      * Gets the private 'translator.default' shared service.
  2617.      *
  2618.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2619.      */
  2620.     protected function getTranslator_DefaultService()
  2621.     {
  2622.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2623.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2624.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2625.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2626.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2627.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2628.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2629.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2630.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2631.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2632.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2633.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2634.         ], [
  2635.             'translation.loader.csv' => '?',
  2636.             'translation.loader.dat' => '?',
  2637.             'translation.loader.ini' => '?',
  2638.             'translation.loader.json' => '?',
  2639.             'translation.loader.mo' => '?',
  2640.             'translation.loader.php' => '?',
  2641.             'translation.loader.po' => '?',
  2642.             'translation.loader.qt' => '?',
  2643.             'translation.loader.res' => '?',
  2644.             'translation.loader.xliff' => '?',
  2645.             'translation.loader.yml' => '?',
  2646.         ]), 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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), 11 => (\dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle/Resources/translations/messages.en.xlf'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), 13 => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yml'), 14 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 15 => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yml'), 16 => (\dirname(__DIR__4).'/translations/messages.en.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff'), 12 => (\dirname(__DIR__4).'/translations/FOSUserBundle.fr.yml'), 13 => (\dirname(__DIR__4).'/translations/messages.fr.yml'), 14 => (\dirname(__DIR__4).'/translations/security.fr.yml'), 15 => (\dirname(__DIR__4).'/translations/FOSUserBundle.fr.yml'), 16 => (\dirname(__DIR__4).'/translations/messages.fr.yml'), 17 => (\dirname(__DIR__4).'/translations/security.fr.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/FOSJsRoutingBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/FOSElasticaBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/HWIOAuthBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/HttplugBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/BazingaJsTranslationBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/SpecShaperEncryptBundle/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/gregwar/image-bundle/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/GregwarImageBundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/kunicmarko/sonata-annotation-bundle/src/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/SonataAnnotationBundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 63 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/hwi/oauth-bundle/Resources/translations'=> 'vendor/sonata-project/datagrid-bundle/src/Resources/translations'=> 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/specshaper/encrypt-bundle/Resources/translations'10 => 'vendor/knplabs/knp-paginator-bundle/Resources/translations'11 => 'translations'12 => 'translations'13 => 'vendor/symfony/framework-bundle/translations'14 => 'src/Resources/FrameworkBundle/translations'15 => 'vendor/symfony/web-server-bundle/translations'16 => 'src/Resources/WebServerBundle/translations'17 => 'vendor/symfony/web-profiler-bundle/translations'18 => 'src/Resources/WebProfilerBundle/translations'19 => 'vendor/symfony/twig-bundle/translations'20 => 'src/Resources/TwigBundle/translations'21 => 'vendor/symfony/security-bundle/translations'22 => 'src/Resources/SecurityBundle/translations'23 => 'vendor/sensio/framework-extra-bundle/src/translations'24 => 'src/Resources/SensioFrameworkExtraBundle/translations'25 => 'vendor/symfony/maker-bundle/src/translations'26 => 'src/Resources/MakerBundle/translations'27 => 'vendor/doctrine/doctrine-cache-bundle/translations'28 => 'src/Resources/DoctrineCacheBundle/translations'29 => 'vendor/doctrine/doctrine-bundle/translations'30 => 'src/Resources/DoctrineBundle/translations'31 => 'vendor/doctrine/doctrine-migrations-bundle/translations'32 => 'src/Resources/DoctrineMigrationsBundle/translations'33 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'34 => 'src/Resources/FOSJsRoutingBundle/translations'35 => 'src/Resources/FOSUserBundle/translations'36 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'37 => 'src/Resources/FOSElasticaBundle/translations'38 => 'src/Resources/HWIOAuthBundle/translations'39 => 'vendor/php-http/httplug-bundle/src/translations'40 => 'src/Resources/HttplugBundle/translations'41 => 'vendor/symfony/monolog-bundle/translations'42 => 'src/Resources/MonologBundle/translations'43 => 'vendor/symfony/swiftmailer-bundle/translations'44 => 'src/Resources/SwiftmailerBundle/translations'45 => 'vendor/willdurand/js-translation-bundle/translations'46 => 'src/Resources/BazingaJsTranslationBundle/translations'47 => 'src/Resources/SonataDatagridBundle/translations'48 => 'src/Resources/SonataCoreBundle/translations'49 => 'src/Resources/SonataBlockBundle/translations'50 => 'vendor/knplabs/knp-menu-bundle/src/translations'51 => 'src/Resources/KnpMenuBundle/translations'52 => 'src/Resources/SonataAdminBundle/translations'53 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'54 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'55 => 'src/Resources/SpecShaperEncryptBundle/translations'56 => 'src/Resources/KnpPaginatorBundle/translations'57 => 'vendor/gregwar/image-bundle/translations'58 => 'src/Resources/GregwarImageBundle/translations'59 => 'vendor/kunicmarko/sonata-annotation-bundle/src/translations'60 => 'src/Resources/SonataAnnotationBundle/translations'61 => 'vendor/knplabs/knp-snappy-bundle/src/translations'62 => 'src/Resources/KnpSnappyBundle/translations'63 => 'src/Resources/translations']]]);
  2647.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2648.         $instance->setFallbackLocales([=> 'en']);
  2649.         return $instance;
  2650.     }
  2651.     /**
  2652.      * Gets the private 'validator.builder' shared service.
  2653.      *
  2654.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2655.      */
  2656.     protected function getValidator_BuilderService()
  2657.     {
  2658.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2659.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2660.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2661.         $instance->setTranslationDomain('validators');
  2662.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2663.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2664.         $instance->addMethodMapping('loadValidatorMetadata');
  2665.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2666.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2667.         return $instance;
  2668.     }
  2669.     /**
  2670.      * Gets the private 'validator.validator_factory' shared service.
  2671.      *
  2672.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2673.      */
  2674.     protected function getValidator_ValidatorFactoryService()
  2675.     {
  2676.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2677.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2678.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2679.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2680.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2681.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2682.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2683.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2684.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2685.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2686.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2687.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2688.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2689.         ], [
  2690.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  2691.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2692.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2693.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2694.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2695.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2696.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2697.             'doctrine.orm.validator.unique' => '?',
  2698.             'security.validator.user_password' => '?',
  2699.             'sonata.admin.validator.inline' => '?',
  2700.             'sonata.core.validator.inline' => '?',
  2701.             'validator.expression' => '?',
  2702.         ]));
  2703.     }
  2704.     /**
  2705.      * Gets the private 'web_profiler.csp.handler' shared service.
  2706.      *
  2707.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2708.      */
  2709.     protected function getWebProfiler_Csp_HandlerService()
  2710.     {
  2711.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2712.     }
  2713.     /**
  2714.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2715.      *
  2716.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2717.      */
  2718.     protected function getWebProfiler_DebugToolbarService()
  2719.     {
  2720.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2721.     }
  2722.     public function getParameter($name)
  2723.     {
  2724.         $name = (string) $name;
  2725.         if (isset($this->buildParameters[$name])) {
  2726.             return $this->buildParameters[$name];
  2727.         }
  2728.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2729.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2730.         }
  2731.         if (isset($this->loadedDynamicParameters[$name])) {
  2732.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2733.         }
  2734.         return $this->parameters[$name];
  2735.     }
  2736.     public function hasParameter($name): bool
  2737.     {
  2738.         $name = (string) $name;
  2739.         if (isset($this->buildParameters[$name])) {
  2740.             return true;
  2741.         }
  2742.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2743.     }
  2744.     public function setParameter($name$value): void
  2745.     {
  2746.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2747.     }
  2748.     public function getParameterBag(): ParameterBagInterface
  2749.     {
  2750.         if (null === $this->parameterBag) {
  2751.             $parameters $this->parameters;
  2752.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2753.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2754.             }
  2755.             foreach ($this->buildParameters as $name => $value) {
  2756.                 $parameters[$name] = $value;
  2757.             }
  2758.             $this->parameterBag = new FrozenParameterBag($parameters);
  2759.         }
  2760.         return $this->parameterBag;
  2761.     }
  2762.     private $loadedDynamicParameters = [
  2763.         'kernel.cache_dir' => false,
  2764.         'kernel.secret' => false,
  2765.         'session.save_path' => false,
  2766.         'validator.mapping.cache.file' => false,
  2767.         'profiler.storage.dsn' => false,
  2768.         'debug.container.dump' => false,
  2769.         'serializer.mapping.cache.file' => false,
  2770.         'doctrine.orm.proxy_dir' => false,
  2771.         'swiftmailer.spool.default.memory.path' => false,
  2772.     ];
  2773.     private $dynamicParameters = [];
  2774.     private function getDynamicParameter(string $name)
  2775.     {
  2776.         switch ($name) {
  2777.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2778.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2779.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2780.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2781.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2782.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  2783.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2784.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2785.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2786.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2787.         }
  2788.         $this->loadedDynamicParameters[$name] = true;
  2789.         return $this->dynamicParameters[$name] = $value;
  2790.     }
  2791.     protected function getDefaultParameters(): array
  2792.     {
  2793.         return [
  2794.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  2795.             'kernel.project_dir' => \dirname(__DIR__4),
  2796.             'kernel.environment' => 'dev',
  2797.             'kernel.debug' => true,
  2798.             'kernel.name' => 'src',
  2799.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2800.             'kernel.bundles' => [
  2801.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2802.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2803.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2804.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2805.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2806.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2807.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2808.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2809.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2810.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2811.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  2812.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2813.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  2814.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  2815.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  2816.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2817.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2818.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  2819.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  2820.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  2821.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  2822.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2823.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  2824.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  2825.                 'SpecShaperEncryptBundle' => 'SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle',
  2826.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2827.                 'GregwarImageBundle' => 'Gregwar\\ImageBundle\\GregwarImageBundle',
  2828.                 'SonataAnnotationBundle' => 'KunicMarko\\SonataAnnotationBundle\\SonataAnnotationBundle',
  2829.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2830.             ],
  2831.             'kernel.bundles_metadata' => [
  2832.                 'FrameworkBundle' => [
  2833.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2834.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2835.                 ],
  2836.                 'WebServerBundle' => [
  2837.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  2838.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2839.                 ],
  2840.                 'WebProfilerBundle' => [
  2841.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2842.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2843.                 ],
  2844.                 'TwigBundle' => [
  2845.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2846.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2847.                 ],
  2848.                 'SecurityBundle' => [
  2849.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2850.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2851.                 ],
  2852.                 'SensioFrameworkExtraBundle' => [
  2853.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2854.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2855.                 ],
  2856.                 'MakerBundle' => [
  2857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2858.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2859.                 ],
  2860.                 'DoctrineCacheBundle' => [
  2861.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  2862.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2863.                 ],
  2864.                 'DoctrineBundle' => [
  2865.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2866.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2867.                 ],
  2868.                 'DoctrineMigrationsBundle' => [
  2869.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2870.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2871.                 ],
  2872.                 'FOSJsRoutingBundle' => [
  2873.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  2874.                     'namespace' => 'FOS\\JsRoutingBundle',
  2875.                 ],
  2876.                 'FOSUserBundle' => [
  2877.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2878.                     'namespace' => 'FOS\\UserBundle',
  2879.                 ],
  2880.                 'FOSElasticaBundle' => [
  2881.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  2882.                     'namespace' => 'FOS\\ElasticaBundle',
  2883.                 ],
  2884.                 'HWIOAuthBundle' => [
  2885.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  2886.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  2887.                 ],
  2888.                 'HttplugBundle' => [
  2889.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  2890.                     'namespace' => 'Http\\HttplugBundle',
  2891.                 ],
  2892.                 'MonologBundle' => [
  2893.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2894.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2895.                 ],
  2896.                 'SwiftmailerBundle' => [
  2897.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2898.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2899.                 ],
  2900.                 'BazingaJsTranslationBundle' => [
  2901.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  2902.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  2903.                 ],
  2904.                 'SonataDatagridBundle' => [
  2905.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  2906.                     'namespace' => 'Sonata\\DatagridBundle',
  2907.                 ],
  2908.                 'SonataCoreBundle' => [
  2909.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  2910.                     'namespace' => 'Sonata\\CoreBundle',
  2911.                 ],
  2912.                 'SonataBlockBundle' => [
  2913.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  2914.                     'namespace' => 'Sonata\\BlockBundle',
  2915.                 ],
  2916.                 'KnpMenuBundle' => [
  2917.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2918.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2919.                 ],
  2920.                 'SonataAdminBundle' => [
  2921.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  2922.                     'namespace' => 'Sonata\\AdminBundle',
  2923.                 ],
  2924.                 'SonataDoctrineORMAdminBundle' => [
  2925.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  2926.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  2927.                 ],
  2928.                 'SpecShaperEncryptBundle' => [
  2929.                     'path' => (\dirname(__DIR__4).'/vendor/specshaper/encrypt-bundle'),
  2930.                     'namespace' => 'SpecShaper\\EncryptBundle',
  2931.                 ],
  2932.                 'KnpPaginatorBundle' => [
  2933.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  2934.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2935.                 ],
  2936.                 'GregwarImageBundle' => [
  2937.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/image-bundle'),
  2938.                     'namespace' => 'Gregwar\\ImageBundle',
  2939.                 ],
  2940.                 'SonataAnnotationBundle' => [
  2941.                     'path' => (\dirname(__DIR__4).'/vendor/kunicmarko/sonata-annotation-bundle/src'),
  2942.                     'namespace' => 'KunicMarko\\SonataAnnotationBundle',
  2943.                 ],
  2944.                 'KnpSnappyBundle' => [
  2945.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2946.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2947.                 ],
  2948.             ],
  2949.             'kernel.charset' => 'UTF-8',
  2950.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2951.             'container.autowiring.strict_mode' => true,
  2952.             'container.dumper.inline_class_loader' => true,
  2953.             'env(DATABASE_URL)' => '',
  2954.             'locale' => 'en',
  2955.             'ProductImagesDir' => (\dirname(__DIR__4).'/src/../usersData/'),
  2956.             'domain' => 'maturin.ca',
  2957.             'encrypt_key' => 'dO1Ici3Lt/IAWsAcGwuErxhq7+7N90solWSA63lAT84=',
  2958.             'GiftCouponTuango' => (\dirname(__DIR__4).'/public/assets/1000codesTuango.csv'),
  2959.             'GiftCabaneOption1' => (\dirname(__DIR__4).'/public/assets/maturinCabaneOption1.csv'),
  2960.             'GiftCabaneOption2' => (\dirname(__DIR__4).'/public/assets/maturinCabaneOption2.csv'),
  2961.             'GiftCabaneOption3' => (\dirname(__DIR__4).'/public/assets/maturinCabaneOption3.csv'),
  2962.             'fragment.renderer.hinclude.global_template' => NULL,
  2963.             'fragment.path' => '/_fragment',
  2964.             'kernel.http_method_override' => true,
  2965.             'kernel.trusted_hosts' => [
  2966.             ],
  2967.             'kernel.default_locale' => 'fr',
  2968.             'kernel.error_controller' => 'error_controller',
  2969.             'templating.helper.code.file_link_format' => NULL,
  2970.             'debug.file_link_format' => NULL,
  2971.             'session.metadata.storage_key' => '_sf2_meta',
  2972.             'session.storage.options' => [
  2973.                 'cache_limiter' => '0',
  2974.                 'cookie_lifetime' => 31536000,
  2975.                 'cookie_secure' => 'auto',
  2976.                 'cookie_httponly' => false,
  2977.                 'cookie_samesite' => 'lax',
  2978.                 'gc_probability' => 1,
  2979.             ],
  2980.             'session.metadata.update_threshold' => 0,
  2981.             'form.type_extension.csrf.enabled' => true,
  2982.             'form.type_extension.csrf.field_name' => '_token',
  2983.             'asset.request_context.base_path' => '',
  2984.             'asset.request_context.secure' => false,
  2985.             'templating.loader.cache.path' => NULL,
  2986.             'templating.engines' => [
  2987.                 => 'twig',
  2988.                 => 'php',
  2989.             ],
  2990.             'templating.helper.form.resources' => [
  2991.                 => 'FrameworkBundle:Form',
  2992.             ],
  2993.             'validator.mapping.cache.prefix' => '',
  2994.             'validator.translation_domain' => 'validators',
  2995.             'translator.logging' => false,
  2996.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2997.             'profiler_listener.only_exceptions' => false,
  2998.             'profiler_listener.only_master_requests' => false,
  2999.             'debug.error_handler.throw_at' => -1,
  3000.             'router.request_context.host' => 'localhost',
  3001.             'router.request_context.scheme' => 'http',
  3002.             'router.request_context.base_url' => '',
  3003.             'router.resource' => 'kernel::loadRoutes',
  3004.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  3005.             'request_listener.http_port' => 80,
  3006.             'request_listener.https_port' => 443,
  3007.             'serializer.mapping.cache.prefix' => '',
  3008.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3009.             'web_profiler.debug_toolbar.mode' => 2,
  3010.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  3011.             'twig.form.resources' => [
  3012.                 => 'form_div_layout.html.twig',
  3013.                 => 'symfonyFormTheme.html.twig',
  3014.                 => 'Omelo/Form/custom.html.twig',
  3015.             ],
  3016.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3017.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3018.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3019.             'security.role_hierarchy.roles' => [
  3020.                 'ROLE_ADMIN' => [
  3021.                     => 'ROLE_USER',
  3022.                 ],
  3023.                 'ROLE_DISTRIBUTOR' => [
  3024.                     => 'ROLE_DISTRIBUTOR',
  3025.                 ],
  3026.                 'ROLE_SUPER_ADMIN' => [
  3027.                     => 'ROLE_ADMIN',
  3028.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3029.                 ],
  3030.                 'ROLE_SUPPORT' => [
  3031.                     => 'ROLE_ADMIN_MATURIN',
  3032.                     => 'ROLE_ADMIN_FINANCIAL_BUYER',
  3033.                     => 'ROLE_ADMIN_PRODUCT',
  3034.                     => 'ROLE_ADMIN_COMPANY',
  3035.                     => 'ROLE_ADMIN_SYSTEM',
  3036.                 ],
  3037.                 'ROLE_ACCOUNTING' => [
  3038.                     => 'ROLE_SUPPORT',
  3039.                     => 'ROLE_ADMIN_FINANCIAL',
  3040.                 ],
  3041.                 'ROLE_MARKETING' => [
  3042.                     => 'ROLE_SUPPORT',
  3043.                     => 'ROLE_ADMIN_PUBLICITY',
  3044.                     => 'ROLE_ADMIN_CONTENT',
  3045.                 ],
  3046.             ],
  3047.             'security.access.denied_url' => NULL,
  3048.             'security.authentication.manager.erase_credentials' => true,
  3049.             'security.authentication.session_strategy.strategy' => 'migrate',
  3050.             'security.access.always_authenticate_before_granting' => false,
  3051.             'security.authentication.hide_user_not_found' => true,
  3052.             'hwi_oauth.resource_ownermap.configured.main' => [
  3053.                 'facebook' => '/login/check-facebook',
  3054.                 'google' => '/login/check-google',
  3055.                 'linkedin' => '/login/check-linkedin',
  3056.             ],
  3057.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3058.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3059.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3060.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3061.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3062.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3063.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3064.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3065.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3066.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3067.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3068.             'doctrine_cache.memcache.host' => 'localhost',
  3069.             'doctrine_cache.memcache.port' => 11211,
  3070.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3071.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3072.             'doctrine_cache.memcached.host' => 'localhost',
  3073.             'doctrine_cache.memcached.port' => 11211,
  3074.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3075.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3076.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3077.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3078.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3079.             'doctrine_cache.predis.scheme' => 'tcp',
  3080.             'doctrine_cache.predis.host' => 'localhost',
  3081.             'doctrine_cache.predis.port' => 6379,
  3082.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3083.             'doctrine_cache.redis.connection.class' => 'Redis',
  3084.             'doctrine_cache.redis.host' => 'localhost',
  3085.             'doctrine_cache.redis.port' => 6379,
  3086.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3087.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3088.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3089.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3090.             'doctrine_cache.riak.host' => 'localhost',
  3091.             'doctrine_cache.riak.port' => 8087,
  3092.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3093.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3094.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3095.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3096.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3097.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3098.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3099.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3100.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3101.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3102.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3103.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3104.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3105.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3106.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3107.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3108.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3109.             'doctrine.entity_managers' => [
  3110.                 'default' => 'doctrine.orm.default_entity_manager',
  3111.             ],
  3112.             'doctrine.default_entity_manager' => 'default',
  3113.             'doctrine.dbal.connection_factory.types' => [
  3114.             ],
  3115.             'doctrine.connections' => [
  3116.                 'default' => 'doctrine.dbal.default_connection',
  3117.             ],
  3118.             'doctrine.default_connection' => 'default',
  3119.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3120.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3121.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3122.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3123.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3124.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3125.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3126.             'doctrine.orm.cache.memcache_port' => 11211,
  3127.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3128.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3129.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3130.             'doctrine.orm.cache.memcached_port' => 11211,
  3131.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3132.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3133.             'doctrine.orm.cache.redis_host' => 'localhost',
  3134.             'doctrine.orm.cache.redis_port' => 6379,
  3135.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3136.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3137.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3138.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3139.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3140.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3141.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3142.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3143.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3144.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3145.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3146.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3147.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3148.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3149.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3150.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3151.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3152.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3153.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3154.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3155.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3156.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3157.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3158.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3159.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3160.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3161.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3162.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3163.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3164.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3165.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3166.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  3167.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  3168.             'doctrine_migrations.table_name' => 'migration_versions',
  3169.             'doctrine_migrations.column_name' => 'version',
  3170.             'doctrine_migrations.column_length' => 14,
  3171.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  3172.             'doctrine_migrations.all_or_nothing' => false,
  3173.             'doctrine_migrations.name' => 'Application Migrations',
  3174.             'doctrine_migrations.custom_template' => NULL,
  3175.             'doctrine_migrations.organize_migrations' => false,
  3176.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  3177.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  3178.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  3179.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  3180.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  3181.             'fos_js_routing.request_context_base_url' => NULL,
  3182.             'fos_js_routing.cache_control' => [
  3183.                 'enabled' => false,
  3184.             ],
  3185.             'fos_user.backend_type_orm' => true,
  3186.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3187.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3188.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3189.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3190.             'fos_user.storage' => 'orm',
  3191.             'fos_user.firewall_name' => 'main',
  3192.             'fos_user.model_manager_name' => NULL,
  3193.             'fos_user.model.user.class' => 'App\\Entity\\User',
  3194.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3195.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3196.             'fos_user.profile.form.validation_groups' => [
  3197.                 => 'Profile',
  3198.                 => 'Default',
  3199.             ],
  3200.             'fos_user.registration.confirmation.from_email' => [
  3201.                 'reply-message@maturin.ca' => 'Maturin',
  3202.             ],
  3203.             'fos_user.registration.confirmation.enabled' => true,
  3204.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationType',
  3205.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3206.             'fos_user.registration.form.validation_groups' => [
  3207.                 => 'Registration',
  3208.                 => 'Default',
  3209.             ],
  3210.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3211.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3212.             'fos_user.change_password.form.validation_groups' => [
  3213.                 => 'ChangePassword',
  3214.                 => 'Default',
  3215.             ],
  3216.             'fos_user.resetting.email.from_email' => [
  3217.                 'reply-message@maturin.ca' => 'Maturin',
  3218.             ],
  3219.             'fos_user.resetting.retry_ttl' => 7200,
  3220.             'fos_user.resetting.token_ttl' => 86400,
  3221.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3222.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3223.             'fos_user.resetting.form.validation_groups' => [
  3224.                 => 'ResetPassword',
  3225.                 => 'Default',
  3226.             ],
  3227.             'fos_elastica.property_accessor.magicCall' => false,
  3228.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  3229.             'fos_elastica.default_index' => 'product',
  3230.             'hwi_oauth.authentication.listener.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Http\\Firewall\\OAuthListener',
  3231.             'hwi_oauth.authentication.provider.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\Authentication\\Provider\\OAuthProvider',
  3232.             'hwi_oauth.authentication.entry_point.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Http\\EntryPoint\\OAuthEntryPoint',
  3233.             'hwi_oauth.user.provider.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\OAuthUserProvider',
  3234.             'hwi_oauth.user.provider.entity.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\EntityUserProvider',
  3235.             'hwi_oauth.user.provider.fosub_bridge.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\FOSUBUserProvider',
  3236.             'hwi_oauth.registration.form.handler.fosub_bridge.class' => 'HWI\\Bundle\\OAuthBundle\\Form\\FOSUBRegistrationFormHandler',
  3237.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  3238.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  3239.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  3240.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  3241.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  3242.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  3243.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  3244.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  3245.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  3246.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  3247.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  3248.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  3249.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  3250.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  3251.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  3252.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  3253.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  3254.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  3255.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  3256.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  3257.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  3258.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  3259.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  3260.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  3261.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  3262.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  3263.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  3264.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  3265.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  3266.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  3267.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  3268.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  3269.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  3270.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  3271.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  3272.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  3273.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  3274.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  3275.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  3276.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  3277.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  3278.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  3279.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  3280.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  3281.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  3282.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  3283.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  3284.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  3285.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  3286.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  3287.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  3288.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  3289.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  3290.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  3291.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  3292.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  3293.             'hwi_oauth.resource_owner.wunderlist.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WunderlistResourceOwner',
  3294.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  3295.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  3296.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  3297.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  3298.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  3299.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  3300.             'hwi_oauth.resource_ownermap.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Http\\ResourceOwnerMap',
  3301.             'hwi_oauth.security.oauth_utils.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\OAuthUtils',
  3302.             'hwi_oauth.storage.session.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\RequestDataStorage\\SessionStorage',
  3303.             'hwi_oauth.templating.helper.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Templating\\Helper\\OAuthHelper',
  3304.             'hwi_oauth.twig.extension.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthExtension',
  3305.             'hwi_oauth.firewall_names' => [
  3306.                 => 'main',
  3307.                 => 'main',
  3308.             ],
  3309.             'hwi_oauth.target_path_parameter' => NULL,
  3310.             'hwi_oauth.use_referer' => false,
  3311.             'hwi_oauth.failed_use_referer' => false,
  3312.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  3313.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  3314.             'hwi_oauth.resource_owners' => [
  3315.                 'linkedin' => 'linkedin',
  3316.                 'google' => 'google',
  3317.                 'facebook' => 'facebook',
  3318.             ],
  3319.             'hwi_oauth.connect' => true,
  3320.             'hwi_oauth.fosub_enabled' => true,
  3321.             'hwi_oauth.connect.confirmation' => true,
  3322.             'monolog.use_microseconds' => true,
  3323.             'monolog.swift_mailer.handlers' => [
  3324.             ],
  3325.             'monolog.handlers_to_channels' => [
  3326.                 'monolog.handler.console' => [
  3327.                     'type' => 'exclusive',
  3328.                     'elements' => [
  3329.                         => 'event',
  3330.                         => 'doctrine',
  3331.                         => 'console',
  3332.                     ],
  3333.                 ],
  3334.                 'monolog.handler.main' => [
  3335.                     'type' => 'exclusive',
  3336.                     'elements' => [
  3337.                         => 'event',
  3338.                     ],
  3339.                 ],
  3340.             ],
  3341.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3342.             'swiftmailer.mailer.default.spool.enabled' => true,
  3343.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3344.             'swiftmailer.mailer.default.single_address' => NULL,
  3345.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3346.             'swiftmailer.spool.enabled' => true,
  3347.             'swiftmailer.delivery.enabled' => true,
  3348.             'swiftmailer.single_address' => NULL,
  3349.             'swiftmailer.mailers' => [
  3350.                 'default' => 'swiftmailer.mailer.default',
  3351.             ],
  3352.             'swiftmailer.default_mailer' => 'default',
  3353.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  3354.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  3355.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  3356.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3357.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3358.             'sonata.core.form_type' => 'standard',
  3359.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  3360.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  3361.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  3362.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  3363.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  3364.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  3365.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  3366.             'sonata.block.container.types' => [
  3367.                 => 'sonata.block.service.container',
  3368.                 => 'sonata.page.block.container',
  3369.                 => 'sonata.dashboard.block.container',
  3370.                 => 'cmf.block.container',
  3371.                 => 'cmf.block.slideshow',
  3372.             ],
  3373.             'sonata_block.blocks' => [
  3374.                 'sonata.admin.block.admin_list' => [
  3375.                     'contexts' => [
  3376.                         => 'admin',
  3377.                     ],
  3378.                     'templates' => [
  3379.                     ],
  3380.                     'cache' => 'sonata.cache.noop',
  3381.                     'settings' => [
  3382.                     ],
  3383.                 ],
  3384.                 'sonata.admin.block.search_result' => [
  3385.                     'contexts' => [
  3386.                         => 'admin',
  3387.                     ],
  3388.                     'templates' => [
  3389.                     ],
  3390.                     'cache' => 'sonata.cache.noop',
  3391.                     'settings' => [
  3392.                     ],
  3393.                 ],
  3394.                 'sonata.block.service.container' => [
  3395.                     'contexts' => [
  3396.                     ],
  3397.                     'templates' => [
  3398.                     ],
  3399.                     'cache' => 'sonata.cache.noop',
  3400.                     'settings' => [
  3401.                     ],
  3402.                 ],
  3403.                 'sonata.block.service.empty' => [
  3404.                     'contexts' => [
  3405.                     ],
  3406.                     'templates' => [
  3407.                     ],
  3408.                     'cache' => 'sonata.cache.noop',
  3409.                     'settings' => [
  3410.                     ],
  3411.                 ],
  3412.                 'sonata.block.service.text' => [
  3413.                     'contexts' => [
  3414.                     ],
  3415.                     'templates' => [
  3416.                     ],
  3417.                     'cache' => 'sonata.cache.noop',
  3418.                     'settings' => [
  3419.                     ],
  3420.                 ],
  3421.                 'sonata.block.service.rss' => [
  3422.                     'contexts' => [
  3423.                     ],
  3424.                     'templates' => [
  3425.                     ],
  3426.                     'cache' => 'sonata.cache.noop',
  3427.                     'settings' => [
  3428.                     ],
  3429.                 ],
  3430.                 'sonata.block.service.menu' => [
  3431.                     'contexts' => [
  3432.                     ],
  3433.                     'templates' => [
  3434.                     ],
  3435.                     'cache' => 'sonata.cache.noop',
  3436.                     'settings' => [
  3437.                     ],
  3438.                 ],
  3439.                 'sonata.block.service.template' => [
  3440.                     'contexts' => [
  3441.                     ],
  3442.                     'templates' => [
  3443.                     ],
  3444.                     'cache' => 'sonata.cache.noop',
  3445.                     'settings' => [
  3446.                     ],
  3447.                 ],
  3448.                 'sonata.admin.block.stats' => [
  3449.                     'contexts' => [
  3450.                     ],
  3451.                     'templates' => [
  3452.                     ],
  3453.                     'cache' => 'sonata.cache.noop',
  3454.                     'settings' => [
  3455.                     ],
  3456.                 ],
  3457.             ],
  3458.             'sonata_block.blocks_by_class' => [
  3459.             ],
  3460.             'sonata_blocks.block_types' => [
  3461.                 => 'sonata.admin.block.admin_list',
  3462.                 => 'sonata.admin.block.search_result',
  3463.                 => 'sonata.block.service.container',
  3464.                 => 'sonata.block.service.empty',
  3465.                 => 'sonata.block.service.text',
  3466.                 => 'sonata.block.service.rss',
  3467.                 => 'sonata.block.service.menu',
  3468.                 => 'sonata.block.service.template',
  3469.                 => 'sonata.admin.block.stats',
  3470.             ],
  3471.             'sonata_block.cache_blocks' => [
  3472.                 'by_type' => [
  3473.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3474.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  3475.                     'sonata.block.service.container' => 'sonata.cache.noop',
  3476.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  3477.                     'sonata.block.service.text' => 'sonata.cache.noop',
  3478.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  3479.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  3480.                     'sonata.block.service.template' => 'sonata.cache.noop',
  3481.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  3482.                 ],
  3483.             ],
  3484.             'sonata_blocks.default_contexts' => [
  3485.             ],
  3486.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  3487.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  3488.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  3489.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  3490.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  3491.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  3492.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  3493.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  3494.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  3495.             'knp_menu.renderer.list.options' => [
  3496.             ],
  3497.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  3498.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  3499.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3500.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3501.             'knp_menu.renderer.twig.options' => [
  3502.             ],
  3503.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3504.             'knp_menu.default_renderer' => 'twig',
  3505.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  3506.                 'choice' => 'select',
  3507.                 'boolean' => 'select',
  3508.                 'text' => 'text',
  3509.                 'textarea' => 'textarea',
  3510.                 'html' => 'textarea',
  3511.                 'email' => 'email',
  3512.                 'string' => 'text',
  3513.                 'smallint' => 'text',
  3514.                 'bigint' => 'text',
  3515.                 'integer' => 'number',
  3516.                 'decimal' => 'number',
  3517.                 'currency' => 'number',
  3518.                 'percent' => 'number',
  3519.                 'url' => 'url',
  3520.                 'date' => 'date',
  3521.             ],
  3522.             'sonata.admin.configuration.global_search.empty_boxes' => 'fade',
  3523.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  3524.             'sonata.admin.configuration.templates' => [
  3525.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  3526.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  3527.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  3528.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  3529.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  3530.                 'search' => '@SonataAdmin/Core/search.html.twig',
  3531.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  3532.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  3533.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  3534.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  3535.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  3536.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  3537.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  3538.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  3539.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  3540.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  3541.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  3542.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  3543.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  3544.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  3545.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  3546.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  3547.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  3548.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  3549.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  3550.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  3551.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  3552.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  3553.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  3554.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  3555.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  3556.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  3557.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  3558.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  3559.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  3560.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  3561.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  3562.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  3563.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  3564.             ],
  3565.             'sonata.admin.configuration.admin_services' => [
  3566.             ],
  3567.             'sonata.admin.configuration.dashboard_groups' => [
  3568.                 'sonata.admin.group.financialBuyer' => [
  3569.                     'label' => 'Acheteurs',
  3570.                     'icon' => '<i class="fa  fa-user-circle-o"></i>',
  3571.                     'items' => [
  3572.                         => [
  3573.                             'admin' => 'admin.cart_paid',
  3574.                             'label' => '',
  3575.                             'route' => '',
  3576.                             'route_params' => [
  3577.                             ],
  3578.                             'route_absolute' => false,
  3579.                             'roles' => [
  3580.                             ],
  3581.                         ],
  3582.                         => [
  3583.                             'admin' => 'admin.cart_on_hold',
  3584.                             'label' => '',
  3585.                             'route' => '',
  3586.                             'route_params' => [
  3587.                             ],
  3588.                             'route_absolute' => false,
  3589.                             'roles' => [
  3590.                             ],
  3591.                         ],
  3592.                         => [
  3593.                             'admin' => 'admin.pre_order',
  3594.                             'label' => '',
  3595.                             'route' => '',
  3596.                             'route_params' => [
  3597.                             ],
  3598.                             'route_absolute' => false,
  3599.                             'roles' => [
  3600.                             ],
  3601.                         ],
  3602.                         => [
  3603.                             'admin' => 'admin.cart_product',
  3604.                             'label' => '',
  3605.                             'route' => '',
  3606.                             'route_params' => [
  3607.                             ],
  3608.                             'route_absolute' => false,
  3609.                             'roles' => [
  3610.                             ],
  3611.                         ],
  3612.                         => [
  3613.                             'admin' => 'admin.subscription',
  3614.                             'label' => '',
  3615.                             'route' => '',
  3616.                             'route_params' => [
  3617.                             ],
  3618.                             'route_absolute' => false,
  3619.                             'roles' => [
  3620.                             ],
  3621.                         ],
  3622.                         => [
  3623.                             'admin' => 'admin.open_cart_with_product',
  3624.                             'label' => '',
  3625.                             'route' => '',
  3626.                             'route_params' => [
  3627.                             ],
  3628.                             'route_absolute' => false,
  3629.                             'roles' => [
  3630.                             ],
  3631.                         ],
  3632.                     ],
  3633.                     'roles' => [
  3634.                         => 'ROLE_ADMIN_FINANCIAL',
  3635.                         => 'ROLE_ADMIN_FINANCIAL_BUYER',
  3636.                     ],
  3637.                     'on_top' => false,
  3638.                     'keep_open' => false,
  3639.                     'item_adds' => [
  3640.                     ],
  3641.                 ],
  3642.                 'sonata.admin.group.product' => [
  3643.                     'label' => 'Inventaire',
  3644.                     'icon' => '<i class="fa fa-beer"></i>',
  3645.                     'items' => [
  3646.                         => [
  3647.                             'admin' => 'admin.productInStock',
  3648.                             'label' => '',
  3649.                             'route' => '',
  3650.                             'route_params' => [
  3651.                             ],
  3652.                             'route_absolute' => false,
  3653.                             'roles' => [
  3654.                             ],
  3655.                         ],
  3656.                         => [
  3657.                             'admin' => 'admin.product_adjustment',
  3658.                             'label' => '',
  3659.                             'route' => '',
  3660.                             'route_params' => [
  3661.                             ],
  3662.                             'route_absolute' => false,
  3663.                             'roles' => [
  3664.                             ],
  3665.                         ],
  3666.                         => [
  3667.                             'admin' => 'admin.product_replenishment',
  3668.                             'label' => '',
  3669.                             'route' => '',
  3670.                             'route_params' => [
  3671.                             ],
  3672.                             'route_absolute' => false,
  3673.                             'roles' => [
  3674.                             ],
  3675.                         ],
  3676.                         => [
  3677.                             'admin' => 'admin.product_expired',
  3678.                             'label' => '',
  3679.                             'route' => '',
  3680.                             'route_params' => [
  3681.                             ],
  3682.                             'route_absolute' => false,
  3683.                             'roles' => [
  3684.                             ],
  3685.                         ],
  3686.                         => [
  3687.                             'admin' => 'admin.product',
  3688.                             'label' => '',
  3689.                             'route' => '',
  3690.                             'route_params' => [
  3691.                             ],
  3692.                             'route_absolute' => false,
  3693.                             'roles' => [
  3694.                             ],
  3695.                         ],
  3696.                         => [
  3697.                             'admin' => 'admin.statisticsJit',
  3698.                             'label' => '',
  3699.                             'route' => '',
  3700.                             'route_params' => [
  3701.                             ],
  3702.                             'route_absolute' => false,
  3703.                             'roles' => [
  3704.                             ],
  3705.                         ],
  3706.                         => [
  3707.                             'admin' => 'admin.hriProduct',
  3708.                             'label' => '',
  3709.                             'route' => '',
  3710.                             'route_params' => [
  3711.                             ],
  3712.                             'route_absolute' => false,
  3713.                             'roles' => [
  3714.                             ],
  3715.                         ],
  3716.                     ],
  3717.                     'roles' => [
  3718.                         => 'ROLE_ADMIN_PRODUCT',
  3719.                     ],
  3720.                     'on_top' => false,
  3721.                     'keep_open' => false,
  3722.                     'item_adds' => [
  3723.                     ],
  3724.                 ],
  3725.                 'sonata.admin.group.company' => [
  3726.                     'label' => 'Producteur',
  3727.                     'icon' => '<i class="fa fa-building"></i>',
  3728.                     'items' => [
  3729.                         => [
  3730.                             'admin' => 'admin.variable',
  3731.                             'label' => '',
  3732.                             'route' => '',
  3733.                             'route_params' => [
  3734.                             ],
  3735.                             'route_absolute' => false,
  3736.                             'roles' => [
  3737.                             ],
  3738.                         ],
  3739.                         => [
  3740.                             'admin' => 'admin.company',
  3741.                             'label' => '',
  3742.                             'route' => '',
  3743.                             'route_params' => [
  3744.                             ],
  3745.                             'route_absolute' => false,
  3746.                             'roles' => [
  3747.                             ],
  3748.                         ],
  3749.                         => [
  3750.                             'admin' => 'admin.company_association',
  3751.                             'label' => '',
  3752.                             'route' => '',
  3753.                             'route_params' => [
  3754.                             ],
  3755.                             'route_absolute' => false,
  3756.                             'roles' => [
  3757.                             ],
  3758.                         ],
  3759.                     ],
  3760.                     'roles' => [
  3761.                         => 'ROLE_ADMIN_COMPANY',
  3762.                     ],
  3763.                     'on_top' => false,
  3764.                     'keep_open' => false,
  3765.                     'item_adds' => [
  3766.                     ],
  3767.                 ],
  3768.                 'sonata.admin.group.cms' => [
  3769.                     'label' => 'Contenu',
  3770.                     'icon' => '<i class="fa fa-grav"></i>',
  3771.                     'items' => [
  3772.                         => [
  3773.                             'admin' => 'admin.ui_page',
  3774.                             'label' => '',
  3775.                             'route' => '',
  3776.                             'route_params' => [
  3777.                             ],
  3778.                             'route_absolute' => false,
  3779.                             'roles' => [
  3780.                             ],
  3781.                         ],
  3782.                         => [
  3783.                             'admin' => 'admin.homepage',
  3784.                             'label' => '',
  3785.                             'route' => '',
  3786.                             'route_params' => [
  3787.                             ],
  3788.                             'route_absolute' => false,
  3789.                             'roles' => [
  3790.                             ],
  3791.                         ],
  3792.                         => [
  3793.                             'admin' => 'admin.testimony',
  3794.                             'label' => '',
  3795.                             'route' => '',
  3796.                             'route_params' => [
  3797.                             ],
  3798.                             'route_absolute' => false,
  3799.                             'roles' => [
  3800.                             ],
  3801.                         ],
  3802.                         => [
  3803.                             'admin' => 'admin.omelo_post',
  3804.                             'label' => '',
  3805.                             'route' => '',
  3806.                             'route_params' => [
  3807.                             ],
  3808.                             'route_absolute' => false,
  3809.                             'roles' => [
  3810.                             ],
  3811.                         ],
  3812.                         => [
  3813.                             'admin' => 'admin.recipe',
  3814.                             'label' => '',
  3815.                             'route' => '',
  3816.                             'route_params' => [
  3817.                             ],
  3818.                             'route_absolute' => false,
  3819.                             'roles' => [
  3820.                             ],
  3821.                         ],
  3822.                         => [
  3823.                             'admin' => 'admin.carrier_post',
  3824.                             'label' => '',
  3825.                             'route' => '',
  3826.                             'route_params' => [
  3827.                             ],
  3828.                             'route_absolute' => false,
  3829.                             'roles' => [
  3830.                             ],
  3831.                         ],
  3832.                         => [
  3833.                             'admin' => 'admin.corpo',
  3834.                             'label' => '',
  3835.                             'route' => '',
  3836.                             'route_params' => [
  3837.                             ],
  3838.                             'route_absolute' => false,
  3839.                             'roles' => [
  3840.                             ],
  3841.                         ],
  3842.                     ],
  3843.                     'roles' => [
  3844.                         => 'ROLE_ADMIN_CONTENT',
  3845.                     ],
  3846.                     'on_top' => false,
  3847.                     'keep_open' => false,
  3848.                     'item_adds' => [
  3849.                     ],
  3850.                 ],
  3851.                 'sonata.admin.group.sponsored' => [
  3852.                     'label' => 'Marketing',
  3853.                     'icon' => '<i class="fa fa-line-chart"></i>',
  3854.                     'items' => [
  3855.                         => [
  3856.                             'admin' => 'admin.suggested_group',
  3857.                             'label' => '',
  3858.                             'route' => '',
  3859.                             'route_params' => [
  3860.                             ],
  3861.                             'route_absolute' => false,
  3862.                             'roles' => [
  3863.                             ],
  3864.                         ],
  3865.                         => [
  3866.                             'admin' => 'admin.product_sponsored',
  3867.                             'label' => '',
  3868.                             'route' => '',
  3869.                             'route_params' => [
  3870.                             ],
  3871.                             'route_absolute' => false,
  3872.                             'roles' => [
  3873.                             ],
  3874.                         ],
  3875.                         => [
  3876.                             'admin' => 'admin.product_sponsored_category',
  3877.                             'label' => '',
  3878.                             'route' => '',
  3879.                             'route_params' => [
  3880.                             ],
  3881.                             'route_absolute' => false,
  3882.                             'roles' => [
  3883.                             ],
  3884.                         ],
  3885.                         => [
  3886.                             'admin' => 'admin.news_letter_subscriber',
  3887.                             'label' => '',
  3888.                             'route' => '',
  3889.                             'route_params' => [
  3890.                             ],
  3891.                             'route_absolute' => false,
  3892.                             'roles' => [
  3893.                             ],
  3894.                         ],
  3895.                         => [
  3896.                             'admin' => 'admin.cart_coupon',
  3897.                             'label' => '',
  3898.                             'route' => '',
  3899.                             'route_params' => [
  3900.                             ],
  3901.                             'route_absolute' => false,
  3902.                             'roles' => [
  3903.                             ],
  3904.                         ],
  3905.                         => [
  3906.                             'admin' => 'admin.company_promo_code',
  3907.                             'label' => '',
  3908.                             'route' => '',
  3909.                             'route_params' => [
  3910.                             ],
  3911.                             'route_absolute' => false,
  3912.                             'roles' => [
  3913.                             ],
  3914.                         ],
  3915.                         => [
  3916.                             'admin' => 'admin.badge',
  3917.                             'label' => '',
  3918.                             'route' => '',
  3919.                             'route_params' => [
  3920.                             ],
  3921.                             'route_absolute' => false,
  3922.                             'roles' => [
  3923.                             ],
  3924.                         ],
  3925.                         => [
  3926.                             'admin' => 'admin.product_deal',
  3927.                             'label' => '',
  3928.                             'route' => '',
  3929.                             'route_params' => [
  3930.                             ],
  3931.                             'route_absolute' => false,
  3932.                             'roles' => [
  3933.                             ],
  3934.                         ],
  3935.                         => [
  3936.                             'admin' => 'admin.userSurvey',
  3937.                             'label' => '',
  3938.                             'route' => '',
  3939.                             'route_params' => [
  3940.                             ],
  3941.                             'route_absolute' => false,
  3942.                             'roles' => [
  3943.                             ],
  3944.                         ],
  3945.                     ],
  3946.                     'roles' => [
  3947.                         => 'ROLE_ADMIN_PUBLICITY',
  3948.                     ],
  3949.                     'on_top' => false,
  3950.                     'keep_open' => false,
  3951.                     'item_adds' => [
  3952.                     ],
  3953.                 ],
  3954.                 'sonata.admin.group.financialSeller' => [
  3955.                     'label' => 'Finance Producteurs',
  3956.                     'icon' => '<i class="fa fa-dollar"></i>',
  3957.                     'items' => [
  3958.                         => [
  3959.                             'admin' => 'admin.company_subscription',
  3960.                             'label' => '',
  3961.                             'route' => '',
  3962.                             'route_params' => [
  3963.                             ],
  3964.                             'route_absolute' => false,
  3965.                             'roles' => [
  3966.                             ],
  3967.                         ],
  3968.                         => [
  3969.                             'admin' => 'admin.invoice_due',
  3970.                             'label' => '',
  3971.                             'route' => '',
  3972.                             'route_params' => [
  3973.                             ],
  3974.                             'route_absolute' => false,
  3975.                             'roles' => [
  3976.                             ],
  3977.                         ],
  3978.                         => [
  3979.                             'admin' => 'admin.invoice_paid',
  3980.                             'label' => '',
  3981.                             'route' => '',
  3982.                             'route_params' => [
  3983.                             ],
  3984.                             'route_absolute' => false,
  3985.                             'roles' => [
  3986.                             ],
  3987.                         ],
  3988.                         => [
  3989.                             'admin' => 'admin.maturin_order',
  3990.                             'label' => '',
  3991.                             'route' => '',
  3992.                             'route_params' => [
  3993.                             ],
  3994.                             'route_absolute' => false,
  3995.                             'roles' => [
  3996.                             ],
  3997.                         ],
  3998.                         => [
  3999.                             'admin' => 'admin.custom_order',
  4000.                             'label' => '',
  4001.                             'route' => '',
  4002.                             'route_params' => [
  4003.                             ],
  4004.                             'route_absolute' => false,
  4005.                             'roles' => [
  4006.                             ],
  4007.                         ],
  4008.                         => [
  4009.                             'admin' => 'admin.invoice_service',
  4010.                             'label' => '',
  4011.                             'route' => '',
  4012.                             'route_params' => [
  4013.                             ],
  4014.                             'route_absolute' => false,
  4015.                             'roles' => [
  4016.                             ],
  4017.                         ],
  4018.                     ],
  4019.                     'roles' => [
  4020.                         => 'ROLE_ADMIN_FINANCIAL',
  4021.                     ],
  4022.                     'on_top' => false,
  4023.                     'keep_open' => false,
  4024.                     'item_adds' => [
  4025.                     ],
  4026.                 ],
  4027.                 'sonata.admin.group.financialLogistic' => [
  4028.                     'label' => 'Finance Entrepôts',
  4029.                     'icon' => '<i class="fa fa-truck"></i>',
  4030.                     'items' => [
  4031.                         => [
  4032.                             'admin' => 'admin.invoice_logistic_due',
  4033.                             'label' => '',
  4034.                             'route' => '',
  4035.                             'route_params' => [
  4036.                             ],
  4037.                             'route_absolute' => false,
  4038.                             'roles' => [
  4039.                             ],
  4040.                         ],
  4041.                         => [
  4042.                             'admin' => 'admin.invoice_logistic_paid',
  4043.                             'label' => '',
  4044.                             'route' => '',
  4045.                             'route_params' => [
  4046.                             ],
  4047.                             'route_absolute' => false,
  4048.                             'roles' => [
  4049.                             ],
  4050.                         ],
  4051.                         => [
  4052.                             'admin' => 'admin.distributor_log',
  4053.                             'label' => '',
  4054.                             'route' => '',
  4055.                             'route_params' => [
  4056.                             ],
  4057.                             'route_absolute' => false,
  4058.                             'roles' => [
  4059.                             ],
  4060.                         ],
  4061.                     ],
  4062.                     'roles' => [
  4063.                         => 'ROLE_ADMIN_FINANCIAL',
  4064.                     ],
  4065.                     'on_top' => false,
  4066.                     'keep_open' => false,
  4067.                     'item_adds' => [
  4068.                     ],
  4069.                 ],
  4070.                 'sonata.admin.group.system' => [
  4071.                     'label' => 'System',
  4072.                     'icon' => '<i class="fa fa-gear"></i>',
  4073.                     'items' => [
  4074.                         => [
  4075.                             'admin' => 'admin.certification',
  4076.                             'label' => '',
  4077.                             'route' => '',
  4078.                             'route_params' => [
  4079.                             ],
  4080.                             'route_absolute' => false,
  4081.                             'roles' => [
  4082.                             ],
  4083.                         ],
  4084.                         => [
  4085.                             'admin' => 'admin.category',
  4086.                             'label' => '',
  4087.                             'route' => '',
  4088.                             'route_params' => [
  4089.                             ],
  4090.                             'route_absolute' => false,
  4091.                             'roles' => [
  4092.                             ],
  4093.                         ],
  4094.                         => [
  4095.                             'admin' => 'admin.city',
  4096.                             'label' => '',
  4097.                             'route' => '',
  4098.                             'route_params' => [
  4099.                             ],
  4100.                             'route_absolute' => false,
  4101.                             'roles' => [
  4102.                             ],
  4103.                         ],
  4104.                         => [
  4105.                             'admin' => 'admin.pickup_locations',
  4106.                             'label' => '',
  4107.                             'route' => '',
  4108.                             'route_params' => [
  4109.                             ],
  4110.                             'route_absolute' => false,
  4111.                             'roles' => [
  4112.                             ],
  4113.                         ],
  4114.                         => [
  4115.                             'admin' => 'admin.bio_certification',
  4116.                             'label' => '',
  4117.                             'route' => '',
  4118.                             'route_params' => [
  4119.                             ],
  4120.                             'route_absolute' => false,
  4121.                             'roles' => [
  4122.                             ],
  4123.                         ],
  4124.                         => [
  4125.                             'admin' => 'admin.delivery_route',
  4126.                             'label' => '',
  4127.                             'route' => '',
  4128.                             'route_params' => [
  4129.                             ],
  4130.                             'route_absolute' => false,
  4131.                             'roles' => [
  4132.                             ],
  4133.                         ],
  4134.                         => [
  4135.                             'admin' => 'admin.diet',
  4136.                             'label' => '',
  4137.                             'route' => '',
  4138.                             'route_params' => [
  4139.                             ],
  4140.                             'route_absolute' => false,
  4141.                             'roles' => [
  4142.                             ],
  4143.                         ],
  4144.                         => [
  4145.                             'admin' => 'admin.user',
  4146.                             'label' => '',
  4147.                             'route' => '',
  4148.                             'route_params' => [
  4149.                             ],
  4150.                             'route_absolute' => false,
  4151.                             'roles' => [
  4152.                             ],
  4153.                         ],
  4154.                         => [
  4155.                             'admin' => 'admin.email_sent',
  4156.                             'label' => '',
  4157.                             'route' => '',
  4158.                             'route_params' => [
  4159.                             ],
  4160.                             'route_absolute' => false,
  4161.                             'roles' => [
  4162.                             ],
  4163.                         ],
  4164.                         => [
  4165.                             'admin' => 'admin.financial_tax',
  4166.                             'label' => '',
  4167.                             'route' => '',
  4168.                             'route_params' => [
  4169.                             ],
  4170.                             'route_absolute' => false,
  4171.                             'roles' => [
  4172.                             ],
  4173.                         ],
  4174.                         10 => [
  4175.                             'admin' => 'admin.financial_log',
  4176.                             'label' => '',
  4177.                             'route' => '',
  4178.                             'route_params' => [
  4179.                             ],
  4180.                             'route_absolute' => false,
  4181.                             'roles' => [
  4182.                             ],
  4183.                         ],
  4184.                         11 => [
  4185.                             'admin' => 'admin.storage',
  4186.                             'label' => '',
  4187.                             'route' => '',
  4188.                             'route_params' => [
  4189.                             ],
  4190.                             'route_absolute' => false,
  4191.                             'roles' => [
  4192.                             ],
  4193.                         ],
  4194.                         12 => [
  4195.                             'admin' => 'admin.region',
  4196.                             'label' => '',
  4197.                             'route' => '',
  4198.                             'route_params' => [
  4199.                             ],
  4200.                             'route_absolute' => false,
  4201.                             'roles' => [
  4202.                             ],
  4203.                         ],
  4204.                         13 => [
  4205.                             'admin' => 'admin.conservation',
  4206.                             'label' => '',
  4207.                             'route' => '',
  4208.                             'route_params' => [
  4209.                             ],
  4210.                             'route_absolute' => false,
  4211.                             'roles' => [
  4212.                             ],
  4213.                         ],
  4214.                         14 => [
  4215.                             'admin' => 'admin.product_replacement_script',
  4216.                             'label' => '',
  4217.                             'route' => '',
  4218.                             'route_params' => [
  4219.                             ],
  4220.                             'route_absolute' => false,
  4221.                             'roles' => [
  4222.                             ],
  4223.                         ],
  4224.                     ],
  4225.                     'roles' => [
  4226.                         => 'ROLE_ADMIN_SYSTEM',
  4227.                     ],
  4228.                     'on_top' => false,
  4229.                     'keep_open' => false,
  4230.                     'item_adds' => [
  4231.                     ],
  4232.                 ],
  4233.             ],
  4234.             'sonata.admin.configuration.dashboard_blocks' => [
  4235.                 => [
  4236.                     'type' => 'sonata.admin.block.admin_list',
  4237.                     'position' => 'right',
  4238.                     'roles' => [
  4239.                     ],
  4240.                     'settings' => [
  4241.                     ],
  4242.                     'class' => 'col-md-4',
  4243.                 ],
  4244.             ],
  4245.             'sonata.admin.configuration.sort_admins' => false,
  4246.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  4247.             'sonata.admin.configuration.default_group' => 'default',
  4248.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4249.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  4250.             'sonata.admin.configuration.breadcrumbs' => [
  4251.                 'child_admin_route' => 'edit',
  4252.             ],
  4253.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  4254.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  4255.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4256.             'sonata.admin.configuration.security.information' => [
  4257.             ],
  4258.             'sonata.admin.configuration.security.admin_permissions' => [
  4259.                 => 'CREATE',
  4260.                 => 'LIST',
  4261.                 => 'DELETE',
  4262.                 => 'UNDELETE',
  4263.                 => 'EXPORT',
  4264.                 => 'OPERATOR',
  4265.                 => 'MASTER',
  4266.             ],
  4267.             'sonata.admin.configuration.security.object_permissions' => [
  4268.                 => 'VIEW',
  4269.                 => 'EDIT',
  4270.                 => 'DELETE',
  4271.                 => 'UNDELETE',
  4272.                 => 'OPERATOR',
  4273.                 => 'MASTER',
  4274.                 => 'OWNER',
  4275.             ],
  4276.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4277.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4278.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4279.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4280.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4281.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4282.             'sonata.admin.extension.map' => [
  4283.                 'admins' => [
  4284.                 ],
  4285.                 'excludes' => [
  4286.                 ],
  4287.                 'implements' => [
  4288.                 ],
  4289.                 'extends' => [
  4290.                 ],
  4291.                 'instanceof' => [
  4292.                 ],
  4293.                 'uses' => [
  4294.                 ],
  4295.             ],
  4296.             'sonata.admin.configuration.filters.persist' => false,
  4297.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4298.             'sonata.admin.configuration.show.mosaic.button' => true,
  4299.             'sonata.admin.configuration.translate_group_label' => false,
  4300.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4301.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4302.             'sonata_doctrine_orm_admin.templates' => [
  4303.                 'types' => [
  4304.                     'list' => [
  4305.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4306.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4307.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4308.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4309.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4310.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  4311.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4312.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4313.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4314.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4315.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  4316.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  4317.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4318.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  4319.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4320.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4321.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4322.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4323.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4324.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4325.                     ],
  4326.                     'show' => [
  4327.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4328.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4329.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4330.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4331.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4332.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4333.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4334.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4335.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4336.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4337.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4338.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4339.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4340.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4341.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4342.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4343.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4344.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4345.                     ],
  4346.                 ],
  4347.                 'form' => [
  4348.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  4349.                 ],
  4350.                 'filter' => [
  4351.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  4352.                 ],
  4353.             ],
  4354.             'spec_shaper_encrypt.encrypt_key' => 'dO1Ici3Lt/IAWsAcGwuErxhq7+7N90solWSA63lAT84=',
  4355.             'spec_shaper_encrypt.method' => 'OpenSSL',
  4356.             'spec_shaper_encrypt.subscriber_class' => 'SpecShaper\\EncryptBundle\\Subscribers\\DoctrineEncryptSubscriber',
  4357.             'spec_shaper_encrypt.annotation_classes' => [
  4358.                 => 'SpecShaper\\EncryptBundle\\Annotations\\Encrypted',
  4359.             ],
  4360.             'spec_shaper_encrypt.is_disabled' => false,
  4361.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  4362.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  4363.             'knp_paginator.templating.helper.pagination.class' => 'Knp\\Bundle\\PaginatorBundle\\Templating\\PaginationHelper',
  4364.             'knp_paginator.template.pagination' => 'bundles/knp-paginator-bundle/pagination.html.twig',
  4365.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4366.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4367.             'knp_paginator.page_range' => 5,
  4368.             'gregwar_image.cache_dir' => 'cache',
  4369.             'gregwar_image.cache_dir_mode' => NULL,
  4370.             'gregwar_image.throw_exception' => false,
  4371.             'gregwar_image.fallback_image' => NULL,
  4372.             'gregwar_image.web_dir' => (\dirname(__DIR__4).'/src/../web'),
  4373.             'image.handling.class' => 'Gregwar\\ImageBundle\\Services\\ImageHandling',
  4374.             'image.handler.class' => 'Gregwar\\ImageBundle\\ImageHandler',
  4375.             'sonata_annotation.directory' => (\dirname(__DIR__4).'/src/'),
  4376.             'knp_snappy.pdf.binary' => '/usr/bin/wkhtmltopdf',
  4377.             'knp_snappy.pdf.options' => [
  4378.                 'viewport-size' => '‘1024x768’',
  4379.                 'page-size' => 'A4',
  4380.             ],
  4381.             'knp_snappy.pdf.env' => [
  4382.             ],
  4383.             'knp_snappy.image.binary' => '/usr/bin/wkhtmltoimage',
  4384.             'knp_snappy.image.options' => [
  4385.             ],
  4386.             'knp_snappy.image.env' => [
  4387.             ],
  4388.             'data_collector.templates' => [
  4389.                 'data_collector.request' => [
  4390.                     => 'request',
  4391.                     => '@WebProfiler/Collector/request.html.twig',
  4392.                 ],
  4393.                 'data_collector.time' => [
  4394.                     => 'time',
  4395.                     => '@WebProfiler/Collector/time.html.twig',
  4396.                 ],
  4397.                 'data_collector.memory' => [
  4398.                     => 'memory',
  4399.                     => '@WebProfiler/Collector/memory.html.twig',
  4400.                 ],
  4401.                 'data_collector.validator' => [
  4402.                     => 'validator',
  4403.                     => '@WebProfiler/Collector/validator.html.twig',
  4404.                 ],
  4405.                 'data_collector.ajax' => [
  4406.                     => 'ajax',
  4407.                     => '@WebProfiler/Collector/ajax.html.twig',
  4408.                 ],
  4409.                 'data_collector.form' => [
  4410.                     => 'form',
  4411.                     => '@WebProfiler/Collector/form.html.twig',
  4412.                 ],
  4413.                 'data_collector.exception' => [
  4414.                     => 'exception',
  4415.                     => '@WebProfiler/Collector/exception.html.twig',
  4416.                 ],
  4417.                 'data_collector.logger' => [
  4418.                     => 'logger',
  4419.                     => '@WebProfiler/Collector/logger.html.twig',
  4420.                 ],
  4421.                 'data_collector.events' => [
  4422.                     => 'events',
  4423.                     => '@WebProfiler/Collector/events.html.twig',
  4424.                 ],
  4425.                 'data_collector.router' => [
  4426.                     => 'router',
  4427.                     => '@WebProfiler/Collector/router.html.twig',
  4428.                 ],
  4429.                 'data_collector.cache' => [
  4430.                     => 'cache',
  4431.                     => '@WebProfiler/Collector/cache.html.twig',
  4432.                 ],
  4433.                 'data_collector.translation' => [
  4434.                     => 'translation',
  4435.                     => '@WebProfiler/Collector/translation.html.twig',
  4436.                 ],
  4437.                 'data_collector.security' => [
  4438.                     => 'security',
  4439.                     => '@Security/Collector/security.html.twig',
  4440.                 ],
  4441.                 'data_collector.twig' => [
  4442.                     => 'twig',
  4443.                     => '@WebProfiler/Collector/twig.html.twig',
  4444.                 ],
  4445.                 'data_collector.doctrine' => [
  4446.                     => 'db',
  4447.                     => '@Doctrine/Collector/db.html.twig',
  4448.                 ],
  4449.                 'swiftmailer.data_collector' => [
  4450.                     => 'swiftmailer',
  4451.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4452.                 ],
  4453.                 'httplug.collector.collector' => [
  4454.                     => 'httplug',
  4455.                     => '@Httplug/webprofiler.html.twig',
  4456.                 ],
  4457.                 'fos_elastica.data_collector' => [
  4458.                     => 'elastica',
  4459.                     => '@FOSElastica/Collector/elastica.html.twig',
  4460.                 ],
  4461.                 'sonata.block.data_collector' => [
  4462.                     => 'block',
  4463.                     => '@SonataBlock/Profiler/block.html.twig',
  4464.                 ],
  4465.                 'data_collector.config' => [
  4466.                     => 'config',
  4467.                     => '@WebProfiler/Collector/config.html.twig',
  4468.                 ],
  4469.             ],
  4470.             'sonata.core.form.types' => [
  4471.                 => 'App\\Form\\BadgeType',
  4472.                 => 'App\\Form\\CartCheckoutType',
  4473.                 => 'App\\Form\\CartProductInvoicingType',
  4474.                 => 'App\\Form\\CartProductType',
  4475.                 => 'App\\Form\\CartType',
  4476.                 => 'App\\Form\\CategoryType',
  4477.                 => 'App\\Form\\CompanyDefaultShippingType',
  4478.                 => 'App\\Form\\CompanyDepositType',
  4479.                 => 'App\\Form\\CompanyLocationType',
  4480.                 => 'App\\Form\\CompanyPaymentType',
  4481.                 10 => 'App\\Form\\CompanySubscriptionType',
  4482.                 11 => 'App\\Form\\CompanyType',
  4483.                 12 => 'App\\Form\\CustomOrderType',
  4484.                 13 => 'App\\Form\\DeliveryMethodType',
  4485.                 14 => 'App\\Form\\InvoiceServiceItemType',
  4486.                 15 => 'App\\Form\\InvoiceType',
  4487.                 16 => 'App\\Form\\MaturinOrderType',
  4488.                 17 => 'App\\Form\\MessageType',
  4489.                 18 => 'App\\Form\\NewsLetterSubscribeType',
  4490.                 19 => 'App\\Form\\PricingDiscountType',
  4491.                 20 => 'App\\Form\\PricingType',
  4492.                 21 => 'App\\Form\\ProductDealType',
  4493.                 22 => 'App\\Form\\ProductFormatType',
  4494.                 23 => 'App\\Form\\ProductInBoxType',
  4495.                 24 => 'App\\Form\\ProductReplenishmentItemType',
  4496.                 25 => 'App\\Form\\ProductReplenishmentType',
  4497.                 26 => 'App\\Form\\ProductType',
  4498.                 27 => 'App\\Form\\RecurringOrderType',
  4499.                 28 => 'App\\Form\\RegistrationType',
  4500.                 29 => 'App\\Form\\StorageType',
  4501.                 30 => 'App\\Form\\Type\\EditorType',
  4502.                 31 => 'App\\Form\\Type\\ImageType',
  4503.                 32 => 'App\\Form\\Type\\ImagesType',
  4504.                 33 => 'App\\Form\\Type\\PhoneType',
  4505.                 34 => 'App\\Form\\UserLocationType',
  4506.                 35 => 'App\\Form\\UserShippingLocationType',
  4507.                 36 => 'App\\Form\\UserSurveyType',
  4508.                 37 => 'App\\Form\\UserType',
  4509.                 38 => 'app.form.registration',
  4510.                 39 => 'form.type.form',
  4511.                 40 => 'form.type.choice',
  4512.                 41 => 'form.type.file',
  4513.                 42 => 'form.type.entity',
  4514.                 43 => 'fos_user.username_form_type',
  4515.                 44 => 'fos_user.profile.form.type',
  4516.                 45 => 'fos_user.registration.form.type',
  4517.                 46 => 'fos_user.change_password.form.type',
  4518.                 47 => 'fos_user.resetting.form.type',
  4519.                 48 => 'sonata.core.form.type.array_legacy',
  4520.                 49 => 'sonata.core.form.type.boolean_legacy',
  4521.                 50 => 'sonata.core.form.type.collection_legacy',
  4522.                 51 => 'sonata.core.form.type.translatable_choice',
  4523.                 52 => 'sonata.core.form.type.date_range_legacy',
  4524.                 53 => 'sonata.core.form.type.datetime_range_legacy',
  4525.                 54 => 'sonata.core.form.type.date_picker_legacy',
  4526.                 55 => 'sonata.core.form.type.datetime_picker_legacy',
  4527.                 56 => 'sonata.core.form.type.date_range_picker_legacy',
  4528.                 57 => 'sonata.core.form.type.datetime_range_picker_legacy',
  4529.                 58 => 'sonata.core.form.type.equal_legacy',
  4530.                 59 => 'sonata.core.form.type.color_selector',
  4531.                 60 => 'sonata.core.form.type.color_legacy',
  4532.                 61 => 'sonata.core.form.type.array',
  4533.                 62 => 'sonata.core.form.type.boolean',
  4534.                 63 => 'sonata.core.form.type.collection',
  4535.                 64 => 'sonata.core.form.type.date_range',
  4536.                 65 => 'sonata.core.form.type.datetime_range',
  4537.                 66 => 'sonata.core.form.type.date_picker',
  4538.                 67 => 'sonata.core.form.type.datetime_picker',
  4539.                 68 => 'sonata.core.form.type.date_range_picker',
  4540.                 69 => 'sonata.core.form.type.datetime_range_picker',
  4541.                 70 => 'sonata.core.form.type.equal',
  4542.                 71 => 'sonata.block.form.type.block',
  4543.                 72 => 'sonata.block.form.type.container_template',
  4544.                 73 => 'sonata.admin.form.type.admin',
  4545.                 74 => 'sonata.admin.form.type.model_choice',
  4546.                 75 => 'sonata.admin.form.type.model_list',
  4547.                 76 => 'sonata.admin.form.type.model_reference',
  4548.                 77 => 'sonata.admin.form.type.model_hidden',
  4549.                 78 => 'sonata.admin.form.type.model_autocomplete',
  4550.                 79 => 'sonata.admin.form.type.collection',
  4551.                 80 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  4552.                 81 => 'sonata.admin.form.filter.type.number',
  4553.                 82 => 'sonata.admin.form.filter.type.choice',
  4554.                 83 => 'sonata.admin.form.filter.type.default',
  4555.                 84 => 'sonata.admin.form.filter.type.date',
  4556.                 85 => 'sonata.admin.form.filter.type.daterange',
  4557.                 86 => 'sonata.admin.form.filter.type.datetime',
  4558.                 87 => 'sonata.admin.form.filter.type.datetime_range',
  4559.             ],
  4560.             'sonata.core.form.type_extensions' => [
  4561.                 => 'form.type_extension.form.transformation_failure_handling',
  4562.                 => 'form.type_extension.form.http_foundation',
  4563.                 => 'form.type_extension.form.validator',
  4564.                 => 'form.type_extension.repeated.validator',
  4565.                 => 'form.type_extension.submit.validator',
  4566.                 => 'form.type_extension.upload.validator',
  4567.                 => 'form.type_extension.csrf',
  4568.                 => 'form.type_extension.form.data_collector',
  4569.                 => 'sonata.admin.form.extension.field',
  4570.                 => 'sonata.admin.form.extension.field.mopa',
  4571.                 10 => 'sonata.admin.form.extension.choice',
  4572.             ],
  4573.             'console.command.ids' => [
  4574.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4575.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4576.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4577.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4578.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  4579.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  4580.                 => 'console.command.public_alias.SpecShaper\\EncryptBundle\\Command\\GenKeyCommand',
  4581.             ],
  4582.         ];
  4583.     }
  4584. }