var/cache/dev/Container1DHzoW6/srcApp_KernelDevDebugContainer.php line 9143

Open in your IDE?
  1. <?php
  2. namespace Container1DHzoW6;
  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.             'App\\Admin\\Controller\\ClientAdminController' => 'getClientAdminControllerService',
  37.             'App\\Admin\\Controller\\ReserveAdminController' => 'getReserveAdminControllerService',
  38.             'App\\Admin\\Controller\\StatisticAdminController' => 'getStatisticAdminControllerService',
  39.             'App\\Admin\\Controller\\StatisticBalanceAdminController' => 'getStatisticBalanceAdminControllerService',
  40.             'App\\Admin\\Controller\\StatisticClientsAdminController' => 'getStatisticClientsAdminControllerService',
  41.             'App\\Admin\\Controller\\StatisticFinanceAdminController' => 'getStatisticFinanceAdminControllerService',
  42.             'App\\Admin\\Controller\\StatisticMotorcycleAdminController' => 'getStatisticMotorcycleAdminControllerService',
  43.             'App\\Admin\\Controller\\TransactionDailyAdminController' => 'getTransactionDailyAdminControllerService',
  44.             'App\\Controller\\Api\\BurnOutTelegramMessengerController' => 'getBurnOutTelegramMessengerControllerService',
  45.             'App\\Controller\\Api\\LoginController' => 'getLoginControllerService',
  46.             'App\\Controller\\Api\\RegistrationController' => 'getRegistrationControllerService',
  47.             'App\\Controller\\Api\\SiteMessageController' => 'getSiteMessageControllerService',
  48.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  49.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  50.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  51.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  52.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  53.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  54.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  55.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  56.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService',
  57.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService',
  58.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  59.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  60.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  61.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  62.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService',
  63.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  64.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  65.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  68.             'admin.balance.statistic' => 'getAdmin_Balance_StatisticService',
  69.             'admin.balance.statistic.template_registry' => 'getAdmin_Balance_Statistic_TemplateRegistryService',
  70.             'admin.client' => 'getAdmin_ClientService',
  71.             'admin.client.template_registry' => 'getAdmin_Client_TemplateRegistryService',
  72.             'admin.clients.statistic' => 'getAdmin_Clients_StatisticService',
  73.             'admin.clients.statistic.template_registry' => 'getAdmin_Clients_Statistic_TemplateRegistryService',
  74.             'admin.finance.statistic' => 'getAdmin_Finance_StatisticService',
  75.             'admin.finance.statistic.template_registry' => 'getAdmin_Finance_Statistic_TemplateRegistryService',
  76.             'admin.motorcycle' => 'getAdmin_MotorcycleService',
  77.             'admin.motorcycle.statistic' => 'getAdmin_Motorcycle_StatisticService',
  78.             'admin.motorcycle.statistic.template_registry' => 'getAdmin_Motorcycle_Statistic_TemplateRegistryService',
  79.             'admin.motorcycle.template_registry' => 'getAdmin_Motorcycle_TemplateRegistryService',
  80.             'admin.rental_price' => 'getAdmin_RentalPriceService',
  81.             'admin.rental_price.template_registry' => 'getAdmin_RentalPrice_TemplateRegistryService',
  82.             'admin.reserve' => 'getAdmin_ReserveService',
  83.             'admin.reserve.active' => 'getAdmin_Reserve_ActiveService',
  84.             'admin.reserve.active.template_registry' => 'getAdmin_Reserve_Active_TemplateRegistryService',
  85.             'admin.reserve.approved' => 'getAdmin_Reserve_ApprovedService',
  86.             'admin.reserve.approved.template_registry' => 'getAdmin_Reserve_Approved_TemplateRegistryService',
  87.             'admin.reserve.canceled' => 'getAdmin_Reserve_CanceledService',
  88.             'admin.reserve.canceled.template_registry' => 'getAdmin_Reserve_Canceled_TemplateRegistryService',
  89.             'admin.reserve.declined' => 'getAdmin_Reserve_DeclinedService',
  90.             'admin.reserve.declined.template_registry' => 'getAdmin_Reserve_Declined_TemplateRegistryService',
  91.             'admin.reserve.ended' => 'getAdmin_Reserve_EndedService',
  92.             'admin.reserve.ended.template_registry' => 'getAdmin_Reserve_Ended_TemplateRegistryService',
  93.             'admin.reserve.requested' => 'getAdmin_Reserve_RequestedService',
  94.             'admin.reserve.requested.template_registry' => 'getAdmin_Reserve_Requested_TemplateRegistryService',
  95.             'admin.reserve.template_registry' => 'getAdmin_Reserve_TemplateRegistryService',
  96.             'admin.service_history' => 'getAdmin_ServiceHistoryService',
  97.             'admin.service_history.template_registry' => 'getAdmin_ServiceHistory_TemplateRegistryService',
  98.             'admin.service_performer' => 'getAdmin_ServicePerformerService',
  99.             'admin.service_performer.template_registry' => 'getAdmin_ServicePerformer_TemplateRegistryService',
  100.             'admin.service_work_type' => 'getAdmin_ServiceWorkTypeService',
  101.             'admin.service_work_type.template_registry' => 'getAdmin_ServiceWorkType_TemplateRegistryService',
  102.             'admin.spare_part' => 'getAdmin_SparePartService',
  103.             'admin.spare_part.template_registry' => 'getAdmin_SparePart_TemplateRegistryService',
  104.             'admin.transaction' => 'getAdmin_TransactionService',
  105.             'admin.transaction.template_registry' => 'getAdmin_Transaction_TemplateRegistryService',
  106.             'admin.transaction_category' => 'getAdmin_TransactionCategoryService',
  107.             'admin.transaction_category.template_registry' => 'getAdmin_TransactionCategory_TemplateRegistryService',
  108.             'admin.transaction_daily' => 'getAdmin_TransactionDailyService',
  109.             'admin.transaction_daily.template_registry' => 'getAdmin_TransactionDaily_TemplateRegistryService',
  110.             'cache.app' => 'getCache_AppService',
  111.             'cache.app_clearer' => 'getCache_AppClearerService',
  112.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  113.             'cache.system' => 'getCache_SystemService',
  114.             'cache.system_clearer' => 'getCache_SystemClearerService',
  115.             'cache_clearer' => 'getCacheClearerService',
  116.             'cache_warmer' => 'getCacheWarmerService',
  117.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService',
  118.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService',
  119.             'console.command_loader' => 'getConsole_CommandLoaderService',
  120.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  121.             'data_collector.dump' => 'getDataCollector_DumpService',
  122.             'doctrine' => 'getDoctrineService',
  123.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  124.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  125.             'error_controller' => 'getErrorControllerService',
  126.             'event_dispatcher' => 'getEventDispatcherService',
  127.             'filesystem' => 'getFilesystemService',
  128.             'form.factory' => 'getForm_FactoryService',
  129.             'form.type.file' => 'getForm_Type_FileService',
  130.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  131.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  132.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  133.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  134.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  135.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  136.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  137.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  138.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  139.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  140.             'http_kernel' => 'getHttpKernelService',
  141.             'jms_serializer' => 'getJmsSerializerService',
  142.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  143.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  144.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  145.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  146.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  147.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  148.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  149.             'mailer' => 'getMailerService',
  150.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  151.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  152.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  153.             'profiler' => 'getProfilerService',
  154.             'request_stack' => 'getRequestStackService',
  155.             'router' => 'getRouterService',
  156.             'routing.loader' => 'getRouting_LoaderService',
  157.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  158.             'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  159.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  160.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  161.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  162.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  163.             'security.token_storage' => 'getSecurity_TokenStorageService',
  164.             'serializer' => 'getSerializerService',
  165.             'services_resetter' => 'getServicesResetterService',
  166.             'session' => 'getSessionService',
  167.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  168.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  169.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  170.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  171.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  172.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  173.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  174.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  175.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  176.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  177.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  178.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  179.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  180.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  181.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  182.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  183.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  184.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  185.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  186.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  187.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  188.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  189.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  190.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  191.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  192.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  193.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  194.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  195.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  196.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  197.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  198.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  199.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  200.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  201.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  202.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  203.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  204.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  205.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  206.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  207.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  208.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  209.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  210.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  211.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  212.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  213.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  214.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  215.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  216.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  217.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  218.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  219.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  220.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  221.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  222.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  223.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  224.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  225.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  226.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  227.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  228.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  229.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  230.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  231.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  232.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  233.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  234.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  235.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  236.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  237.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  238.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  239.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  240.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  241.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  242.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  243.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  244.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  245.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  246.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  247.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  248.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  249.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  250.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  251.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  252.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  253.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  254.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  255.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  256.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService',
  257.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService',
  258.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService',
  259.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService',
  260.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService',
  261.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService',
  262.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService',
  263.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService',
  264.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService',
  265.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService',
  266.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService',
  267.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService',
  268.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService',
  269.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService',
  270.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService',
  271.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService',
  272.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService',
  273.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService',
  274.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService',
  275.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService',
  276.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService',
  277.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService',
  278.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService',
  279.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService',
  280.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService',
  281.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService',
  282.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService',
  283.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService',
  284.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService',
  285.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService',
  286.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService',
  287.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  288.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  289.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService',
  290.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService',
  291.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService',
  292.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  293.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  294.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService',
  295.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService',
  296.             'templating' => 'getTemplatingService',
  297.             'templating.loader' => 'getTemplating_LoaderService',
  298.             'translator' => 'getTranslatorService',
  299.             'twig' => 'getTwigService',
  300.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  301.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  302.             'validator' => 'getValidatorService',
  303.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  304.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  305.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  306.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  307.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  308.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService',
  309.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  310.         ];
  311.         $this->aliases = [
  312.             'database_connection' => 'doctrine.dbal.default_connection',
  313.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  314.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  315.             'sonata.user.group_manager' => 'fos_user.group_manager',
  316.             'sonata.user.user_manager' => 'fos_user.user_manager',
  317.         ];
  318.         $this->privates['service_container'] = function () {
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  325.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  338.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  363.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  390.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/src/StringExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  504.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  506.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  519.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  521.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  567.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  592.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  604.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  625.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  628.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  638.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  643.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  649.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  650.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  651.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  663.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  679.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  686.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  688.         };
  689.     }
  690.     public function compile(): void
  691.     {
  692.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  693.     }
  694.     public function isCompiled(): bool
  695.     {
  696.         return true;
  697.     }
  698.     public function getRemovedIds(): array
  699.     {
  700.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  701.     }
  702.     /**
  703.      * Gets the public 'App\Admin\Controller\ClientAdminController' shared autowired service.
  704.      *
  705.      * @return \App\Admin\Controller\ClientAdminController
  706.      */
  707.     protected function getClientAdminControllerService()
  708.     {
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  713.         include_once \dirname(__DIR__4).'/src/Admin/Controller/ClientAdminController.php';
  714.         return $this->services['App\\Admin\\Controller\\ClientAdminController'] = new \App\Admin\Controller\ClientAdminController(($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  715.     }
  716.     /**
  717.      * Gets the public 'App\Admin\Controller\ReserveAdminController' shared autowired service.
  718.      *
  719.      * @return \App\Admin\Controller\ReserveAdminController
  720.      */
  721.     protected function getReserveAdminControllerService()
  722.     {
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  726.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  727.         include_once \dirname(__DIR__4).'/src/Admin/Controller/ReserveAdminController.php';
  728.         include_once \dirname(__DIR__4).'/src/EntityService/ReserveEntityService.php';
  729.         return $this->services['App\\Admin\\Controller\\ReserveAdminController'] = new \App\Admin\Controller\ReserveAdminController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReserveRepository'] ?? $this->getReserveRepositoryService()), ($this->privates['App\\Repository\\MotorcycleRepository'] ?? $this->getMotorcycleRepositoryService()), ($this->privates['App\\Repository\\EquipmentRepository'] ?? $this->getEquipmentRepositoryService()), new \App\EntityService\ReserveEntityService(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  730.     }
  731.     /**
  732.      * Gets the public 'App\Admin\Controller\StatisticAdminController' shared autowired service.
  733.      *
  734.      * @return \App\Admin\Controller\StatisticAdminController
  735.      */
  736.     protected function getStatisticAdminControllerService()
  737.     {
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  740.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  742.         include_once \dirname(__DIR__4).'/src/Admin/Controller/StatisticAdminController.php';
  743.         return $this->services['App\\Admin\\Controller\\StatisticAdminController'] = new \App\Admin\Controller\StatisticAdminController(($this->privates['App\\Repository\\ReserveRepository'] ?? $this->getReserveRepositoryService()), ($this->privates['App\\Repository\\MotorcycleRepository'] ?? $this->getMotorcycleRepositoryService()));
  744.     }
  745.     /**
  746.      * Gets the public 'App\Admin\Controller\StatisticBalanceAdminController' shared autowired service.
  747.      *
  748.      * @return \App\Admin\Controller\StatisticBalanceAdminController
  749.      */
  750.     protected function getStatisticBalanceAdminControllerService()
  751.     {
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  756.         include_once \dirname(__DIR__4).'/src/Admin/Controller/StatisticBalanceAdminController.php';
  757.         return $this->services['App\\Admin\\Controller\\StatisticBalanceAdminController'] = new \App\Admin\Controller\StatisticBalanceAdminController(($this->privates['App\\Service\\StatisticService'] ?? $this->getStatisticServiceService()));
  758.     }
  759.     /**
  760.      * Gets the public 'App\Admin\Controller\StatisticClientsAdminController' shared autowired service.
  761.      *
  762.      * @return \App\Admin\Controller\StatisticClientsAdminController
  763.      */
  764.     protected function getStatisticClientsAdminControllerService()
  765.     {
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  770.         include_once \dirname(__DIR__4).'/src/Admin/Controller/StatisticClientsAdminController.php';
  771.         return $this->services['App\\Admin\\Controller\\StatisticClientsAdminController'] = new \App\Admin\Controller\StatisticClientsAdminController(($this->privates['App\\Service\\StatisticService'] ?? $this->getStatisticServiceService()));
  772.     }
  773.     /**
  774.      * Gets the public 'App\Admin\Controller\StatisticFinanceAdminController' shared autowired service.
  775.      *
  776.      * @return \App\Admin\Controller\StatisticFinanceAdminController
  777.      */
  778.     protected function getStatisticFinanceAdminControllerService()
  779.     {
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  784.         include_once \dirname(__DIR__4).'/src/Admin/Controller/StatisticFinanceAdminController.php';
  785.         return $this->services['App\\Admin\\Controller\\StatisticFinanceAdminController'] = new \App\Admin\Controller\StatisticFinanceAdminController(($this->privates['App\\Service\\StatisticService'] ?? $this->getStatisticServiceService()));
  786.     }
  787.     /**
  788.      * Gets the public 'App\Admin\Controller\StatisticMotorcycleAdminController' shared autowired service.
  789.      *
  790.      * @return \App\Admin\Controller\StatisticMotorcycleAdminController
  791.      */
  792.     protected function getStatisticMotorcycleAdminControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  797.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  798.         include_once \dirname(__DIR__4).'/src/Admin/Controller/StatisticMotorcycleAdminController.php';
  799.         return $this->services['App\\Admin\\Controller\\StatisticMotorcycleAdminController'] = new \App\Admin\Controller\StatisticMotorcycleAdminController(($this->privates['App\\Service\\StatisticService'] ?? $this->getStatisticServiceService()));
  800.     }
  801.     /**
  802.      * Gets the public 'App\Admin\Controller\TransactionDailyAdminController' shared autowired service.
  803.      *
  804.      * @return \App\Admin\Controller\TransactionDailyAdminController
  805.      */
  806.     protected function getTransactionDailyAdminControllerService()
  807.     {
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  812.         include_once \dirname(__DIR__4).'/src/Admin/Controller/TransactionDailyAdminController.php';
  813.         return $this->services['App\\Admin\\Controller\\TransactionDailyAdminController'] = new \App\Admin\Controller\TransactionDailyAdminController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  814.     }
  815.     /**
  816.      * Gets the public 'App\Controller\Api\BurnOutTelegramMessengerController' shared autowired service.
  817.      *
  818.      * @return \App\Controller\Api\BurnOutTelegramMessengerController
  819.      */
  820.     protected function getBurnOutTelegramMessengerControllerService()
  821.     {
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  824.         include_once \dirname(__DIR__4).'/src/Controller/Api/BurnOutTelegramMessengerController.php';
  825.         $this->services['App\\Controller\\Api\\BurnOutTelegramMessengerController'] = $instance = new \App\Controller\Api\BurnOutTelegramMessengerController();
  826.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Api\\BurnOutTelegramMessengerController'$this));
  827.         return $instance;
  828.     }
  829.     /**
  830.      * Gets the public 'App\Controller\Api\LoginController' shared autowired service.
  831.      *
  832.      * @return \App\Controller\Api\LoginController
  833.      */
  834.     protected function getLoginControllerService()
  835.     {
  836.         include_once \dirname(__DIR__4).'/src/Controller/Api/LoginController.php';
  837.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  838.         return $this->services['App\\Controller\\Api\\LoginController'] = new \App\Controller\Api\LoginController(($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), new \App\Service\TokenService(), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()));
  839.     }
  840.     /**
  841.      * Gets the public 'App\Controller\Api\RegistrationController' shared autowired service.
  842.      *
  843.      * @return \App\Controller\Api\RegistrationController
  844.      */
  845.     protected function getRegistrationControllerService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  849.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  850.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  851.         include_once \dirname(__DIR__4).'/src/Controller/Api/RegistrationController.php';
  852.         include_once \dirname(__DIR__4).'/src/Service/PasswordService.php';
  853.         $this->services['App\\Controller\\Api\\RegistrationController'] = $instance = new \App\Controller\Api\RegistrationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()), new \App\Service\PasswordService());
  854.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  855.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  856.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  857.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  858.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  859.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  860.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  861.             'router' => ['services''router''getRouterService'false],
  862.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  863.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  864.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  865.             'serializer' => ['services''serializer''getSerializerService'false],
  866.             'session' => ['services''session''getSessionService'false],
  867.             'templating' => ['services''templating''getTemplatingService'false],
  868.             'twig' => ['services''twig''getTwigService'false],
  869.         ], [
  870.             'doctrine' => '?',
  871.             'form.factory' => '?',
  872.             'fos_rest.view_handler' => '?',
  873.             'http_kernel' => '?',
  874.             'parameter_bag' => '?',
  875.             'request_stack' => '?',
  876.             'router' => '?',
  877.             'security.authorization_checker' => '?',
  878.             'security.csrf.token_manager' => '?',
  879.             'security.token_storage' => '?',
  880.             'serializer' => '?',
  881.             'session' => '?',
  882.             'templating' => '?',
  883.             'twig' => '?',
  884.         ]))->withContext('App\\Controller\\Api\\RegistrationController'$this));
  885.         return $instance;
  886.     }
  887.     /**
  888.      * Gets the public 'App\Controller\Api\SiteMessageController' shared autowired service.
  889.      *
  890.      * @return \App\Controller\Api\SiteMessageController
  891.      */
  892.     protected function getSiteMessageControllerService()
  893.     {
  894.         include_once \dirname(__DIR__4).'/src/Controller/Api/SiteMessageController.php';
  895.         include_once \dirname(__DIR__4).'/src/Service/TelegramService.php';
  896.         return $this->services['App\\Controller\\Api\\SiteMessageController'] = new \App\Controller\Api\SiteMessageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Service\TelegramService());
  897.     }
  898.     /**
  899.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  900.      *
  901.      * @return \App\Controller\IndexController
  902.      */
  903.     protected function getIndexControllerService()
  904.     {
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  907.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  908.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController();
  909.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\IndexController'$this));
  910.         return $instance;
  911.     }
  912.     /**
  913.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  914.      *
  915.      * @return \Sonata\AdminBundle\Action\DashboardAction
  916.      */
  917.     protected function getDashboardActionService()
  918.     {
  919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  920.         return $this->services['Sonata\\AdminBundle\\Action\\DashboardAction'] = new \Sonata\AdminBundle\Action\DashboardAction($this->parameters['sonata.admin.configuration.dashboard_blocks'], ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['twig'] ?? $this->getTwigService()));
  921.     }
  922.     /**
  923.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  924.      *
  925.      * @return \Sonata\AdminBundle\Action\SearchAction
  926.      */
  927.     protected function getSearchActionService()
  928.     {
  929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  930.         return $this->services['Sonata\\AdminBundle\\Action\\SearchAction'] = new \Sonata\AdminBundle\Action\SearchAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['twig'] ?? $this->getTwigService()));
  931.     }
  932.     /**
  933.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  934.      *
  935.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  936.      *
  937.      * @deprecated The "Sonata\AdminBundle\Command\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.
  938.      */
  939.     protected function getCreateClassCacheCommandService()
  940.     {
  941.         @trigger_error('The "Sonata\\AdminBundle\\Command\\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  942.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  943.         $instance->setName('cache:create-cache-class');
  944.         return $instance;
  945.     }
  946.     /**
  947.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  948.      *
  949.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  950.      */
  951.     protected function getExplainAdminCommandService()
  952.     {
  953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  955.         $this->services['Sonata\\AdminBundle\\Command\\ExplainAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  956.         $instance->setName('sonata:admin:explain');
  957.         return $instance;
  958.     }
  959.     /**
  960.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  961.      *
  962.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  963.      */
  964.     protected function getGenerateObjectAclCommandService()
  965.     {
  966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  969.         $this->services['Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [], ($this->services['doctrine'] ?? $this->getDoctrineService()));
  970.         $instance->setName('sonata:admin:generate-object-acl');
  971.         return $instance;
  972.     }
  973.     /**
  974.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  975.      *
  976.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  977.      */
  978.     protected function getListAdminCommandService()
  979.     {
  980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  982.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  983.         $instance->setName('sonata:admin:list');
  984.         return $instance;
  985.     }
  986.     /**
  987.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  988.      *
  989.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  990.      */
  991.     protected function getSetupAclCommandService()
  992.     {
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  997.         $this->services['Sonata\\AdminBundle\\Command\\SetupAclCommand'] = $instance = new \Sonata\AdminBundle\Command\SetupAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.manipulator.acl.admin'] ?? ($this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder'))));
  998.         $instance->setName('sonata:admin:setup-acl');
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public 'Sonata\EasyExtendsBundle\Command\DumpMappingCommand' shared service.
  1003.      *
  1004.      * @return \Sonata\EasyExtendsBundle\Command\DumpMappingCommand
  1005.      */
  1006.     protected function getDumpMappingCommandService()
  1007.     {
  1008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1009.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/DumpMappingCommand.php';
  1012.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand'] = new \Sonata\EasyExtendsBundle\Command\DumpMappingCommand();
  1013.     }
  1014.     /**
  1015.      * Gets the public 'Sonata\EasyExtendsBundle\Command\GenerateCommand' shared service.
  1016.      *
  1017.      * @return \Sonata\EasyExtendsBundle\Command\GenerateCommand
  1018.      */
  1019.     protected function getGenerateCommandService()
  1020.     {
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/GenerateCommand.php';
  1025.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\GenerateCommand'] = new \Sonata\EasyExtendsBundle\Command\GenerateCommand();
  1026.     }
  1027.     /**
  1028.      * Gets the public 'Sonata\UserBundle\Action\CheckEmailAction' shared service.
  1029.      *
  1030.      * @return \Sonata\UserBundle\Action\CheckEmailAction
  1031.      */
  1032.     protected function getCheckEmailActionService()
  1033.     {
  1034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckEmailAction.php';
  1035.         return $this->services['Sonata\\UserBundle\\Action\\CheckEmailAction'] = new \Sonata\UserBundle\Action\CheckEmailAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), 7200);
  1036.     }
  1037.     /**
  1038.      * Gets the public 'Sonata\UserBundle\Action\CheckLoginAction' shared service.
  1039.      *
  1040.      * @return \Sonata\UserBundle\Action\CheckLoginAction
  1041.      */
  1042.     protected function getCheckLoginActionService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckLoginAction.php';
  1045.         return $this->services['Sonata\\UserBundle\\Action\\CheckLoginAction'] = new \Sonata\UserBundle\Action\CheckLoginAction();
  1046.     }
  1047.     /**
  1048.      * Gets the public 'Sonata\UserBundle\Action\LoginAction' shared service.
  1049.      *
  1050.      * @return \Sonata\UserBundle\Action\LoginAction
  1051.      */
  1052.     protected function getLoginActionService()
  1053.     {
  1054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php';
  1055.         $this->services['Sonata\\UserBundle\\Action\\LoginAction'] = $instance = new \Sonata\UserBundle\Action\LoginAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['session'] ?? $this->getSessionService()));
  1056.         if ($this->has('security.csrf.token_manager')) {
  1057.             $instance->setCsrfTokenManager(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1058.         }
  1059.         return $instance;
  1060.     }
  1061.     /**
  1062.      * Gets the public 'Sonata\UserBundle\Action\LogoutAction' shared service.
  1063.      *
  1064.      * @return \Sonata\UserBundle\Action\LogoutAction
  1065.      */
  1066.     protected function getLogoutActionService()
  1067.     {
  1068.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LogoutAction.php';
  1069.         return $this->services['Sonata\\UserBundle\\Action\\LogoutAction'] = new \Sonata\UserBundle\Action\LogoutAction();
  1070.     }
  1071.     /**
  1072.      * Gets the public 'Sonata\UserBundle\Action\RequestAction' shared service.
  1073.      *
  1074.      * @return \Sonata\UserBundle\Action\RequestAction
  1075.      */
  1076.     protected function getRequestActionService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/RequestAction.php';
  1079.         return $this->services['Sonata\\UserBundle\\Action\\RequestAction'] = new \Sonata\UserBundle\Action\RequestAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1080.     }
  1081.     /**
  1082.      * Gets the public 'Sonata\UserBundle\Action\ResetAction' shared service.
  1083.      *
  1084.      * @return \Sonata\UserBundle\Action\ResetAction
  1085.      */
  1086.     protected function getResetActionService()
  1087.     {
  1088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php';
  1089.         $this->services['Sonata\\UserBundle\\Action\\ResetAction'] = $instance = new \Sonata\UserBundle\Action\ResetAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['session'] ?? $this->getSessionService()), 7200'main');
  1090.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the public 'Sonata\UserBundle\Action\SendEmailAction' shared service.
  1095.      *
  1096.      * @return \Sonata\UserBundle\Action\SendEmailAction
  1097.      */
  1098.     protected function getSendEmailActionService()
  1099.     {
  1100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/SendEmailAction.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1105.         return $this->services['Sonata\\UserBundle\\Action\\SendEmailAction'] = new \Sonata\UserBundle\Action\SendEmailAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['mailer'] ?? ($this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer())), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), 7200);
  1106.     }
  1107.     /**
  1108.      * Gets the public 'Sonata\UserBundle\Command\TwoStepVerificationCommand' shared service.
  1109.      *
  1110.      * @return \Sonata\UserBundle\Command\TwoStepVerificationCommand
  1111.      */
  1112.     protected function getTwoStepVerificationCommandService()
  1113.     {
  1114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Command/TwoStepVerificationCommand.php';
  1118.         return $this->services['Sonata\\UserBundle\\Command\\TwoStepVerificationCommand'] = new \Sonata\UserBundle\Command\TwoStepVerificationCommand(NULLNULL, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1119.     }
  1120.     /**
  1121.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1122.      *
  1123.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1124.      */
  1125.     protected function getRedirectControllerService()
  1126.     {
  1127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1128.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1129.     }
  1130.     /**
  1131.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1132.      *
  1133.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1134.      */
  1135.     protected function getTemplateControllerService()
  1136.     {
  1137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1138.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1139.     }
  1140.     /**
  1141.      * Gets the public 'admin.balance.statistic' autowired service.
  1142.      *
  1143.      * @return \App\Admin\StatisticBalanceAdmin
  1144.      */
  1145.     protected function getAdmin_Balance_StatisticService()
  1146.     {
  1147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1157.         include_once \dirname(__DIR__4).'/src/Admin/StatisticBalanceAdmin.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1160.         $instance = new \App\Admin\StatisticBalanceAdmin('admin.balance.statistic'NULL'App\\Admin\\Controller\\StatisticBalanceAdminController');
  1161.         $instance->setManagerType('orm');
  1162.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1163.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1164.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1165.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1166.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1167.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1168.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1169.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1170.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1171.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1172.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1173.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1174.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1175.         $instance->setPagerType('default');
  1176.         $instance->setLabel('Баланс');
  1177.         $instance->showMosaicButton(true);
  1178.         $instance->setTemplateRegistry(($this->services['admin.balance.statistic.template_registry'] ?? $this->getAdmin_Balance_Statistic_TemplateRegistryService()));
  1179.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1180.         $instance->initialize();
  1181.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1182.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1183.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1184.         return $instance;
  1185.     }
  1186.     /**
  1187.      * Gets the public 'admin.balance.statistic.template_registry' shared service.
  1188.      *
  1189.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1190.      */
  1191.     protected function getAdmin_Balance_Statistic_TemplateRegistryService()
  1192.     {
  1193.         return $this->services['admin.balance.statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1194.     }
  1195.     /**
  1196.      * Gets the public 'admin.client' autowired service.
  1197.      *
  1198.      * @return \App\Admin\ClientAdmin
  1199.      */
  1200.     protected function getAdmin_ClientService()
  1201.     {
  1202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1212.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1213.         include_once \dirname(__DIR__4).'/src/Admin/ClientAdmin.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1216.         $instance = new \App\Admin\ClientAdmin('admin.client''App\\Entity\\Client''App\\Admin\\Controller\\ClientAdminController');
  1217.         $instance->setManagerType('orm');
  1218.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1219.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1220.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1221.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1222.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1223.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1224.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1225.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1226.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1227.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1228.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1229.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1230.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1231.         $instance->setPagerType('default');
  1232.         $instance->setLabel('Clients');
  1233.         $instance->showMosaicButton(true);
  1234.         $instance->setTemplateRegistry(($this->services['admin.client.template_registry'] ?? $this->getAdmin_Client_TemplateRegistryService()));
  1235.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1236.         $instance->initialize();
  1237.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1238.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1239.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1240.         return $instance;
  1241.     }
  1242.     /**
  1243.      * Gets the public 'admin.client.template_registry' shared service.
  1244.      *
  1245.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1246.      */
  1247.     protected function getAdmin_Client_TemplateRegistryService()
  1248.     {
  1249.         return $this->services['admin.client.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''layout' => 'admin/layout.html.twig''dashboard' => 'admin/dashboard.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''edit' => 'admin/Client/edit.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  1250.     }
  1251.     /**
  1252.      * Gets the public 'admin.clients.statistic' autowired service.
  1253.      *
  1254.      * @return \App\Admin\StatisticClientsAdmin
  1255.      */
  1256.     protected function getAdmin_Clients_StatisticService()
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1268.         include_once \dirname(__DIR__4).'/src/Admin/StatisticClientsAdmin.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1271.         $instance = new \App\Admin\StatisticClientsAdmin('admin.clients.statistic'NULL'App\\Admin\\Controller\\StatisticClientsAdminController');
  1272.         $instance->setManagerType('orm');
  1273.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1274.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1275.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1276.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1277.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1278.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1279.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1280.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1281.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1282.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1283.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1284.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1285.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1286.         $instance->setPagerType('default');
  1287.         $instance->setLabel('Клиенты');
  1288.         $instance->showMosaicButton(true);
  1289.         $instance->setTemplateRegistry(($this->services['admin.clients.statistic.template_registry'] ?? $this->getAdmin_Clients_Statistic_TemplateRegistryService()));
  1290.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1291.         $instance->initialize();
  1292.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1293.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1294.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the public 'admin.clients.statistic.template_registry' shared service.
  1299.      *
  1300.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1301.      */
  1302.     protected function getAdmin_Clients_Statistic_TemplateRegistryService()
  1303.     {
  1304.         return $this->services['admin.clients.statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1305.     }
  1306.     /**
  1307.      * Gets the public 'admin.finance.statistic' autowired service.
  1308.      *
  1309.      * @return \App\Admin\StatisticFinanceAdmin
  1310.      */
  1311.     protected function getAdmin_Finance_StatisticService()
  1312.     {
  1313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1323.         include_once \dirname(__DIR__4).'/src/Admin/StatisticFinanceAdmin.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1326.         $instance = new \App\Admin\StatisticFinanceAdmin('admin.finance.statistic'NULL'App\\Admin\\Controller\\StatisticFinanceAdminController');
  1327.         $instance->setManagerType('orm');
  1328.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1329.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1330.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1331.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1332.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1333.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1334.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1335.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1336.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1337.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1338.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1339.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1340.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1341.         $instance->setPagerType('default');
  1342.         $instance->setLabel('Финансы');
  1343.         $instance->showMosaicButton(true);
  1344.         $instance->setTemplateRegistry(($this->services['admin.finance.statistic.template_registry'] ?? $this->getAdmin_Finance_Statistic_TemplateRegistryService()));
  1345.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1346.         $instance->initialize();
  1347.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1348.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1349.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1350.         return $instance;
  1351.     }
  1352.     /**
  1353.      * Gets the public 'admin.finance.statistic.template_registry' shared service.
  1354.      *
  1355.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1356.      */
  1357.     protected function getAdmin_Finance_Statistic_TemplateRegistryService()
  1358.     {
  1359.         return $this->services['admin.finance.statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1360.     }
  1361.     /**
  1362.      * Gets the public 'admin.motorcycle' autowired service.
  1363.      *
  1364.      * @return \App\Admin\MotorcycleAdmin
  1365.      */
  1366.     protected function getAdmin_MotorcycleService()
  1367.     {
  1368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1369.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1378.         include_once \dirname(__DIR__4).'/src/Admin/MotorcycleAdmin.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1380.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1381.         $instance = new \App\Admin\MotorcycleAdmin('admin.motorcycle''App\\Entity\\Motorcycle''Sonata\\AdminBundle\\Controller\\CRUDController');
  1382.         $instance->setManagerType('orm');
  1383.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1384.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1385.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1386.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1387.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1388.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1389.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1390.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1391.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1392.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1393.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1394.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1395.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1396.         $instance->setPagerType('default');
  1397.         $instance->setLabel('Motorcycles');
  1398.         $instance->showMosaicButton(true);
  1399.         $instance->setTemplateRegistry(($this->services['admin.motorcycle.template_registry'] ?? $this->getAdmin_Motorcycle_TemplateRegistryService()));
  1400.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1401.         $instance->initialize();
  1402.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1403.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1404.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1405.         return $instance;
  1406.     }
  1407.     /**
  1408.      * Gets the public 'admin.motorcycle.statistic' autowired service.
  1409.      *
  1410.      * @return \App\Admin\StatisticMotorcycleAdmin
  1411.      */
  1412.     protected function getAdmin_Motorcycle_StatisticService()
  1413.     {
  1414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1424.         include_once \dirname(__DIR__4).'/src/Admin/StatisticMotorcycleAdmin.php';
  1425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1427.         $instance = new \App\Admin\StatisticMotorcycleAdmin('admin.motorcycle.statistic'NULL'App\\Admin\\Controller\\StatisticMotorcycleAdminController');
  1428.         $instance->setManagerType('orm');
  1429.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1430.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1431.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1432.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1433.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1434.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1435.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1436.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1437.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1438.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1439.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1440.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1441.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1442.         $instance->setPagerType('default');
  1443.         $instance->setLabel('Мотоциклы');
  1444.         $instance->showMosaicButton(true);
  1445.         $instance->setTemplateRegistry(($this->services['admin.motorcycle.statistic.template_registry'] ?? $this->getAdmin_Motorcycle_Statistic_TemplateRegistryService()));
  1446.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1447.         $instance->initialize();
  1448.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1449.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1450.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1451.         return $instance;
  1452.     }
  1453.     /**
  1454.      * Gets the public 'admin.motorcycle.statistic.template_registry' shared service.
  1455.      *
  1456.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1457.      */
  1458.     protected function getAdmin_Motorcycle_Statistic_TemplateRegistryService()
  1459.     {
  1460.         return $this->services['admin.motorcycle.statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1461.     }
  1462.     /**
  1463.      * Gets the public 'admin.motorcycle.template_registry' shared service.
  1464.      *
  1465.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1466.      */
  1467.     protected function getAdmin_Motorcycle_TemplateRegistryService()
  1468.     {
  1469.         return $this->services['admin.motorcycle.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1470.     }
  1471.     /**
  1472.      * Gets the public 'admin.rental_price' autowired service.
  1473.      *
  1474.      * @return \App\Admin\RentalPriceAdmin
  1475.      */
  1476.     protected function getAdmin_RentalPriceService()
  1477.     {
  1478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1488.         include_once \dirname(__DIR__4).'/src/Admin/RentalPriceAdmin.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1491.         $instance = new \App\Admin\RentalPriceAdmin('admin.rental_price''App\\Entity\\RentalPrice''Sonata\\AdminBundle\\Controller\\CRUDController');
  1492.         $instance->setManagerType('orm');
  1493.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1494.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1495.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1496.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1497.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1498.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1499.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1500.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1501.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1502.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1503.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1504.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1505.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1506.         $instance->setPagerType('default');
  1507.         $instance->setLabel('Цены аренды');
  1508.         $instance->showMosaicButton(true);
  1509.         $instance->setTemplateRegistry(($this->services['admin.rental_price.template_registry'] ?? $this->getAdmin_RentalPrice_TemplateRegistryService()));
  1510.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1511.         $instance->initialize();
  1512.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1513.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1514.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1515.         return $instance;
  1516.     }
  1517.     /**
  1518.      * Gets the public 'admin.rental_price.template_registry' shared service.
  1519.      *
  1520.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1521.      */
  1522.     protected function getAdmin_RentalPrice_TemplateRegistryService()
  1523.     {
  1524.         return $this->services['admin.rental_price.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1525.     }
  1526.     /**
  1527.      * Gets the public 'admin.reserve' autowired service.
  1528.      *
  1529.      * @return \App\Admin\ReserveAdmin
  1530.      */
  1531.     protected function getAdmin_ReserveService()
  1532.     {
  1533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1537.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1543.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1544.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1545.         include_once \dirname(__DIR__4).'/src/Admin/ReserveAdmin.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1548.         $instance = new \App\Admin\ReserveAdmin('admin.reserve''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1549.         $instance->setManagerType('orm');
  1550.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1551.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1552.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1553.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1554.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1555.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1556.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1557.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1558.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1559.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1560.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1561.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1562.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1563.         $instance->setPagerType('default');
  1564.         $instance->setLabel('Reserves');
  1565.         $instance->showMosaicButton(true);
  1566.         $instance->setTemplateRegistry(($this->services['admin.reserve.template_registry'] ?? $this->getAdmin_Reserve_TemplateRegistryService()));
  1567.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1568.         $instance->initialize();
  1569.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1570.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1571.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1572.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1573.         $instance->setTransactionService(($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'admin.reserve.active' autowired service.
  1578.      *
  1579.      * @return \App\Admin\ReserveActiveAdmin
  1580.      */
  1581.     protected function getAdmin_Reserve_ActiveService()
  1582.     {
  1583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1593.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1594.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1595.         include_once \dirname(__DIR__4).'/src/Admin/ReserveActiveAdmin.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1598.         $instance = new \App\Admin\ReserveActiveAdmin('admin.reserve.active''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1599.         $instance->setBaseRouteName('admin_app_reserve_active');
  1600.         $instance->setBaseRoutePattern('reserve/active');
  1601.         $instance->setClassnameLabel('service-reserve-active');
  1602.         $instance->setManagerType('orm');
  1603.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1604.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1605.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1606.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1607.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1608.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1609.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1610.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1611.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1612.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1613.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1614.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1615.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1616.         $instance->setPagerType('default');
  1617.         $instance->setLabel('Активные');
  1618.         $instance->showMosaicButton(true);
  1619.         $instance->setTemplateRegistry(($this->services['admin.reserve.active.template_registry'] ?? $this->getAdmin_Reserve_Active_TemplateRegistryService()));
  1620.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1621.         $instance->initialize();
  1622.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1623.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1624.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1625.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1626.         $instance->setTransactionService(($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  1627.         return $instance;
  1628.     }
  1629.     /**
  1630.      * Gets the public 'admin.reserve.active.template_registry' shared service.
  1631.      *
  1632.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1633.      */
  1634.     protected function getAdmin_Reserve_Active_TemplateRegistryService()
  1635.     {
  1636.         return $this->services['admin.reserve.active.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1637.     }
  1638.     /**
  1639.      * Gets the public 'admin.reserve.approved' autowired service.
  1640.      *
  1641.      * @return \App\Admin\ReserveApprovedAdmin
  1642.      */
  1643.     protected function getAdmin_Reserve_ApprovedService()
  1644.     {
  1645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1653.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1655.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1656.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1657.         include_once \dirname(__DIR__4).'/src/Admin/ReserveApprovedAdmin.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1660.         $instance = new \App\Admin\ReserveApprovedAdmin('admin.reserve.approved''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1661.         $instance->setBaseRouteName('admin_app_reserve_approved');
  1662.         $instance->setBaseRoutePattern('reserve/approved');
  1663.         $instance->setClassnameLabel('service-reserve-approved');
  1664.         $instance->setManagerType('orm');
  1665.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1666.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1667.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1668.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1669.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1670.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1671.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1672.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1673.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1674.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1675.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1676.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1677.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1678.         $instance->setPagerType('default');
  1679.         $instance->setLabel('Предстоящие');
  1680.         $instance->showMosaicButton(true);
  1681.         $instance->setTemplateRegistry(($this->services['admin.reserve.approved.template_registry'] ?? $this->getAdmin_Reserve_Approved_TemplateRegistryService()));
  1682.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1683.         $instance->initialize();
  1684.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1685.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1686.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1687.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1688.         return $instance;
  1689.     }
  1690.     /**
  1691.      * Gets the public 'admin.reserve.approved.template_registry' shared service.
  1692.      *
  1693.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1694.      */
  1695.     protected function getAdmin_Reserve_Approved_TemplateRegistryService()
  1696.     {
  1697.         return $this->services['admin.reserve.approved.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1698.     }
  1699.     /**
  1700.      * Gets the public 'admin.reserve.canceled' autowired service.
  1701.      *
  1702.      * @return \App\Admin\ReserveCanceledAdmin
  1703.      */
  1704.     protected function getAdmin_Reserve_CanceledService()
  1705.     {
  1706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1716.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1717.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1718.         include_once \dirname(__DIR__4).'/src/Admin/ReserveCanceledAdmin.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1721.         $instance = new \App\Admin\ReserveCanceledAdmin('admin.reserve.canceled''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1722.         $instance->setBaseRouteName('admin_app_reserve_canceled');
  1723.         $instance->setBaseRoutePattern('reserve/canceled');
  1724.         $instance->setClassnameLabel('service-reserve-canceled');
  1725.         $instance->setManagerType('orm');
  1726.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1727.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1728.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1729.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1730.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1731.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1732.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1733.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1734.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1735.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1736.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1737.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1738.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1739.         $instance->setPagerType('default');
  1740.         $instance->setLabel('Отмененные');
  1741.         $instance->showMosaicButton(true);
  1742.         $instance->setTemplateRegistry(($this->services['admin.reserve.canceled.template_registry'] ?? $this->getAdmin_Reserve_Canceled_TemplateRegistryService()));
  1743.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1744.         $instance->initialize();
  1745.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1746.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1747.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1748.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1749.         return $instance;
  1750.     }
  1751.     /**
  1752.      * Gets the public 'admin.reserve.canceled.template_registry' shared service.
  1753.      *
  1754.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1755.      */
  1756.     protected function getAdmin_Reserve_Canceled_TemplateRegistryService()
  1757.     {
  1758.         return $this->services['admin.reserve.canceled.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1759.     }
  1760.     /**
  1761.      * Gets the public 'admin.reserve.declined' autowired service.
  1762.      *
  1763.      * @return \App\Admin\ReserveDeclinedAdmin
  1764.      */
  1765.     protected function getAdmin_Reserve_DeclinedService()
  1766.     {
  1767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1777.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1778.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1779.         include_once \dirname(__DIR__4).'/src/Admin/ReserveDeclinedAdmin.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1782.         $instance = new \App\Admin\ReserveDeclinedAdmin('admin.reserve.declined''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1783.         $instance->setBaseRouteName('admin_app_reserve_declined');
  1784.         $instance->setBaseRoutePattern('reserve/declined');
  1785.         $instance->setClassnameLabel('service-reserve-declined');
  1786.         $instance->setManagerType('orm');
  1787.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1788.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1789.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1790.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1791.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1792.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1793.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1794.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1795.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1796.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1797.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1798.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1799.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1800.         $instance->setPagerType('default');
  1801.         $instance->setLabel('Отклоненные');
  1802.         $instance->showMosaicButton(true);
  1803.         $instance->setTemplateRegistry(($this->services['admin.reserve.declined.template_registry'] ?? $this->getAdmin_Reserve_Declined_TemplateRegistryService()));
  1804.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1805.         $instance->initialize();
  1806.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1807.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1808.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1809.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1810.         return $instance;
  1811.     }
  1812.     /**
  1813.      * Gets the public 'admin.reserve.declined.template_registry' shared service.
  1814.      *
  1815.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1816.      */
  1817.     protected function getAdmin_Reserve_Declined_TemplateRegistryService()
  1818.     {
  1819.         return $this->services['admin.reserve.declined.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1820.     }
  1821.     /**
  1822.      * Gets the public 'admin.reserve.ended' autowired service.
  1823.      *
  1824.      * @return \App\Admin\ReserveEndedAdmin
  1825.      */
  1826.     protected function getAdmin_Reserve_EndedService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1838.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1839.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1840.         include_once \dirname(__DIR__4).'/src/Admin/ReserveEndedAdmin.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1843.         $instance = new \App\Admin\ReserveEndedAdmin('admin.reserve.ended''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1844.         $instance->setBaseRouteName('admin_app_reserve_ended');
  1845.         $instance->setBaseRoutePattern('reserve/ended');
  1846.         $instance->setClassnameLabel('service-reserve-ended');
  1847.         $instance->setManagerType('orm');
  1848.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1849.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1850.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1851.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1852.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1853.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1854.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1855.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1856.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1857.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1858.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1859.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1860.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1861.         $instance->setPagerType('default');
  1862.         $instance->setLabel('Завершенные');
  1863.         $instance->showMosaicButton(true);
  1864.         $instance->setTemplateRegistry(($this->services['admin.reserve.ended.template_registry'] ?? $this->getAdmin_Reserve_Ended_TemplateRegistryService()));
  1865.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1866.         $instance->initialize();
  1867.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1868.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1869.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1870.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1871.         return $instance;
  1872.     }
  1873.     /**
  1874.      * Gets the public 'admin.reserve.ended.template_registry' shared service.
  1875.      *
  1876.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1877.      */
  1878.     protected function getAdmin_Reserve_Ended_TemplateRegistryService()
  1879.     {
  1880.         return $this->services['admin.reserve.ended.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1881.     }
  1882.     /**
  1883.      * Gets the public 'admin.reserve.requested' autowired service.
  1884.      *
  1885.      * @return \App\Admin\ReserveRequestedAdmin
  1886.      */
  1887.     protected function getAdmin_Reserve_RequestedService()
  1888.     {
  1889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1899.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1900.         include_once \dirname(__DIR__4).'/src/Admin/AbstractReserveAdmin.php';
  1901.         include_once \dirname(__DIR__4).'/src/Admin/ReserveRequestedAdmin.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1904.         $instance = new \App\Admin\ReserveRequestedAdmin('admin.reserve.requested''App\\Entity\\Reserve''App\\Admin\\Controller\\ReserveAdminController');
  1905.         $instance->setBaseRouteName('admin_app_reserve_requested');
  1906.         $instance->setBaseRoutePattern('reserve/requested');
  1907.         $instance->setClassnameLabel('service-reserve-requested');
  1908.         $instance->setManagerType('orm');
  1909.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1910.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1911.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1912.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1913.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1914.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1915.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1916.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1917.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1918.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1919.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1920.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1921.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1922.         $instance->setPagerType('default');
  1923.         $instance->setLabel('Заявки');
  1924.         $instance->showMosaicButton(true);
  1925.         $instance->setTemplateRegistry(($this->services['admin.reserve.requested.template_registry'] ?? $this->getAdmin_Reserve_Requested_TemplateRegistryService()));
  1926.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1927.         $instance->initialize();
  1928.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1929.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1930.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1931.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1932.         return $instance;
  1933.     }
  1934.     /**
  1935.      * Gets the public 'admin.reserve.requested.template_registry' shared service.
  1936.      *
  1937.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1938.      */
  1939.     protected function getAdmin_Reserve_Requested_TemplateRegistryService()
  1940.     {
  1941.         return $this->services['admin.reserve.requested.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1942.     }
  1943.     /**
  1944.      * Gets the public 'admin.reserve.template_registry' shared service.
  1945.      *
  1946.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1947.      */
  1948.     protected function getAdmin_Reserve_TemplateRegistryService()
  1949.     {
  1950.         return $this->services['admin.reserve.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1951.     }
  1952.     /**
  1953.      * Gets the public 'admin.service_history' autowired service.
  1954.      *
  1955.      * @return \App\Admin\ServiceHistoryAdmin
  1956.      */
  1957.     protected function getAdmin_ServiceHistoryService()
  1958.     {
  1959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1969.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  1970.         include_once \dirname(__DIR__4).'/src/Admin/ServiceHistoryAdmin.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1973.         $instance = new \App\Admin\ServiceHistoryAdmin('admin.service_history''App\\Entity\\ServiceHistory''Sonata\\AdminBundle\\Controller\\CRUDController');
  1974.         $instance->setManagerType('orm');
  1975.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1976.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1977.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1978.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1979.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1980.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1981.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1982.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1983.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1984.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1985.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1986.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1987.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1988.         $instance->setPagerType('default');
  1989.         $instance->setLabel('Обслуживание');
  1990.         $instance->showMosaicButton(true);
  1991.         $instance->setTemplateRegistry(($this->services['admin.service_history.template_registry'] ?? $this->getAdmin_ServiceHistory_TemplateRegistryService()));
  1992.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1993.         $instance->initialize();
  1994.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1995.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1996.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1997.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1998.         $instance->setTransactionService(($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the public 'admin.service_history.template_registry' shared service.
  2003.      *
  2004.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2005.      */
  2006.     protected function getAdmin_ServiceHistory_TemplateRegistryService()
  2007.     {
  2008.         return $this->services['admin.service_history.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2009.     }
  2010.     /**
  2011.      * Gets the public 'admin.service_performer' autowired service.
  2012.      *
  2013.      * @return \App\Admin\ServicePerformerAdmin
  2014.      */
  2015.     protected function getAdmin_ServicePerformerService()
  2016.     {
  2017.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2027.         include_once \dirname(__DIR__4).'/src/Admin/ServicePerformerAdmin.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2030.         $instance = new \App\Admin\ServicePerformerAdmin('admin.service_performer''App\\Entity\\ServicePerformer''Sonata\\AdminBundle\\Controller\\CRUDController');
  2031.         $instance->setManagerType('orm');
  2032.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2033.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2034.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2035.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2036.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2037.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2038.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2039.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2040.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2041.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2042.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2043.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2044.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2045.         $instance->setPagerType('default');
  2046.         $instance->setLabel('Исполнители');
  2047.         $instance->showMosaicButton(true);
  2048.         $instance->setTemplateRegistry(($this->services['admin.service_performer.template_registry'] ?? $this->getAdmin_ServicePerformer_TemplateRegistryService()));
  2049.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2050.         $instance->initialize();
  2051.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2052.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2053.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2054.         return $instance;
  2055.     }
  2056.     /**
  2057.      * Gets the public 'admin.service_performer.template_registry' shared service.
  2058.      *
  2059.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2060.      */
  2061.     protected function getAdmin_ServicePerformer_TemplateRegistryService()
  2062.     {
  2063.         return $this->services['admin.service_performer.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2064.     }
  2065.     /**
  2066.      * Gets the public 'admin.service_work_type' autowired service.
  2067.      *
  2068.      * @return \App\Admin\ServiceWorkTypeAdmin
  2069.      */
  2070.     protected function getAdmin_ServiceWorkTypeService()
  2071.     {
  2072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2082.         include_once \dirname(__DIR__4).'/src/Admin/ServiceWorkTypeAdmin.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2085.         $instance = new \App\Admin\ServiceWorkTypeAdmin('admin.service_work_type''App\\Entity\\ServiceWorkType''Sonata\\AdminBundle\\Controller\\CRUDController');
  2086.         $instance->setManagerType('orm');
  2087.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2088.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2089.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2090.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2091.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2092.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2093.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2094.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2095.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2096.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2097.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2098.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2099.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2100.         $instance->setPagerType('default');
  2101.         $instance->setLabel('Виды работ');
  2102.         $instance->showMosaicButton(true);
  2103.         $instance->setTemplateRegistry(($this->services['admin.service_work_type.template_registry'] ?? $this->getAdmin_ServiceWorkType_TemplateRegistryService()));
  2104.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2105.         $instance->initialize();
  2106.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2107.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2108.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2109.         return $instance;
  2110.     }
  2111.     /**
  2112.      * Gets the public 'admin.service_work_type.template_registry' shared service.
  2113.      *
  2114.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2115.      */
  2116.     protected function getAdmin_ServiceWorkType_TemplateRegistryService()
  2117.     {
  2118.         return $this->services['admin.service_work_type.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2119.     }
  2120.     /**
  2121.      * Gets the public 'admin.spare_part' autowired service.
  2122.      *
  2123.      * @return \App\Admin\SparePartAdmin
  2124.      */
  2125.     protected function getAdmin_SparePartService()
  2126.     {
  2127.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2137.         include_once \dirname(__DIR__4).'/src/Admin/SparePartAdmin.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2140.         $instance = new \App\Admin\SparePartAdmin('admin.spare_part''App\\Entity\\SparePart''Sonata\\AdminBundle\\Controller\\CRUDController');
  2141.         $instance->setManagerType('orm');
  2142.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2143.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2144.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2145.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2146.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2147.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2148.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2149.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2150.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2151.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2152.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2153.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2154.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2155.         $instance->setPagerType('default');
  2156.         $instance->setLabel('Запчасти');
  2157.         $instance->showMosaicButton(true);
  2158.         $instance->setTemplateRegistry(($this->services['admin.spare_part.template_registry'] ?? $this->getAdmin_SparePart_TemplateRegistryService()));
  2159.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2160.         $instance->initialize();
  2161.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2162.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2163.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2164.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2165.         return $instance;
  2166.     }
  2167.     /**
  2168.      * Gets the public 'admin.spare_part.template_registry' shared service.
  2169.      *
  2170.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2171.      */
  2172.     protected function getAdmin_SparePart_TemplateRegistryService()
  2173.     {
  2174.         return $this->services['admin.spare_part.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2175.     }
  2176.     /**
  2177.      * Gets the public 'admin.transaction' autowired service.
  2178.      *
  2179.      * @return \App\Admin\TransactionAdmin
  2180.      */
  2181.     protected function getAdmin_TransactionService()
  2182.     {
  2183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2193.         include_once \dirname(__DIR__4).'/src/Admin/AbstractAdmin.php';
  2194.         include_once \dirname(__DIR__4).'/src/Admin/TransactionAdmin.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2197.         $instance = new \App\Admin\TransactionAdmin('admin.transaction''App\\Entity\\Transaction''Sonata\\AdminBundle\\Controller\\CRUDController');
  2198.         $instance->setManagerType('orm');
  2199.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2200.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2201.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2202.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2203.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2204.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2205.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2206.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2207.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2208.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2209.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2210.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2211.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2212.         $instance->setPagerType('default');
  2213.         $instance->setLabel('Приходы/Расходы');
  2214.         $instance->showMosaicButton(true);
  2215.         $instance->setTemplateRegistry(($this->services['admin.transaction.template_registry'] ?? $this->getAdmin_Transaction_TemplateRegistryService()));
  2216.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2217.         $instance->initialize();
  2218.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2219.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2220.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the public 'admin.transaction.template_registry' shared service.
  2225.      *
  2226.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2227.      */
  2228.     protected function getAdmin_Transaction_TemplateRegistryService()
  2229.     {
  2230.         return $this->services['admin.transaction.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2231.     }
  2232.     /**
  2233.      * Gets the public 'admin.transaction_category' autowired service.
  2234.      *
  2235.      * @return \App\Admin\TransactionCategoryAdmin
  2236.      */
  2237.     protected function getAdmin_TransactionCategoryService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2249.         include_once \dirname(__DIR__4).'/src/Admin/TransactionCategoryAdmin.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2252.         $instance = new \App\Admin\TransactionCategoryAdmin('admin.transaction_category''App\\Entity\\TransactionCategory''Sonata\\AdminBundle\\Controller\\CRUDController');
  2253.         $instance->setManagerType('orm');
  2254.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2255.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2256.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2257.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2258.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2259.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2260.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2261.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2262.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2263.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2264.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2265.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2266.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2267.         $instance->setPagerType('default');
  2268.         $instance->setLabel('Категории транзакций');
  2269.         $instance->showMosaicButton(true);
  2270.         $instance->setTemplateRegistry(($this->services['admin.transaction_category.template_registry'] ?? $this->getAdmin_TransactionCategory_TemplateRegistryService()));
  2271.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2272.         $instance->initialize();
  2273.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2274.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2275.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2276.         return $instance;
  2277.     }
  2278.     /**
  2279.      * Gets the public 'admin.transaction_category.template_registry' shared service.
  2280.      *
  2281.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2282.      */
  2283.     protected function getAdmin_TransactionCategory_TemplateRegistryService()
  2284.     {
  2285.         return $this->services['admin.transaction_category.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2286.     }
  2287.     /**
  2288.      * Gets the public 'admin.transaction_daily' autowired service.
  2289.      *
  2290.      * @return \App\Admin\TransactionDailyAdmin
  2291.      */
  2292.     protected function getAdmin_TransactionDailyService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2304.         include_once \dirname(__DIR__4).'/src/Admin/TransactionDailyAdmin.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2307.         $instance = new \App\Admin\TransactionDailyAdmin('admin.transaction_daily'NULL'App\\Admin\\Controller\\TransactionDailyAdminController');
  2308.         $instance->setManagerType('orm');
  2309.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2310.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2311.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2312.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2313.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2314.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2315.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2316.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2317.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2318.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2319.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2320.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2321.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2322.         $instance->setPagerType('default');
  2323.         $instance->setLabel('Дневные');
  2324.         $instance->showMosaicButton(true);
  2325.         $instance->setTemplateRegistry(($this->services['admin.transaction_daily.template_registry'] ?? $this->getAdmin_TransactionDaily_TemplateRegistryService()));
  2326.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2327.         $instance->initialize();
  2328.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2329.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2330.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the public 'admin.transaction_daily.template_registry' shared service.
  2335.      *
  2336.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2337.      */
  2338.     protected function getAdmin_TransactionDaily_TemplateRegistryService()
  2339.     {
  2340.         return $this->services['admin.transaction_daily.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2341.     }
  2342.     /**
  2343.      * Gets the public 'cache.app' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2346.      */
  2347.     protected function getCache_AppService()
  2348.     {
  2349.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('87c6O3BcTE'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  2350.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2351.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2352.     }
  2353.     /**
  2354.      * Gets the public 'cache.app_clearer' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2357.      */
  2358.     protected function getCache_AppClearerService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2362.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2363.     }
  2364.     /**
  2365.      * Gets the public 'cache.global_clearer' shared service.
  2366.      *
  2367.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2368.      */
  2369.     protected function getCache_GlobalClearerService()
  2370.     {
  2371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2373.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  2374.     }
  2375.     /**
  2376.      * Gets the public 'cache.system' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2379.      */
  2380.     protected function getCache_SystemService()
  2381.     {
  2382.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FuxrPDJGVY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2383.     }
  2384.     /**
  2385.      * Gets the public 'cache.system_clearer' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2388.      */
  2389.     protected function getCache_SystemClearerService()
  2390.     {
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2393.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2394.     }
  2395.     /**
  2396.      * Gets the public 'cache_clearer' shared service.
  2397.      *
  2398.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2399.      */
  2400.     protected function getCacheClearerService()
  2401.     {
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2404.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2405.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2406.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  2407.         }, 2));
  2408.     }
  2409.     /**
  2410.      * Gets the public 'cache_warmer' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2413.      */
  2414.     protected function getCacheWarmerService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2418.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2419.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  2420.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2421.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2422.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2423.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2424.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2425.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  2426.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2427.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  2428.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2429.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  2430.     }
  2431.     /**
  2432.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand' shared service.
  2433.      *
  2434.      * @return \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand
  2435.      *
  2436.      * @deprecated The "console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  2437.      */
  2438.     protected function getSonataDumpDoctrineMetaCommandService()
  2439.     {
  2440.         @trigger_error('The "console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  2441.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand'] = new \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand();
  2442.     }
  2443.     /**
  2444.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand' shared service.
  2445.      *
  2446.      * @return \Sonata\CoreBundle\Command\SonataListFormMappingCommand
  2447.      *
  2448.      * @deprecated The "console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  2449.      */
  2450.     protected function getSonataListFormMappingCommandService()
  2451.     {
  2452.         @trigger_error('The "console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  2453.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand'] = new \Sonata\CoreBundle\Command\SonataListFormMappingCommand();
  2454.     }
  2455.     /**
  2456.      * Gets the public 'console.command_loader' shared service.
  2457.      *
  2458.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2459.      */
  2460.     protected function getConsole_CommandLoaderService()
  2461.     {
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2464.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2465.             'App\\Command\\BackfillMissingReserveTransactionsCommand' => ['privates''App\\Command\\BackfillMissingReserveTransactionsCommand''getBackfillMissingReserveTransactionsCommandService'false],
  2466.             'App\\Command\\GenerateTestDataForDailyCommand' => ['privates''App\\Command\\GenerateTestDataForDailyCommand''getGenerateTestDataForDailyCommandService'false],
  2467.             'App\\Command\\TestCommand' => ['privates''App\\Command\\TestCommand''getTestCommandService'false],
  2468.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  2469.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  2470.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  2471.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  2472.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  2473.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  2474.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''getInitAclCommandService'false],
  2475.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''getSetAclCommandService'false],
  2476.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2477.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2478.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2479.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2480.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2481.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2482.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2483.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2484.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2485.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2486.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2487.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2488.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2489.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2490.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2491.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2492.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2493.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2494.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2495.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2496.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2497.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2498.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2499.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2500.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2501.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2502.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2503.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2504.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2505.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2506.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2507.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2508.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2509.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2510.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2511.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2512.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2513.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2514.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2515.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2516.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2517.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2518.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2519.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2520.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2521.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2522.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2523.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2524.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2525.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2526.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2527.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2528.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2529.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2530.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2531.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2532.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2533.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2534.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2535.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2536.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2537.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2538.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2539.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2540.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2541.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2542.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2543.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2544.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2545.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2546.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2547.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2548.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  2549.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2550.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2551.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2552.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2553.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2554.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2555.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2556.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  2557.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2558.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2559.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  2560.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2561.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2562.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2563.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  2564.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2565.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2566.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2567.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  2568.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  2569.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  2570.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  2571.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  2572.         ], [
  2573.             'App\\Command\\BackfillMissingReserveTransactionsCommand' => 'App\\Command\\BackfillMissingReserveTransactionsCommand',
  2574.             'App\\Command\\GenerateTestDataForDailyCommand' => 'App\\Command\\GenerateTestDataForDailyCommand',
  2575.             'App\\Command\\TestCommand' => 'App\\Command\\TestCommand',
  2576.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  2577.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  2578.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  2579.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  2580.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  2581.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  2582.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand',
  2583.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand',
  2584.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2585.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2586.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2587.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2588.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2589.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2590.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2591.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2592.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2593.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2594.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2595.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2596.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2597.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2598.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2599.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2600.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2601.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2602.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2603.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2604.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2605.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2606.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2607.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2608.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2609.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2610.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2611.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2612.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2613.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2614.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2615.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2616.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2617.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2618.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2619.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2620.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2621.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2622.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2623.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2624.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2625.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2626.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2627.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2628.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2629.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2630.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2631.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2632.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2633.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2634.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2635.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2636.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2637.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2638.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2639.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2640.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2641.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2642.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2643.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2644.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2645.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2646.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2647.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2648.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2649.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2650.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2651.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2652.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2653.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2654.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2655.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2656.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2657.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2658.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2659.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2660.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2661.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2662.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2663.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2664.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2665.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2666.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2667.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2668.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2669.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2670.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2671.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  2672.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2673.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2674.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2675.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  2676.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  2677.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  2678.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  2679.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  2680.         ]), ['app:backfill-missing-reserve-transactions' => 'App\\Command\\BackfillMissingReserveTransactionsCommand''app:generate-test-data-for-daily' => 'App\\Command\\GenerateTestDataForDailyCommand''app:test-test' => 'App\\Command\\TestCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''sonata:block:debug' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''cache:create-cache-class' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''sonata:admin:explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand''sonata:admin:generate-object-acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''sonata:admin:list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand''sonata:admin:setup-acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''acl:init' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''acl:set' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:sonata:admin' => 'maker.auto_command.make_sonata_admin']);
  2681.     }
  2682.     /**
  2683.      * Gets the public 'container.env_var_processors_locator' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2686.      */
  2687.     protected function getContainer_EnvVarProcessorsLocatorService()
  2688.     {
  2689.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2690.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2691.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2692.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2693.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2694.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2695.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2696.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2697.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2698.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2699.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2700.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2701.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2702.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2703.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2704.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2705.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2706.         ], [
  2707.             'base64' => '?',
  2708.             'bool' => '?',
  2709.             'const' => '?',
  2710.             'csv' => '?',
  2711.             'default' => '?',
  2712.             'file' => '?',
  2713.             'float' => '?',
  2714.             'int' => '?',
  2715.             'json' => '?',
  2716.             'key' => '?',
  2717.             'query_string' => '?',
  2718.             'require' => '?',
  2719.             'resolve' => '?',
  2720.             'string' => '?',
  2721.             'trim' => '?',
  2722.             'url' => '?',
  2723.         ]);
  2724.     }
  2725.     /**
  2726.      * Gets the public 'data_collector.dump' shared service.
  2727.      *
  2728.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2729.      */
  2730.     protected function getDataCollector_DumpService()
  2731.     {
  2732.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2733.     }
  2734.     /**
  2735.      * Gets the public 'doctrine' shared service.
  2736.      *
  2737.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2738.      */
  2739.     protected function getDoctrineService()
  2740.     {
  2741.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2742.     }
  2743.     /**
  2744.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2745.      *
  2746.      * @return \Doctrine\DBAL\Connection
  2747.      */
  2748.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2749.     {
  2750.         $a = new \Doctrine\DBAL\Configuration();
  2751.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  2752.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2753.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2754.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2755.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2756.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2757.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2758.         $a->setSQLLogger($b);
  2759.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2760.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2761.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService'false],
  2762.         ], [
  2763.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2764.             'security.acl.dbal.schema_listener' => '?',
  2765.         ]));
  2766.         $e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  2767.         $e->addAssociation('App\\Entity\\AdmUser''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'App\\Entity\\Group''cascade' => [], 'joinTable' => ['name' => 'fos_user_user_group''joinColumns' => [=> ['name' => 'user_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'inverseJoinColumns' => [=> ['name' => 'group_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]]);
  2768.         $d->addEventSubscriber($e);
  2769.         $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())));
  2770.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2771.         $d->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  2772.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  2773.     }
  2774.     /**
  2775.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2776.      *
  2777.      * @return \Doctrine\ORM\EntityManager
  2778.      */
  2779.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2780.     {
  2781.         $a = new \Doctrine\ORM\Configuration();
  2782.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2783.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity']);
  2784.         $c->setGlobalBasename('mapping');
  2785.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  2786.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  2787.         $b->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');
  2788.         $a->setEntityNamespaces(['App' => 'App\\Entity''SonataUserBundle' => 'Sonata\\UserBundle\\Entity']);
  2789.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  2790.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2791.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2792.         $a->setMetadataDriverImpl($b);
  2793.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2794.         $a->setProxyNamespace('Proxies');
  2795.         $a->setAutoGenerateProxyClasses(true);
  2796.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2797.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2798.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2799.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2800.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2801.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2802.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService'false],
  2803.             'App\\Repository\\EquipmentImageRepository' => ['privates''App\\Repository\\EquipmentImageRepository''getEquipmentImageRepositoryService'false],
  2804.             'App\\Repository\\EquipmentRepository' => ['privates''App\\Repository\\EquipmentRepository''getEquipmentRepositoryService'false],
  2805.             'App\\Repository\\FeedbackRepository' => ['privates''App\\Repository\\FeedbackRepository''getFeedbackRepositoryService'false],
  2806.             'App\\Repository\\MotorcycleRepository' => ['privates''App\\Repository\\MotorcycleRepository''getMotorcycleRepositoryService'false],
  2807.             'App\\Repository\\RentalPriceRepository' => ['privates''App\\Repository\\RentalPriceRepository''getRentalPriceRepositoryService'false],
  2808.             'App\\Repository\\ReserveRepository' => ['privates''App\\Repository\\ReserveRepository''getReserveRepositoryService'false],
  2809.             'App\\Repository\\ServiceHistoryRepository' => ['privates''App\\Repository\\ServiceHistoryRepository''getServiceHistoryRepositoryService'false],
  2810.             'App\\Repository\\ServicePerformerRepository' => ['privates''App\\Repository\\ServicePerformerRepository''getServicePerformerRepositoryService'false],
  2811.             'App\\Repository\\ServiceWorkTypeRepository' => ['privates''App\\Repository\\ServiceWorkTypeRepository''getServiceWorkTypeRepositoryService'false],
  2812.             'App\\Repository\\SparePartRepository' => ['privates''App\\Repository\\SparePartRepository''getSparePartRepositoryService'false],
  2813.             'App\\Repository\\StatisticRepository' => ['privates''App\\Repository\\StatisticRepository''getStatisticRepositoryService'false],
  2814.             'App\\Repository\\TelegramBotRepository' => ['privates''App\\Repository\\TelegramBotRepository''getTelegramBotRepositoryService'false],
  2815.             'App\\Repository\\TransactionCategoryRepository' => ['privates''App\\Repository\\TransactionCategoryRepository''getTransactionCategoryRepositoryService'false],
  2816.             'App\\Repository\\TransactionRepository' => ['privates''App\\Repository\\TransactionRepository''getTransactionRepositoryService'false],
  2817.         ], [
  2818.             'App\\Repository\\ClientRepository' => '?',
  2819.             'App\\Repository\\EquipmentImageRepository' => '?',
  2820.             'App\\Repository\\EquipmentRepository' => '?',
  2821.             'App\\Repository\\FeedbackRepository' => '?',
  2822.             'App\\Repository\\MotorcycleRepository' => '?',
  2823.             'App\\Repository\\RentalPriceRepository' => '?',
  2824.             'App\\Repository\\ReserveRepository' => '?',
  2825.             'App\\Repository\\ServiceHistoryRepository' => '?',
  2826.             'App\\Repository\\ServicePerformerRepository' => '?',
  2827.             'App\\Repository\\ServiceWorkTypeRepository' => '?',
  2828.             'App\\Repository\\SparePartRepository' => '?',
  2829.             'App\\Repository\\StatisticRepository' => '?',
  2830.             'App\\Repository\\TelegramBotRepository' => '?',
  2831.             'App\\Repository\\TransactionCategoryRepository' => '?',
  2832.             'App\\Repository\\TransactionRepository' => '?',
  2833.         ])));
  2834.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2835.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2836.         return $instance;
  2837.     }
  2838.     /**
  2839.      * Gets the public 'error_controller' shared service.
  2840.      *
  2841.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2842.      */
  2843.     protected function getErrorControllerService()
  2844.     {
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2850.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2851.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2852.     }
  2853.     /**
  2854.      * Gets the public 'event_dispatcher' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2857.      */
  2858.     protected function getEventDispatcherService()
  2859.     {
  2860.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2861.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2862.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2863.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2864.         $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())));
  2865.         $instance->addListener('kernel.controller', [=> function () {
  2866.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2867.         }, => 'onKernelController'], 0);
  2868.         $instance->addListener('kernel.response', [=> function () {
  2869.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  2870.         }, => 'onKernelResponse'], 0);
  2871.         $instance->addListener('kernel.request', [=> function () {
  2872.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2873.         }, => 'onKernelRequest'], 250);
  2874.         $instance->addListener('kernel.response', [=> function () {
  2875.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2876.         }, => 'onKernelResponse'], 0);
  2877.         $instance->addListener('kernel.response', [=> function () {
  2878.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2879.         }, => 'onResponse'], 0);
  2880.         $instance->addListener('kernel.request', [=> function () {
  2881.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  2882.         }, => 'onKernelRequest'], 10);
  2883.         $instance->addListener('reserve.create', [=> function () {
  2884.             return ($this->privates['App\\EventSubscriber\\ReserveEventSubscriber'] ?? $this->getReserveEventSubscriberService());
  2885.         }, => 'createEvent'], 0);
  2886.         $instance->addListener('kernel.response', [=> function () {
  2887.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2888.         }, => 'onKernelResponse'], 0);
  2889.         $instance->addListener('kernel.response', [=> function () {
  2890.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2891.         }, => 'onKernelResponse'], -1024);
  2892.         $instance->addListener('kernel.request', [=> function () {
  2893.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2894.         }, => 'setDefaultLocale'], 100);
  2895.         $instance->addListener('kernel.request', [=> function () {
  2896.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2897.         }, => 'onKernelRequest'], 16);
  2898.         $instance->addListener('kernel.finish_request', [=> function () {
  2899.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2900.         }, => 'onKernelFinishRequest'], 0);
  2901.         $instance->addListener('kernel.request', [=> function () {
  2902.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2903.         }, => 'onKernelRequest'], 256);
  2904.         $instance->addListener('kernel.request', [=> function () {
  2905.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2906.         }, => 'resolveControllerName'], 24);
  2907.         $instance->addListener('kernel.response', [=> function () {
  2908.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2909.         }, => 'onResponse'], -255);
  2910.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2911.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2912.         }, => 'onControllerArguments'], 0);
  2913.         $instance->addListener('kernel.exception', [=> function () {
  2914.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2915.         }, => 'logKernelException'], 0);
  2916.         $instance->addListener('kernel.exception', [=> function () {
  2917.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2918.         }, => 'onKernelException'], -128);
  2919.         $instance->addListener('kernel.request', [=> function () {
  2920.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2921.         }, => 'onKernelRequest'], 15);
  2922.         $instance->addListener('kernel.finish_request', [=> function () {
  2923.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2924.         }, => 'onKernelFinishRequest'], -15);
  2925.         $instance->addListener('console.error', [=> function () {
  2926.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2927.         }, => 'onConsoleError'], -128);
  2928.         $instance->addListener('console.terminate', [=> function () {
  2929.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2930.         }, => 'onConsoleTerminate'], -128);
  2931.         $instance->addListener('console.error', [=> function () {
  2932.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2933.         }, => 'onConsoleError'], 0);
  2934.         $instance->addListener('kernel.request', [=> function () {
  2935.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2936.         }, => 'onKernelRequest'], 128);
  2937.         $instance->addListener('kernel.response', [=> function () {
  2938.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2939.         }, => 'onKernelResponse'], -1000);
  2940.         $instance->addListener('kernel.finish_request', [=> function () {
  2941.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2942.         }, => 'onFinishRequest'], 0);
  2943.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2944.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2945.         }, => 'onMessage'], -255);
  2946.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2947.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2948.         }, => 'onMessage'], -255);
  2949.         $instance->addListener('kernel.response', [=> function () {
  2950.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2951.         }, => 'onKernelResponse'], -100);
  2952.         $instance->addListener('kernel.exception', [=> function () {
  2953.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2954.         }, => 'onKernelException'], 0);
  2955.         $instance->addListener('kernel.terminate', [=> function () {
  2956.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2957.         }, => 'onKernelTerminate'], -1024);
  2958.         $instance->addListener('kernel.controller', [=> function () {
  2959.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2960.         }, => 'onKernelController'], 0);
  2961.         $instance->addListener('kernel.response', [=> function () {
  2962.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2963.         }, => 'onKernelResponse'], 0);
  2964.         $instance->addListener('kernel.request', [=> function () {
  2965.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2966.         }, => 'configure'], 2048);
  2967.         $instance->addListener('console.command', [=> function () {
  2968.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2969.         }, => 'configure'], 2048);
  2970.         $instance->addListener('kernel.request', [=> function () {
  2971.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2972.         }, => 'onKernelRequest'], 32);
  2973.         $instance->addListener('kernel.finish_request', [=> function () {
  2974.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2975.         }, => 'onKernelFinishRequest'], 0);
  2976.         $instance->addListener('kernel.exception', [=> function () {
  2977.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2978.         }, => 'onKernelException'], -64);
  2979.         $instance->addListener('console.error', [=> function () {
  2980.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2981.         }, => 'onConsoleError'], 0);
  2982.         $instance->addListener('console.terminate', [=> function () {
  2983.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2984.         }, => 'onConsoleTerminate'], 0);
  2985.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2986.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2987.         }, => 'onMessage'], 0);
  2988.         $instance->addListener('kernel.response', [=> function () {
  2989.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2990.         }, => 'onKernelResponse'], 0);
  2991.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2992.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2993.         }, => 'onVoterVote'], 0);
  2994.         $instance->addListener('kernel.request', [=> function () {
  2995.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2996.         }, => 'configureLogoutUrlGenerator'], 8);
  2997.         $instance->addListener('kernel.request', [=> function () {
  2998.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2999.         }, => 'onKernelRequest'], 8);
  3000.         $instance->addListener('kernel.finish_request', [=> function () {
  3001.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3002.         }, => 'onKernelFinishRequest'], 0);
  3003.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  3004.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3005.         }, => 'onImplicitLogin'], 0);
  3006.         $instance->addListener('security.interactive_login', [=> function () {
  3007.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3008.         }, => 'onSecurityInteractiveLogin'], 0);
  3009.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3010.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3011.         }, => 'authenticate'], 0);
  3012.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  3013.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3014.         }, => 'authenticate'], 0);
  3015.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3016.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3017.         }, => 'authenticate'], 0);
  3018.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  3019.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3020.         }, => 'addSuccessFlash'], 0);
  3021.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  3022.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3023.         }, => 'addSuccessFlash'], 0);
  3024.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  3025.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3026.         }, => 'addSuccessFlash'], 0);
  3027.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  3028.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3029.         }, => 'addSuccessFlash'], 0);
  3030.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  3031.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3032.         }, => 'addSuccessFlash'], 0);
  3033.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3034.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3035.         }, => 'addSuccessFlash'], 0);
  3036.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3037.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3038.         }, => 'addSuccessFlash'], 0);
  3039.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  3040.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3041.         }, => 'onResettingResetInitialize'], 0);
  3042.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  3043.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3044.         }, => 'onResettingResetSuccess'], 0);
  3045.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  3046.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3047.         }, => 'onResettingResetRequest'], 0);
  3048.         $instance->addListener('kernel.response', [=> function () {
  3049.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3050.         }, => 'onKernelResponse'], -128);
  3051.         $instance->addListener('console.command', [=> function () {
  3052.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3053.         }, => 'onCommand'], 255);
  3054.         $instance->addListener('console.terminate', [=> function () {
  3055.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3056.         }, => 'onTerminate'], -255);
  3057.         $instance->addListener('console.command', [=> function () {
  3058.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3059.         }, => 'configure'], 1024);
  3060.         return $instance;
  3061.     }
  3062.     /**
  3063.      * Gets the public 'filesystem' shared service.
  3064.      *
  3065.      * @return \Symfony\Component\Filesystem\Filesystem
  3066.      */
  3067.     protected function getFilesystemService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3070.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  3071.     }
  3072.     /**
  3073.      * Gets the public 'form.factory' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\Form\FormFactory
  3076.      */
  3077.     protected function getForm_FactoryService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  3081.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  3082.     }
  3083.     /**
  3084.      * Gets the public 'form.type.file' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  3087.      */
  3088.     protected function getForm_Type_FileService()
  3089.     {
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  3093.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  3094.     }
  3095.     /**
  3096.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  3097.      *
  3098.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  3099.      */
  3100.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  3104.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  3105.     }
  3106.     /**
  3107.      * Gets the public 'fos_rest.view_handler' shared service.
  3108.      *
  3109.      * @return \FOS\RestBundle\View\ViewHandler
  3110.      */
  3111.     protected function getFosRest_ViewHandlerService()
  3112.     {
  3113.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  3116.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), $this->getFosRest_Serializer_JmsService(), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false], false);
  3117.     }
  3118.     /**
  3119.      * Gets the public 'fos_user.change_password.controller' shared service.
  3120.      *
  3121.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  3122.      */
  3123.     protected function getFosUser_ChangePassword_ControllerService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3132.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  3133.         $instance->setContainer($this);
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the public 'fos_user.group.controller' shared service.
  3138.      *
  3139.      * @return \FOS\UserBundle\Controller\GroupController
  3140.      */
  3141.     protected function getFosUser_Group_ControllerService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3150.         $this->services['fos_user.group.controller'] = $instance = new \FOS\UserBundle\Controller\GroupController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_group_form''FOS\\UserBundle\\Form\\Type\\GroupFormType'$this->parameters['fos_user.group.form.validation_groups']), ($this->services['fos_user.group_manager'] ?? $this->getFosUser_GroupManagerService()));
  3151.         $instance->setContainer($this);
  3152.         return $instance;
  3153.     }
  3154.     /**
  3155.      * Gets the public 'fos_user.group_manager' shared service.
  3156.      *
  3157.      * @return \Sonata\UserBundle\Entity\GroupManager
  3158.      */
  3159.     protected function getFosUser_GroupManagerService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/GroupManagerInterface.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/GroupManager.php';
  3167.         return $this->services['fos_user.group_manager'] = new \Sonata\UserBundle\Entity\GroupManager(($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Entity\\Group');
  3168.     }
  3169.     /**
  3170.      * Gets the public 'fos_user.profile.controller' shared service.
  3171.      *
  3172.      * @return \FOS\UserBundle\Controller\ProfileController
  3173.      */
  3174.     protected function getFosUser_Profile_ControllerService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3183.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  3184.         $instance->setContainer($this);
  3185.         return $instance;
  3186.     }
  3187.     /**
  3188.      * Gets the public 'fos_user.registration.controller' shared service.
  3189.      *
  3190.      * @return \FOS\UserBundle\Controller\RegistrationController
  3191.      */
  3192.     protected function getFosUser_Registration_ControllerService()
  3193.     {
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3198.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  3201.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3202.         $instance->setContainer($this);
  3203.         return $instance;
  3204.     }
  3205.     /**
  3206.      * Gets the public 'fos_user.resetting.controller' shared service.
  3207.      *
  3208.      * @return \FOS\UserBundle\Controller\ResettingController
  3209.      */
  3210.     protected function getFosUser_Resetting_ControllerService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  3221.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['mailer'] ?? ($this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer())), 7200);
  3222.         $instance->setContainer($this);
  3223.         return $instance;
  3224.     }
  3225.     /**
  3226.      * Gets the public 'fos_user.security.controller' shared service.
  3227.      *
  3228.      * @return \FOS\UserBundle\Controller\SecurityController
  3229.      */
  3230.     protected function getFosUser_Security_ControllerService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  3237.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  3238.         $instance->setContainer($this);
  3239.         return $instance;
  3240.     }
  3241.     /**
  3242.      * Gets the public 'fos_user.user_manager' shared service.
  3243.      *
  3244.      * @return \Sonata\UserBundle\Entity\UserManager
  3245.      */
  3246.     protected function getFosUser_UserManagerService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  3255.         return $this->services['fos_user.user_manager'] = new \Sonata\UserBundle\Entity\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Entity\\AdmUser');
  3256.     }
  3257.     /**
  3258.      * Gets the public 'http_kernel' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3261.      */
  3262.     protected function getHttpKernelService()
  3263.     {
  3264.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3265.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  3266.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3267.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3268.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3269.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3270.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3271.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3272.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3273.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3274.         }, 8)), $a));
  3275.     }
  3276.     /**
  3277.      * Gets the public 'jms_serializer' shared service.
  3278.      *
  3279.      * @return \JMS\Serializer\Serializer
  3280.      */
  3281.     protected function getJmsSerializerService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  3293.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  3295.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  3314.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  3315.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  3316.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3317.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  3318.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  3319.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  3320.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3321.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  3322.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  3323.         ], [
  3324.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3325.             'jms_serializer.stopwatch_subscriber' => '?',
  3326.         ]));
  3327.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  3328.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3329.         $g->setOptions(1216);
  3330.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  3331.         $h->setFormatOutput(true);
  3332.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  3333.         $i->setOptions(0);
  3334.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  3335.     }
  3336.     /**
  3337.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3338.      *
  3339.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3340.      */
  3341.     protected function getJmsSerializer_DeserializationContextFactoryService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3346.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3347.     }
  3348.     /**
  3349.      * Gets the public 'jms_serializer.handler_registry' shared service.
  3350.      *
  3351.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  3352.      */
  3353.     protected function getJmsSerializer_HandlerRegistryService()
  3354.     {
  3355.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  3356.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  3357.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  3358.     }
  3359.     /**
  3360.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  3361.      *
  3362.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  3363.      */
  3364.     protected function getJmsSerializer_MetadataDriverService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  3370.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  3385.         $a = new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer'), 'Sonata\\DatagridBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/config/serializer'), 'Sonata\\UserBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/serializer')]);
  3386.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  3387.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  3388.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  3389.     }
  3390.     /**
  3391.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3392.      *
  3393.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3394.      */
  3395.     protected function getJmsSerializer_SerializationContextFactoryService()
  3396.     {
  3397.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3400.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3401.     }
  3402.     /**
  3403.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  3404.      *
  3405.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  3406.      */
  3407.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  3410.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3411.     }
  3412.     /**
  3413.      * Gets the public 'knp_menu.factory' shared service.
  3414.      *
  3415.      * @return \Knp\Menu\MenuFactory
  3416.      */
  3417.     protected function getKnpMenu_FactoryService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3423.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3424.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3425.         return $instance;
  3426.     }
  3427.     /**
  3428.      * Gets the public 'knp_menu.matcher' shared service.
  3429.      *
  3430.      * @return \Knp\Menu\Matcher\Matcher
  3431.      */
  3432.     protected function getKnpMenu_MatcherService()
  3433.     {
  3434.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3435.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3436.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  3437.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  3438.         }, 3));
  3439.     }
  3440.     /**
  3441.      * Gets the public 'mailer' shared service.
  3442.      *
  3443.      * @return \FOS\UserBundle\Mailer\NoopMailer
  3444.      */
  3445.     protected function getMailerService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  3449.         return $this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer();
  3450.     }
  3451.     /**
  3452.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  3453.      *
  3454.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3455.      */
  3456.     protected function getNelmioApiDoc_Controller_SwaggerService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  3459.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  3460.     }
  3461.     /**
  3462.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3463.      *
  3464.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3465.      */
  3466.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  3469.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  3470.     }
  3471.     /**
  3472.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  3473.      *
  3474.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  3475.      */
  3476.     protected function getNelmioApiDoc_Generator_DefaultService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  3479.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  3480.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  3481.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  3482.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  3483.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  3484.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  3485.         }, 5), new RewindableGenerator(function () {
  3486.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  3487.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  3488.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  3489.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  3490.         }, 4));
  3491.         $instance->setAlternativeNames([]);
  3492.         return $instance;
  3493.     }
  3494.     /**
  3495.      * Gets the public 'profiler' shared service.
  3496.      *
  3497.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  3498.      */
  3499.     protected function getProfilerService()
  3500.     {
  3501.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  3502.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3503.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3504.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3506.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  3507.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  3508.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3509.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3510.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3511.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3512.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  3513.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  3514.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3515.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  3516.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3517.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  3518.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3519.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3520.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  3521.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3522.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  3523.         if ($this->has('kernel')) {
  3524.             $f->setKernel($b);
  3525.         }
  3526.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  3527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3528.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  3529.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  3530.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  3531.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3532.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  3533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  3534.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  3535.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  3536.         $instance->add($d);
  3537.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  3538.         $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())));
  3539.         $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())));
  3540.         $instance->add($e);
  3541.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3542.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  3543.         $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']));
  3544.         $instance->add($f);
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the public 'request_stack' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3551.      */
  3552.     protected function getRequestStackService()
  3553.     {
  3554.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3555.     }
  3556.     /**
  3557.      * Gets the public 'router' shared service.
  3558.      *
  3559.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3560.      */
  3561.     protected function getRouterService()
  3562.     {
  3563.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3564.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3565.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3566.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3568.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3569.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3570.         ], [
  3571.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3572.         ]))->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'en');
  3573.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3574.         return $instance;
  3575.     }
  3576.     /**
  3577.      * Gets the public 'routing.loader' shared service.
  3578.      *
  3579.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3580.      */
  3581.     protected function getRouting_LoaderService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3602.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3603.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  3604.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3605.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  3606.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  3607.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  3608.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  3609.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  3610.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3611.             'kernel' => ['services''kernel''getKernelService'false],
  3612.         ], [
  3613.             'kernel' => 'App\\Kernel',
  3614.         ]))));
  3615.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  3616.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  3617.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  3618.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  3619.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  3620.         $a->addLoader($c);
  3621.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  3622.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  3623.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  3624.     }
  3625.     /**
  3626.      * Gets the public 'security.acl.dbal.schema' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\Security\Acl\Dbal\Schema
  3629.      */
  3630.     protected function getSecurity_Acl_Dbal_SchemaService()
  3631.     {
  3632.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/Schema.php';
  3635.         return $this->services['security.acl.dbal.schema'] = new \Symfony\Component\Security\Acl\Dbal\Schema(['class_table_name' => 'acl_classes''entry_table_name' => 'acl_entries''oid_table_name' => 'acl_object_identities''oid_ancestors_table_name' => 'acl_object_identity_ancestors''sid_table_name' => 'acl_security_identities'], ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3636.     }
  3637.     /**
  3638.      * Gets the public 'security.acl.provider' shared service.
  3639.      *
  3640.      * @return \Symfony\Component\Security\Acl\Dbal\MutableAclProvider
  3641.      */
  3642.     protected function getSecurity_Acl_ProviderService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/AclProviderInterface.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/AclProvider.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/MutableAclProviderInterface.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/MutableAclProvider.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/PermissionGrantingStrategyInterface.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/PermissionGrantingStrategy.php';
  3651.         return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes''entry_table_name' => 'acl_entries''oid_table_name' => 'acl_object_identities''oid_ancestors_table_name' => 'acl_object_identity_ancestors''sid_table_name' => 'acl_security_identities'], NULL);
  3652.     }
  3653.     /**
  3654.      * Gets the public 'security.authentication_utils' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  3657.      */
  3658.     protected function getSecurity_AuthenticationUtilsService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3661.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3662.     }
  3663.     /**
  3664.      * Gets the public 'security.authorization_checker' shared service.
  3665.      *
  3666.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3667.      */
  3668.     protected function getSecurity_AuthorizationCheckerService()
  3669.     {
  3670.         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);
  3671.     }
  3672.     /**
  3673.      * Gets the public 'security.csrf.token_manager' shared service.
  3674.      *
  3675.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3676.      */
  3677.     protected function getSecurity_Csrf_TokenManagerService()
  3678.     {
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  3683.         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())));
  3684.     }
  3685.     /**
  3686.      * Gets the public 'security.password_encoder' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  3689.      */
  3690.     protected function getSecurity_PasswordEncoderService()
  3691.     {
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  3694.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  3695.     }
  3696.     /**
  3697.      * Gets the public 'security.token_storage' shared service.
  3698.      *
  3699.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3700.      */
  3701.     protected function getSecurity_TokenStorageService()
  3702.     {
  3703.         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, [
  3704.             'session' => ['services''session''getSessionService'false],
  3705.         ], [
  3706.             'session' => '?',
  3707.         ]));
  3708.     }
  3709.     /**
  3710.      * Gets the public 'serializer' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\Serializer\Serializer
  3713.      */
  3714.     protected function getSerializerService()
  3715.     {
  3716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  3724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  3726.         include_once \dirname(__DIR__4).'/src/Infrastructure/Normalizer/ConstraintViolationListNormalizer.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  3750.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  3751.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  3752.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \App\Infrastructure\Normalizer\ConstraintViolationListNormalizer(), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $a), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  3753.     }
  3754.     /**
  3755.      * Gets the public 'services_resetter' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3758.      */
  3759.     protected function getServicesResetterService()
  3760.     {
  3761.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3762.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3763.             if (isset($this->services['cache.app'])) {
  3764.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3765.             }
  3766.             if (isset($this->services['cache.system'])) {
  3767.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3768.             }
  3769.             if (isset($this->privates['cache.validator'])) {
  3770.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3771.             }
  3772.             if (isset($this->privates['cache.serializer'])) {
  3773.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3774.             }
  3775.             if (isset($this->privates['cache.annotations'])) {
  3776.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3777.             }
  3778.             if (isset($this->privates['cache.property_info'])) {
  3779.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3780.             }
  3781.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3782.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3783.             }
  3784.             if (isset($this->services['profiler'])) {
  3785.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  3786.             }
  3787.             if (isset($this->services['validator'])) {
  3788.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  3789.             }
  3790.             if (isset($this->privates['debug.stopwatch'])) {
  3791.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3792.             }
  3793.             if (isset($this->services['event_dispatcher'])) {
  3794.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3795.             }
  3796.             if (isset($this->services['security.token_storage'])) {
  3797.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  3798.             }
  3799.             if (isset($this->privates['cache.security_expression_language'])) {
  3800.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3801.             }
  3802.             if (isset($this->services['doctrine'])) {
  3803.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3804.             }
  3805.             if (isset($this->privates['form.type.entity'])) {
  3806.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3807.             }
  3808.             if (isset($this->privates['monolog.handler.main'])) {
  3809.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3810.             }
  3811.             if (isset($this->privates['monolog.handler.console'])) {
  3812.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3813.             }
  3814.             if (isset($this->services['fos_rest.view_handler'])) {
  3815.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  3816.             }
  3817.         }, function () {
  3818.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['fos_rest.view_handler']));
  3819.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset']]);
  3820.     }
  3821.     /**
  3822.      * Gets the public 'session' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3825.      */
  3826.     protected function getSessionService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  3830.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3831.     }
  3832.     /**
  3833.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  3834.      *
  3835.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  3836.      */
  3837.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  3840.         return $this->services['sonata.admin.action.append_form_field_element'] = new \Sonata\AdminBundle\Action\AppendFormFieldElementAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  3841.     }
  3842.     /**
  3843.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  3844.      *
  3845.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  3846.      */
  3847.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  3848.     {
  3849.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  3850.         return $this->services['sonata.admin.action.get_short_object_description'] = new \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3851.     }
  3852.     /**
  3853.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  3854.      *
  3855.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  3856.      */
  3857.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  3858.     {
  3859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  3860.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3861.     }
  3862.     /**
  3863.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  3864.      *
  3865.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  3866.      */
  3867.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  3870.         return $this->services['sonata.admin.action.retrieve_form_field_element'] = new \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  3871.     }
  3872.     /**
  3873.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  3874.      *
  3875.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  3876.      */
  3877.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  3878.     {
  3879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  3880.         return $this->services['sonata.admin.action.set_object_field_value'] = new \Sonata\AdminBundle\Action\SetObjectFieldValueAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  3881.     }
  3882.     /**
  3883.      * Gets the public 'sonata.admin.audit.manager' shared service.
  3884.      *
  3885.      * @return \Sonata\AdminBundle\Model\AuditManager
  3886.      */
  3887.     protected function getSonata_Admin_Audit_ManagerService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3891.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  3892.     }
  3893.     /**
  3894.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  3895.      *
  3896.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  3897.      */
  3898.     protected function getSonata_Admin_Block_AdminListService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  3904.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  3905.     }
  3906.     /**
  3907.      * Gets the public 'sonata.admin.block.search_result' shared service.
  3908.      *
  3909.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  3910.      */
  3911.     protected function getSonata_Admin_Block_SearchResultService()
  3912.     {
  3913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  3917.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()));
  3918.     }
  3919.     /**
  3920.      * Gets the public 'sonata.admin.block.stats' shared service.
  3921.      *
  3922.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  3923.      */
  3924.     protected function getSonata_Admin_Block_StatsService()
  3925.     {
  3926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  3930.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3931.     }
  3932.     /**
  3933.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  3934.      *
  3935.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3936.      */
  3937.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3938.     {
  3939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  3941.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3942.     }
  3943.     /**
  3944.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  3945.      *
  3946.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  3947.      */
  3948.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  3949.     {
  3950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  3952.         return $this->services['sonata.admin.builder.filter.factory'] = new \Sonata\AdminBundle\Filter\FilterFactory($this, ['Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => 'sonata.admin.orm.filter.type.boolean''doctrine_orm_boolean' => 'sonata.admin.orm.filter.type.boolean''Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => 'sonata.admin.orm.filter.type.callback''doctrine_orm_callback' => 'sonata.admin.orm.filter.type.callback''Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => 'sonata.admin.orm.filter.type.choice''doctrine_orm_choice' => 'sonata.admin.orm.filter.type.choice''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => 'sonata.admin.orm.filter.type.model''doctrine_orm_model' => 'sonata.admin.orm.filter.type.model''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => 'sonata.admin.orm.filter.type.model_autocomplete''doctrine_orm_model_autocomplete' => 'sonata.admin.orm.filter.type.model_autocomplete''Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => 'sonata.admin.orm.filter.type.string''doctrine_orm_string' => 'sonata.admin.orm.filter.type.string''Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => 'sonata.admin.orm.filter.type.number''doctrine_orm_number' => 'sonata.admin.orm.filter.type.number''Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => 'sonata.admin.orm.filter.type.date''doctrine_orm_date' => 'sonata.admin.orm.filter.type.date''Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => 'sonata.admin.orm.filter.type.date_range''doctrine_orm_date_range' => 'sonata.admin.orm.filter.type.date_range''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => 'sonata.admin.orm.filter.type.datetime''doctrine_orm_datetime' => 'sonata.admin.orm.filter.type.datetime''Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => 'sonata.admin.orm.filter.type.time''doctrine_orm_time' => 'sonata.admin.orm.filter.type.time''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => 'sonata.admin.orm.filter.type.datetime_range''doctrine_orm_datetime_range' => 'sonata.admin.orm.filter.type.datetime_range''Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => 'sonata.admin.orm.filter.type.class''doctrine_orm_class' => 'sonata.admin.orm.filter.type.class']);
  3953.     }
  3954.     /**
  3955.      * Gets the public 'sonata.admin.controller.admin' shared service.
  3956.      *
  3957.      * @return \Sonata\AdminBundle\Controller\HelperController
  3958.      *
  3959.      * @deprecated The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.
  3960.      */
  3961.     protected function getSonata_Admin_Controller_AdminService()
  3962.     {
  3963.         @trigger_error('The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  3964.         return $this->services['sonata.admin.controller.admin'] = new \Sonata\AdminBundle\Controller\HelperController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()), ($this->services['validator'] ?? $this->getValidatorService()));
  3965.     }
  3966.     /**
  3967.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  3968.      *
  3969.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  3970.      */
  3971.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  3976.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  3977.     }
  3978.     /**
  3979.      * Gets the public 'sonata.admin.event.extension' shared service.
  3980.      *
  3981.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  3982.      */
  3983.     protected function getSonata_Admin_Event_ExtensionService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  3988.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3989.     }
  3990.     /**
  3991.      * Gets the public 'sonata.admin.exporter' shared service.
  3992.      *
  3993.      * @return \Sonata\AdminBundle\Export\Exporter
  3994.      *
  3995.      * @deprecated The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.
  3996.      */
  3997.     protected function getSonata_Admin_ExporterService()
  3998.     {
  3999.         @trigger_error('The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.'E_USER_DEPRECATED);
  4000.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  4001.     }
  4002.     /**
  4003.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  4004.      *
  4005.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  4006.      */
  4007.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  4012.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  4013.     }
  4014.     /**
  4015.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  4016.      *
  4017.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  4018.      */
  4019.     protected function getSonata_Admin_Form_Extension_FieldService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  4024.         return $this->services['sonata.admin.form.extension.field'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension(['Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => ''], ['legacy_twig_text_extension' => false'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,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==''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]);
  4025.     }
  4026.     /**
  4027.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  4028.      *
  4029.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  4030.      */
  4031.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  4036.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  4037.     }
  4038.     /**
  4039.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  4040.      *
  4041.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  4042.      */
  4043.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  4048.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  4049.     }
  4050.     /**
  4051.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  4052.      *
  4053.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  4054.      */
  4055.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  4056.     {
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  4060.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  4061.     }
  4062.     /**
  4063.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  4064.      *
  4065.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  4066.      */
  4067.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  4068.     {
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  4072.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4073.     }
  4074.     /**
  4075.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  4076.      *
  4077.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  4078.      */
  4079.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  4084.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4085.     }
  4086.     /**
  4087.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  4088.      *
  4089.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  4090.      */
  4091.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  4092.     {
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  4096.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4097.     }
  4098.     /**
  4099.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  4100.      *
  4101.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  4102.      */
  4103.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  4108.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  4109.     }
  4110.     /**
  4111.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  4112.      *
  4113.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  4114.      */
  4115.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  4120.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  4121.     }
  4122.     /**
  4123.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  4124.      *
  4125.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  4126.      */
  4127.     protected function getSonata_Admin_Form_Type_AdminService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  4132.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  4133.     }
  4134.     /**
  4135.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  4136.      *
  4137.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  4138.      */
  4139.     protected function getSonata_Admin_Form_Type_CollectionService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  4144.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  4145.     }
  4146.     /**
  4147.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  4148.      *
  4149.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  4150.      */
  4151.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  4156.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  4157.     }
  4158.     /**
  4159.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  4160.      *
  4161.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  4162.      */
  4163.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  4168.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4169.     }
  4170.     /**
  4171.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  4172.      *
  4173.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  4174.      */
  4175.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  4176.     {
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  4180.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  4181.     }
  4182.     /**
  4183.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  4184.      *
  4185.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  4186.      */
  4187.     protected function getSonata_Admin_Form_Type_ModelListService()
  4188.     {
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  4192.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  4193.     }
  4194.     /**
  4195.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  4196.      *
  4197.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  4198.      */
  4199.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  4200.     {
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  4204.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  4205.     }
  4206.     /**
  4207.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  4208.      *
  4209.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4210.      */
  4211.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  4212.     {
  4213.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4214.     }
  4215.     /**
  4216.      * Gets the public 'sonata.admin.helper' shared service.
  4217.      *
  4218.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  4219.      */
  4220.     protected function getSonata_Admin_HelperService()
  4221.     {
  4222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  4223.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4224.     }
  4225.     /**
  4226.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  4227.      *
  4228.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  4229.      */
  4230.     protected function getSonata_Admin_Label_Strategy_BcService()
  4231.     {
  4232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  4234.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  4235.     }
  4236.     /**
  4237.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  4238.      *
  4239.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  4240.      */
  4241.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  4245.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  4246.     }
  4247.     /**
  4248.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  4249.      *
  4250.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  4251.      */
  4252.     protected function getSonata_Admin_Label_Strategy_NativeService()
  4253.     {
  4254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  4256.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  4257.     }
  4258.     /**
  4259.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  4260.      *
  4261.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  4262.      */
  4263.     protected function getSonata_Admin_Label_Strategy_NoopService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  4267.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  4268.     }
  4269.     /**
  4270.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  4271.      *
  4272.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  4273.      */
  4274.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  4275.     {
  4276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4278.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  4279.     }
  4280.     /**
  4281.      * Gets the public 'sonata.admin.manager.orm' shared service.
  4282.      *
  4283.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  4284.      */
  4285.     protected function getSonata_Admin_Manager_OrmService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  4290.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4291.     }
  4292.     /**
  4293.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  4294.      *
  4295.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  4296.      */
  4297.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  4301.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  4302.     }
  4303.     /**
  4304.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  4305.      *
  4306.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  4307.      */
  4308.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  4309.     {
  4310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  4313.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  4314.     }
  4315.     /**
  4316.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  4317.      *
  4318.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  4319.      */
  4320.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  4321.     {
  4322.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  4324.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  4325.     }
  4326.     /**
  4327.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  4328.      *
  4329.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  4330.      */
  4331.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  4335.         return $this->services['sonata.admin.menu.matcher.voter.admin'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4336.     }
  4337.     /**
  4338.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  4339.      *
  4340.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  4341.      *
  4342.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.
  4343.      */
  4344.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  4345.     {
  4346.         @trigger_error('The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.'E_USER_DEPRECATED);
  4347.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  4348.     }
  4349.     /**
  4350.      * Gets the public 'sonata.admin.menu_builder' shared service.
  4351.      *
  4352.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  4353.      */
  4354.     protected function getSonata_Admin_MenuBuilderService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  4357.         return $this->services['sonata.admin.menu_builder'] = new \Sonata\AdminBundle\Menu\MenuBuilder(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4358.     }
  4359.     /**
  4360.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  4361.      *
  4362.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  4363.      */
  4364.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  4365.     {
  4366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  4367.         return $this->services['sonata.admin.object.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminObjectAclManipulator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  4368.     }
  4369.     /**
  4370.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  4371.      *
  4372.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  4373.      */
  4374.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  4375.     {
  4376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  4380.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  4381.     }
  4382.     /**
  4383.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  4384.      *
  4385.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  4386.      */
  4387.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  4388.     {
  4389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  4393.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  4394.     }
  4395.     /**
  4396.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  4397.      *
  4398.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  4399.      */
  4400.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  4406.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  4407.     }
  4408.     /**
  4409.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  4410.      *
  4411.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  4412.      */
  4413.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  4419.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  4420.     }
  4421.     /**
  4422.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  4423.      *
  4424.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  4425.      */
  4426.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  4427.     {
  4428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  4433.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  4434.     }
  4435.     /**
  4436.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  4437.      *
  4438.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  4439.      */
  4440.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  4447.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  4448.     }
  4449.     /**
  4450.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  4451.      *
  4452.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  4453.      */
  4454.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  4461.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  4462.     }
  4463.     /**
  4464.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  4465.      *
  4466.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  4467.      */
  4468.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  4469.     {
  4470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  4475.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  4476.     }
  4477.     /**
  4478.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  4479.      *
  4480.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  4481.      */
  4482.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  4483.     {
  4484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  4488.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  4489.     }
  4490.     /**
  4491.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  4492.      *
  4493.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  4494.      */
  4495.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  4496.     {
  4497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  4501.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  4502.     }
  4503.     /**
  4504.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  4505.      *
  4506.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  4507.      */
  4508.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  4514.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  4515.     }
  4516.     /**
  4517.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  4518.      *
  4519.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  4520.      */
  4521.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  4527.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  4528.     }
  4529.     /**
  4530.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  4531.      *
  4532.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  4533.      */
  4534.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  4535.     {
  4536.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  4541.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  4542.     }
  4543.     /**
  4544.      * Gets the public 'sonata.admin.pool' shared service.
  4545.      *
  4546.      * @return \Sonata\AdminBundle\Admin\Pool
  4547.      */
  4548.     protected function getSonata_Admin_PoolService()
  4549.     {
  4550.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Ratata Admin''bundles/sonataadmin/logo_title.png', ['legacy_twig_text_extension' => false'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()));
  4551.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  4552.         $instance->setAdminServiceIds([=> 'admin.client'=> 'admin.motorcycle'=> 'admin.service_history'=> 'admin.service_performer'=> 'admin.service_work_type'=> 'admin.spare_part'=> 'admin.rental_price'=> 'admin.reserve'=> 'admin.reserve.requested'=> 'admin.reserve.approved'10 => 'admin.reserve.active'11 => 'admin.reserve.ended'12 => 'admin.reserve.declined'13 => 'admin.reserve.canceled'14 => 'admin.finance.statistic'15 => 'admin.clients.statistic'16 => 'admin.motorcycle.statistic'17 => 'admin.balance.statistic'18 => 'admin.transaction'19 => 'admin.transaction_daily'20 => 'admin.transaction_category'21 => 'sonata.user.admin.user'22 => 'sonata.user.admin.group']);
  4553.         $instance->setAdminGroups(['sonata.admin.reserve' => ['keep_open' => false'label' => 'Резервы''icon' => '<i class="fa fa-address-book"></i>''items' => [=> ['admin' => 'admin.reserve.approved''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.reserve.active''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.reserve.ended''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.reserve.declined''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.reserve.canceled''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'item_adds' => [], 'roles' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.clients' => ['label' => 'Клиенты''icon' => '<i class="fa fa-users"></i>''items' => [=> ['admin' => 'admin.client''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.service' => ['label' => 'Сервис''icon' => '<i class="fa fa-wrench"></i>''items' => [=> ['admin' => 'admin.service_history''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.spare_part''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_SONATA_ADMIN'=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.transaction' => ['label' => 'Транзакции''icon' => '<i class="fa fa-line-chart"></i>''items' => [=> ['admin' => 'admin.transaction''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.transaction_daily''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_SONATA_ADMIN'=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.statistic' => ['label' => 'Статистика''icon' => '<i class="fa fa-line-chart"></i>''items' => [=> ['admin' => 'admin.balance.statistic''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.finance.statistic''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.clients.statistic''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.motorcycle.statistic''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_APP\\ADMIN\\STATISTICADMIN_ALL'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'sonata.admin.settings' => ['label' => 'Settings''icon' => '<i class="fa fa-server"></i>''items' => [=> ['admin' => 'sonata.user.admin.user''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.motorcycle''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.rental_price''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.transaction_category''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.service_performer''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.service_work_type''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'keep_open' => false'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle']]);
  4554.         $instance->setAdminClasses(['App\\Entity\\Client' => [=> 'admin.client'], 'App\\Entity\\Motorcycle' => [=> 'admin.motorcycle'], 'App\\Entity\\ServiceHistory' => [=> 'admin.service_history'], 'App\\Entity\\ServicePerformer' => [=> 'admin.service_performer'], 'App\\Entity\\ServiceWorkType' => [=> 'admin.service_work_type'], 'App\\Entity\\SparePart' => [=> 'admin.spare_part'], 'App\\Entity\\RentalPrice' => [=> 'admin.rental_price'], 'App\\Entity\\Reserve' => [=> 'admin.reserve'=> 'admin.reserve.requested'=> 'admin.reserve.approved'=> 'admin.reserve.active'=> 'admin.reserve.ended'=> 'admin.reserve.declined'=> 'admin.reserve.canceled'], '' => [=> 'admin.finance.statistic'=> 'admin.clients.statistic'=> 'admin.motorcycle.statistic'=> 'admin.balance.statistic'=> 'admin.transaction_daily'], 'App\\Entity\\Transaction' => [=> 'admin.transaction'], 'App\\Entity\\TransactionCategory' => [=> 'admin.transaction_category'], 'App\\Entity\\AdmUser' => [=> 'sonata.user.admin.user'], 'App\\Entity\\Group' => [=> 'sonata.user.admin.group']]);
  4555.         return $instance;
  4556.     }
  4557.     /**
  4558.      * Gets the public 'sonata.admin.route.cache' shared service.
  4559.      *
  4560.      * @return \Sonata\AdminBundle\Route\RoutesCache
  4561.      */
  4562.     protected function getSonata_Admin_Route_CacheService()
  4563.     {
  4564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  4565.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  4566.     }
  4567.     /**
  4568.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  4569.      *
  4570.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  4571.      */
  4572.     protected function getSonata_Admin_Route_CacheWarmupService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  4577.         return $this->services['sonata.admin.route.cache_warmup'] = new \Sonata\AdminBundle\Route\RoutesCacheWarmUp(($this->services['sonata.admin.route.cache'] ?? ($this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4578.     }
  4579.     /**
  4580.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  4581.      *
  4582.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  4583.      */
  4584.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  4589.         return $this->services['sonata.admin.route.default_generator'] = new \Sonata\AdminBundle\Route\DefaultRouteGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.route.cache'] ?? ($this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))));
  4590.     }
  4591.     /**
  4592.      * Gets the public 'sonata.admin.route.path_info' shared service.
  4593.      *
  4594.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  4595.      */
  4596.     protected function getSonata_Admin_Route_PathInfoService()
  4597.     {
  4598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  4602.         return $this->services['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  4603.     }
  4604.     /**
  4605.      * Gets the public 'sonata.admin.route.query_string' shared service.
  4606.      *
  4607.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  4608.      */
  4609.     protected function getSonata_Admin_Route_QueryStringService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  4615.         return $this->services['sonata.admin.route.query_string'] = new \Sonata\AdminBundle\Route\QueryStringBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  4616.     }
  4617.     /**
  4618.      * Gets the public 'sonata.admin.route_loader' shared service.
  4619.      *
  4620.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  4621.      */
  4622.     protected function getSonata_Admin_RouteLoaderService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  4627.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [=> 'admin.client'=> 'admin.motorcycle'=> 'admin.service_history'=> 'admin.service_performer'=> 'admin.service_work_type'=> 'admin.spare_part'=> 'admin.rental_price'=> 'admin.reserve'=> 'admin.reserve.requested'=> 'admin.reserve.approved'10 => 'admin.reserve.active'11 => 'admin.reserve.ended'12 => 'admin.reserve.declined'13 => 'admin.reserve.canceled'14 => 'admin.finance.statistic'15 => 'admin.clients.statistic'16 => 'admin.motorcycle.statistic'17 => 'admin.balance.statistic'18 => 'admin.transaction'19 => 'admin.transaction_daily'20 => 'admin.transaction_category'21 => 'sonata.user.admin.user'22 => 'sonata.user.admin.group'], $this);
  4628.     }
  4629.     /**
  4630.      * Gets the public 'sonata.admin.search.handler' shared service.
  4631.      *
  4632.      * @return \Sonata\AdminBundle\Search\SearchHandler
  4633.      */
  4634.     protected function getSonata_Admin_Search_HandlerService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  4637.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), true);
  4638.     }
  4639.     /**
  4640.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  4641.      *
  4642.      * @return \Knp\Menu\MenuItem
  4643.      */
  4644.     protected function getSonata_Admin_SidebarMenuService()
  4645.     {
  4646.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  4648.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  4649.     }
  4650.     /**
  4651.      * Gets the public 'sonata.admin.twig.extension' shared service.
  4652.      *
  4653.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  4654.      */
  4655.     protected function getSonata_Admin_Twig_ExtensionService()
  4656.     {
  4657.         $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()));
  4658.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  4659.         return $instance;
  4660.     }
  4661.     /**
  4662.      * Gets the public 'sonata.admin.twig.global' shared service.
  4663.      *
  4664.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  4665.      */
  4666.     protected function getSonata_Admin_Twig_GlobalService()
  4667.     {
  4668.         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,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');
  4669.     }
  4670.     /**
  4671.      * Gets the public 'sonata.admin.validator.inline' shared service.
  4672.      *
  4673.      * @return \Sonata\CoreBundle\Validator\InlineValidator
  4674.      */
  4675.     protected function getSonata_Admin_Validator_InlineService()
  4676.     {
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  4680.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\CoreBundle\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  4681.     }
  4682.     /**
  4683.      * Gets the public 'sonata.block.context_manager.default' shared service.
  4684.      *
  4685.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  4686.      */
  4687.     protected function getSonata_Block_ContextManager_DefaultService()
  4688.     {
  4689.         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()));
  4690.     }
  4691.     /**
  4692.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  4693.      *
  4694.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  4695.      */
  4696.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  4697.     {
  4698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  4700.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  4701.     }
  4702.     /**
  4703.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  4704.      *
  4705.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  4706.      */
  4707.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  4711.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  4712.     }
  4713.     /**
  4714.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  4715.      *
  4716.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  4717.      */
  4718.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  4722.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  4723.     }
  4724.     /**
  4725.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  4726.      *
  4727.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  4728.      */
  4729.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  4730.     {
  4731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  4733.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  4734.     }
  4735.     /**
  4736.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  4737.      *
  4738.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  4739.      */
  4740.     protected function getSonata_Block_Exception_Renderer_InlineService()
  4741.     {
  4742.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  4744.         return $this->services['sonata.block.exception.renderer.inline'] = new \Sonata\BlockBundle\Exception\Renderer\InlineRenderer(($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), '@SonataBlock/Block/block_exception.html.twig');
  4745.     }
  4746.     /**
  4747.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  4748.      *
  4749.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  4750.      */
  4751.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  4755.         return $this->services['sonata.block.exception.renderer.inline_debug'] = new \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer(($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), '@SonataBlock/Block/block_exception_debug.html.twig'truetrue);
  4756.     }
  4757.     /**
  4758.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  4759.      *
  4760.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  4761.      */
  4762.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  4763.     {
  4764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  4766.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  4767.     }
  4768.     /**
  4769.      * Gets the public 'sonata.block.manager' shared service.
  4770.      *
  4771.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  4772.      */
  4773.     protected function getSonata_Block_ManagerService()
  4774.     {
  4775.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4776.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  4777.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  4778.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  4779.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  4780.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  4781.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  4782.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  4783.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  4784.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  4785.         return $instance;
  4786.     }
  4787.     /**
  4788.      * Gets the public 'sonata.block.menu.registry' shared service.
  4789.      *
  4790.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  4791.      */
  4792.     protected function getSonata_Block_Menu_RegistryService()
  4793.     {
  4794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  4796.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  4797.         $instance->add('sonata_admin_sidebar');
  4798.         return $instance;
  4799.     }
  4800.     /**
  4801.      * Gets the public 'sonata.block.renderer.default' shared service.
  4802.      *
  4803.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  4804.      */
  4805.     protected function getSonata_Block_Renderer_DefaultService()
  4806.     {
  4807.         $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'], [], []);
  4808.         $a->setDefaultFilter('debug_only');
  4809.         $a->setDefaultRenderer('throw');
  4810.         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);
  4811.     }
  4812.     /**
  4813.      * Gets the public 'sonata.block.service.container' shared service.
  4814.      *
  4815.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  4816.      */
  4817.     protected function getSonata_Block_Service_ContainerService()
  4818.     {
  4819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  4825.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4826.     }
  4827.     /**
  4828.      * Gets the public 'sonata.block.service.empty' shared service.
  4829.      *
  4830.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  4831.      */
  4832.     protected function getSonata_Block_Service_EmptyService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  4838.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4839.     }
  4840.     /**
  4841.      * Gets the public 'sonata.block.service.menu' shared service.
  4842.      *
  4843.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  4844.      */
  4845.     protected function getSonata_Block_Service_MenuService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  4853.         return $this->services['sonata.block.service.menu'] = new \Sonata\BlockBundle\Block\Service\MenuBlockService('sonata.block.menu', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['sonata.block.menu.registry'] ?? $this->getSonata_Block_Menu_RegistryService()));
  4854.     }
  4855.     /**
  4856.      * Gets the public 'sonata.block.service.rss' shared service.
  4857.      *
  4858.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  4859.      */
  4860.     protected function getSonata_Block_Service_RssService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  4868.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4869.     }
  4870.     /**
  4871.      * Gets the public 'sonata.block.service.template' shared service.
  4872.      *
  4873.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  4874.      */
  4875.     protected function getSonata_Block_Service_TemplateService()
  4876.     {
  4877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  4883.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4884.     }
  4885.     /**
  4886.      * Gets the public 'sonata.block.service.text' shared service.
  4887.      *
  4888.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  4889.      */
  4890.     protected function getSonata_Block_Service_TextService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  4898.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4899.     }
  4900.     /**
  4901.      * Gets the public 'sonata.core.form.type.array' shared service.
  4902.      *
  4903.      * @return \Sonata\Form\Type\ImmutableArrayType
  4904.      */
  4905.     protected function getSonata_Core_Form_Type_ArrayService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/ImmutableArrayType.php';
  4910.         return $this->services['sonata.core.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  4911.     }
  4912.     /**
  4913.      * Gets the public 'sonata.core.form.type.array_legacy' shared service.
  4914.      *
  4915.      * @return \Sonata\CoreBundle\Form\Type\ImmutableArrayType
  4916.      *
  4917.      * @deprecated The "sonata.core.form.type.array_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.array" instead.
  4918.      */
  4919.     protected function getSonata_Core_Form_Type_ArrayLegacyService()
  4920.     {
  4921.         @trigger_error('The "sonata.core.form.type.array_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.array" instead.'E_USER_DEPRECATED);
  4922.         return $this->services['sonata.core.form.type.array_legacy'] = new \Sonata\CoreBundle\Form\Type\ImmutableArrayType();
  4923.     }
  4924.     /**
  4925.      * Gets the public 'sonata.core.form.type.boolean' shared service.
  4926.      *
  4927.      * @return \Sonata\Form\Type\BooleanType
  4928.      */
  4929.     protected function getSonata_Core_Form_Type_BooleanService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BooleanType.php';
  4934.         return $this->services['sonata.core.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  4935.     }
  4936.     /**
  4937.      * Gets the public 'sonata.core.form.type.boolean_legacy' shared service.
  4938.      *
  4939.      * @return \Sonata\CoreBundle\Form\Type\BooleanType
  4940.      *
  4941.      * @deprecated The "sonata.core.form.type.boolean_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.boolean" instead.
  4942.      */
  4943.     protected function getSonata_Core_Form_Type_BooleanLegacyService()
  4944.     {
  4945.         @trigger_error('The "sonata.core.form.type.boolean_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.boolean" instead.'E_USER_DEPRECATED);
  4946.         return $this->services['sonata.core.form.type.boolean_legacy'] = new \Sonata\CoreBundle\Form\Type\BooleanType();
  4947.     }
  4948.     /**
  4949.      * Gets the public 'sonata.core.form.type.collection' shared service.
  4950.      *
  4951.      * @return \Sonata\Form\Type\CollectionType
  4952.      */
  4953.     protected function getSonata_Core_Form_Type_CollectionService()
  4954.     {
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/CollectionType.php';
  4958.         return $this->services['sonata.core.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  4959.     }
  4960.     /**
  4961.      * Gets the public 'sonata.core.form.type.collection_legacy' shared service.
  4962.      *
  4963.      * @return \Sonata\CoreBundle\Form\Type\CollectionType
  4964.      *
  4965.      * @deprecated The "sonata.core.form.type.collection_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.collection" instead.
  4966.      */
  4967.     protected function getSonata_Core_Form_Type_CollectionLegacyService()
  4968.     {
  4969.         @trigger_error('The "sonata.core.form.type.collection_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.collection" instead.'E_USER_DEPRECATED);
  4970.         return $this->services['sonata.core.form.type.collection_legacy'] = new \Sonata\CoreBundle\Form\Type\CollectionType();
  4971.     }
  4972.     /**
  4973.      * Gets the public 'sonata.core.form.type.color_legacy' shared service.
  4974.      *
  4975.      * @return \Sonata\CoreBundle\Form\Type\ColorType
  4976.      *
  4977.      * @deprecated The "sonata.core.form.type.color_legacy" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  4978.      */
  4979.     protected function getSonata_Core_Form_Type_ColorLegacyService()
  4980.     {
  4981.         @trigger_error('The "sonata.core.form.type.color_legacy" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  4982.         return $this->services['sonata.core.form.type.color_legacy'] = new \Sonata\CoreBundle\Form\Type\ColorType();
  4983.     }
  4984.     /**
  4985.      * Gets the public 'sonata.core.form.type.color_selector' shared service.
  4986.      *
  4987.      * @return \Sonata\CoreBundle\Form\Type\ColorSelectorType
  4988.      *
  4989.      * @deprecated The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.
  4990.      */
  4991.     protected function getSonata_Core_Form_Type_ColorSelectorService()
  4992.     {
  4993.         @trigger_error('The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.'E_USER_DEPRECATED);
  4994.         return $this->services['sonata.core.form.type.color_selector'] = new \Sonata\CoreBundle\Form\Type\ColorSelectorType();
  4995.     }
  4996.     /**
  4997.      * Gets the public 'sonata.core.form.type.date_picker' shared service.
  4998.      *
  4999.      * @return \Sonata\Form\Type\DatePickerType
  5000.      */
  5001.     protected function getSonata_Core_Form_Type_DatePickerService()
  5002.     {
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  5008.         return $this->services['sonata.core.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  5009.     }
  5010.     /**
  5011.      * Gets the public 'sonata.core.form.type.date_picker_legacy' shared service.
  5012.      *
  5013.      * @return \Sonata\CoreBundle\Form\Type\DatePickerType
  5014.      *
  5015.      * @deprecated The "sonata.core.form.type.date_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_picker" instead.
  5016.      */
  5017.     protected function getSonata_Core_Form_Type_DatePickerLegacyService()
  5018.     {
  5019.         @trigger_error('The "sonata.core.form.type.date_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_picker" instead.'E_USER_DEPRECATED);
  5020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  5021.         return $this->services['sonata.core.form.type.date_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  5022.     }
  5023.     /**
  5024.      * Gets the public 'sonata.core.form.type.date_range' shared service.
  5025.      *
  5026.      * @return \Sonata\Form\Type\DateRangeType
  5027.      */
  5028.     protected function getSonata_Core_Form_Type_DateRangeService()
  5029.     {
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  5033.         return $this->services['sonata.core.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5034.     }
  5035.     /**
  5036.      * Gets the public 'sonata.core.form.type.date_range_legacy' shared service.
  5037.      *
  5038.      * @return \Sonata\CoreBundle\Form\Type\DateRangeType
  5039.      *
  5040.      * @deprecated The "sonata.core.form.type.date_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range" instead.
  5041.      */
  5042.     protected function getSonata_Core_Form_Type_DateRangeLegacyService()
  5043.     {
  5044.         @trigger_error('The "sonata.core.form.type.date_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range" instead.'E_USER_DEPRECATED);
  5045.         return $this->services['sonata.core.form.type.date_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5046.     }
  5047.     /**
  5048.      * Gets the public 'sonata.core.form.type.date_range_picker' shared service.
  5049.      *
  5050.      * @return \Sonata\Form\Type\DateRangePickerType
  5051.      */
  5052.     protected function getSonata_Core_Form_Type_DateRangePickerService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php';
  5058.         return $this->services['sonata.core.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  5059.     }
  5060.     /**
  5061.      * Gets the public 'sonata.core.form.type.date_range_picker_legacy' shared service.
  5062.      *
  5063.      * @return \Sonata\CoreBundle\Form\Type\DateRangePickerType
  5064.      *
  5065.      * @deprecated The "sonata.core.form.type.date_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range_picker" instead.
  5066.      */
  5067.     protected function getSonata_Core_Form_Type_DateRangePickerLegacyService()
  5068.     {
  5069.         @trigger_error('The "sonata.core.form.type.date_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range_picker" instead.'E_USER_DEPRECATED);
  5070.         return $this->services['sonata.core.form.type.date_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  5071.     }
  5072.     /**
  5073.      * Gets the public 'sonata.core.form.type.datetime_picker' shared service.
  5074.      *
  5075.      * @return \Sonata\Form\Type\DateTimePickerType
  5076.      */
  5077.     protected function getSonata_Core_Form_Type_DatetimePickerService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  5084.         return $this->services['sonata.core.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  5085.     }
  5086.     /**
  5087.      * Gets the public 'sonata.core.form.type.datetime_picker_legacy' shared service.
  5088.      *
  5089.      * @return \Sonata\CoreBundle\Form\Type\DateTimePickerType
  5090.      *
  5091.      * @deprecated The "sonata.core.form.type.datetime_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_picker" instead.
  5092.      */
  5093.     protected function getSonata_Core_Form_Type_DatetimePickerLegacyService()
  5094.     {
  5095.         @trigger_error('The "sonata.core.form.type.datetime_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_picker" instead.'E_USER_DEPRECATED);
  5096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  5097.         return $this->services['sonata.core.form.type.datetime_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  5098.     }
  5099.     /**
  5100.      * Gets the public 'sonata.core.form.type.datetime_range' shared service.
  5101.      *
  5102.      * @return \Sonata\Form\Type\DateTimeRangeType
  5103.      */
  5104.     protected function getSonata_Core_Form_Type_DatetimeRangeService()
  5105.     {
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  5109.         return $this->services['sonata.core.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5110.     }
  5111.     /**
  5112.      * Gets the public 'sonata.core.form.type.datetime_range_legacy' shared service.
  5113.      *
  5114.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangeType
  5115.      *
  5116.      * @deprecated The "sonata.core.form.type.datetime_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range" instead.
  5117.      */
  5118.     protected function getSonata_Core_Form_Type_DatetimeRangeLegacyService()
  5119.     {
  5120.         @trigger_error('The "sonata.core.form.type.datetime_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range" instead.'E_USER_DEPRECATED);
  5121.         return $this->services['sonata.core.form.type.datetime_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5122.     }
  5123.     /**
  5124.      * Gets the public 'sonata.core.form.type.datetime_range_picker' shared service.
  5125.      *
  5126.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  5127.      */
  5128.     protected function getSonata_Core_Form_Type_DatetimeRangePickerService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php';
  5134.         return $this->services['sonata.core.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  5135.     }
  5136.     /**
  5137.      * Gets the public 'sonata.core.form.type.datetime_range_picker_legacy' shared service.
  5138.      *
  5139.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType
  5140.      *
  5141.      * @deprecated The "sonata.core.form.type.datetime_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range_picker" instead.
  5142.      */
  5143.     protected function getSonata_Core_Form_Type_DatetimeRangePickerLegacyService()
  5144.     {
  5145.         @trigger_error('The "sonata.core.form.type.datetime_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range_picker" instead.'E_USER_DEPRECATED);
  5146.         return $this->services['sonata.core.form.type.datetime_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  5147.     }
  5148.     /**
  5149.      * Gets the public 'sonata.core.form.type.equal' shared service.
  5150.      *
  5151.      * @return \Sonata\Form\Type\EqualType
  5152.      *
  5153.      * @deprecated The "sonata.core.form.type.equal" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "%alias_id%" instead.
  5154.      */
  5155.     protected function getSonata_Core_Form_Type_EqualService()
  5156.     {
  5157.         @trigger_error('The "sonata.core.form.type.equal" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "%alias_id%" instead.'E_USER_DEPRECATED);
  5158.         return $this->services['sonata.core.form.type.equal'] = new \Sonata\Form\Type\EqualType();
  5159.     }
  5160.     /**
  5161.      * Gets the public 'sonata.core.form.type.equal_legacy' shared service.
  5162.      *
  5163.      * @return \Sonata\CoreBundle\Form\Type\EqualType
  5164.      *
  5165.      * @deprecated The "sonata.core.form.type.equal_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.equal" instead.
  5166.      */
  5167.     protected function getSonata_Core_Form_Type_EqualLegacyService()
  5168.     {
  5169.         @trigger_error('The "sonata.core.form.type.equal_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.equal" instead.'E_USER_DEPRECATED);
  5170.         return $this->services['sonata.core.form.type.equal_legacy'] = new \Sonata\CoreBundle\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  5171.     }
  5172.     /**
  5173.      * Gets the public 'sonata.core.form.type.translatable_choice' shared service.
  5174.      *
  5175.      * @return \Sonata\CoreBundle\Form\Type\TranslatableChoiceType
  5176.      *
  5177.      * @deprecated The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.
  5178.      */
  5179.     protected function getSonata_Core_Form_Type_TranslatableChoiceService()
  5180.     {
  5181.         @trigger_error('The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  5182.         return $this->services['sonata.core.form.type.translatable_choice'] = new \Sonata\CoreBundle\Form\Type\TranslatableChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  5183.     }
  5184.     /**
  5185.      * Gets the public 'sonata.core.model.adapter.chain' shared service.
  5186.      *
  5187.      * @return \Sonata\CoreBundle\Model\Adapter\AdapterChain
  5188.      *
  5189.      * @deprecated The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
  5190.      */
  5191.     protected function getSonata_Core_Model_Adapter_ChainService()
  5192.     {
  5193.         @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  5194.         $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
  5195.         $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
  5196.         return $instance;
  5197.     }
  5198.     /**
  5199.      * Gets the public 'sonata.core.slugify.cocur' shared service.
  5200.      *
  5201.      * @return \Cocur\Slugify\Slugify
  5202.      *
  5203.      * @deprecated The "sonata.core.slugify.cocur" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.slugify.cocur" instead.
  5204.      */
  5205.     protected function getSonata_Core_Slugify_CocurService()
  5206.     {
  5207.         @trigger_error('The "sonata.core.slugify.cocur" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.slugify.cocur" instead.'E_USER_DEPRECATED);
  5208.         return $this->services['sonata.core.slugify.cocur'] = new \Cocur\Slugify\Slugify();
  5209.     }
  5210.     /**
  5211.      * Gets the public 'sonata.core.slugify.native' shared service.
  5212.      *
  5213.      * @return \Sonata\CoreBundle\Component\NativeSlugify
  5214.      *
  5215.      * @deprecated The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.
  5216.      */
  5217.     protected function getSonata_Core_Slugify_NativeService()
  5218.     {
  5219.         @trigger_error('The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.'E_USER_DEPRECATED);
  5220.         return $this->services['sonata.core.slugify.native'] = new \Sonata\CoreBundle\Component\NativeSlugify();
  5221.     }
  5222.     /**
  5223.      * Gets the public 'sonata.easy_extends.generator.bundle' shared service.
  5224.      *
  5225.      * @return \Sonata\EasyExtendsBundle\Generator\BundleGenerator
  5226.      */
  5227.     protected function getSonata_EasyExtends_Generator_BundleService()
  5228.     {
  5229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/BundleGenerator.php';
  5231.         return $this->services['sonata.easy_extends.generator.bundle'] = new \Sonata\EasyExtendsBundle\Generator\BundleGenerator();
  5232.     }
  5233.     /**
  5234.      * Gets the public 'sonata.easy_extends.generator.odm' shared service.
  5235.      *
  5236.      * @return \Sonata\EasyExtendsBundle\Generator\OdmGenerator
  5237.      */
  5238.     protected function getSonata_EasyExtends_Generator_OdmService()
  5239.     {
  5240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OdmGenerator.php';
  5242.         return $this->services['sonata.easy_extends.generator.odm'] = new \Sonata\EasyExtendsBundle\Generator\OdmGenerator();
  5243.     }
  5244.     /**
  5245.      * Gets the public 'sonata.easy_extends.generator.orm' shared service.
  5246.      *
  5247.      * @return \Sonata\EasyExtendsBundle\Generator\OrmGenerator
  5248.      */
  5249.     protected function getSonata_EasyExtends_Generator_OrmService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OrmGenerator.php';
  5253.         return $this->services['sonata.easy_extends.generator.orm'] = new \Sonata\EasyExtendsBundle\Generator\OrmGenerator();
  5254.     }
  5255.     /**
  5256.      * Gets the public 'sonata.easy_extends.generator.phpcr' shared service.
  5257.      *
  5258.      * @return \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator
  5259.      */
  5260.     protected function getSonata_EasyExtends_Generator_PhpcrService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/PHPCRGenerator.php';
  5264.         return $this->services['sonata.easy_extends.generator.phpcr'] = new \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator();
  5265.     }
  5266.     /**
  5267.      * Gets the public 'sonata.easy_extends.generator.serializer' shared service.
  5268.      *
  5269.      * @return \Sonata\EasyExtendsBundle\Generator\SerializerGenerator
  5270.      */
  5271.     protected function getSonata_EasyExtends_Generator_SerializerService()
  5272.     {
  5273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/SerializerGenerator.php';
  5275.         return $this->services['sonata.easy_extends.generator.serializer'] = new \Sonata\EasyExtendsBundle\Generator\SerializerGenerator();
  5276.     }
  5277.     /**
  5278.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  5279.      *
  5280.      * @return \Sonata\Twig\FlashMessage\FlashManager
  5281.      */
  5282.     protected function getSonata_Twig_Flashmessage_ManagerService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Status/StatusClassRendererInterface.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php';
  5286.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ['success' => ['success' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_success' => ['domain' => 'SonataAdminBundle'], 'sonata_user_success' => ['domain' => 'SonataUserBundle'], 'fos_user_success' => ['domain' => 'FOSUserBundle']], 'warning' => ['warning' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_info' => ['domain' => 'SonataAdminBundle']], 'danger' => ['error' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_error' => ['domain' => 'SonataAdminBundle'], 'sonata_user_error' => ['domain' => 'SonataUserBundle']]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  5287.     }
  5288.     /**
  5289.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  5290.      *
  5291.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  5292.      */
  5293.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  5294.     {
  5295.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  5296.     }
  5297.     /**
  5298.      * Gets the public 'sonata.user.admin.group' service.
  5299.      *
  5300.      * @return \Sonata\UserBundle\Admin\Entity\GroupAdmin
  5301.      */
  5302.     protected function getSonata_User_Admin_GroupService()
  5303.     {
  5304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/GroupAdmin.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  5318.         $instance = new \Sonata\UserBundle\Admin\Entity\GroupAdmin('sonata.user.admin.group''App\\Entity\\Group''Sonata\\AdminBundle\\Controller\\CRUDController');
  5319.         $instance->setTranslationDomain('SonataUserBundle');
  5320.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  5321.         $instance->setManagerType('orm');
  5322.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5323.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5324.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5325.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5326.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5327.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5328.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5329.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5330.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  5331.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  5332.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5333.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5334.         $instance->setPagerType('default');
  5335.         $instance->setLabel('groups');
  5336.         $instance->showMosaicButton(true);
  5337.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.group.template_registry'] ?? $this->getSonata_User_Admin_Group_TemplateRegistryService()));
  5338.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  5339.         $instance->initialize();
  5340.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5341.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5342.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5343.         return $instance;
  5344.     }
  5345.     /**
  5346.      * Gets the public 'sonata.user.admin.group.template_registry' shared service.
  5347.      *
  5348.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  5349.      */
  5350.     protected function getSonata_User_Admin_Group_TemplateRegistryService()
  5351.     {
  5352.         return $this->services['sonata.user.admin.group.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  5353.     }
  5354.     /**
  5355.      * Gets the public 'sonata.user.admin.user' service.
  5356.      *
  5357.      * @return \Sonata\UserBundle\Admin\Entity\UserAdmin
  5358.      */
  5359.     protected function getSonata_User_Admin_UserService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/UserAdmin.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  5375.         $instance = new \Sonata\UserBundle\Admin\Entity\UserAdmin('sonata.user.admin.user''App\\Entity\\AdmUser''Sonata\\AdminBundle\\Controller\\CRUDController');
  5376.         $instance->setUserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  5377.         $instance->setTranslationDomain('SonataUserBundle');
  5378.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  5379.         $instance->setManagerType('orm');
  5380.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5381.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5382.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5383.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5384.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5385.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5386.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5387.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5388.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  5389.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  5390.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5391.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5392.         $instance->setPagerType('default');
  5393.         $instance->setLabel('users');
  5394.         $instance->showMosaicButton(true);
  5395.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.user.template_registry'] ?? $this->getSonata_User_Admin_User_TemplateRegistryService()));
  5396.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  5397.         $instance->initialize();
  5398.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5399.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5400.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5401.         return $instance;
  5402.     }
  5403.     /**
  5404.      * Gets the public 'sonata.user.admin.user.template_registry' shared service.
  5405.      *
  5406.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  5407.      */
  5408.     protected function getSonata_User_Admin_User_TemplateRegistryService()
  5409.     {
  5410.         return $this->services['sonata.user.admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  5411.     }
  5412.     /**
  5413.      * Gets the public 'sonata.user.form.roles_matrix_type' shared service.
  5414.      *
  5415.      * @return \Sonata\UserBundle\Form\Type\RolesMatrixType
  5416.      */
  5417.     protected function getSonata_User_Form_RolesMatrixTypeService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/RolesMatrixType.php';
  5422.         return $this->services['sonata.user.form.roles_matrix_type'] = new \Sonata\UserBundle\Form\Type\RolesMatrixType(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService()));
  5423.     }
  5424.     /**
  5425.      * Gets the public 'sonata.user.form.type.security_roles' shared service.
  5426.      *
  5427.      * @return \Sonata\UserBundle\Form\Type\SecurityRolesType
  5428.      */
  5429.     protected function getSonata_User_Form_Type_SecurityRolesService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/SecurityRolesType.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php';
  5435.         $a = new \Sonata\UserBundle\Security\EditableRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), $this->parameters['security.role_hierarchy.roles']);
  5436.         $a->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5437.         return $this->services['sonata.user.form.type.security_roles'] = new \Sonata\UserBundle\Form\Type\SecurityRolesType($a);
  5438.     }
  5439.     /**
  5440.      * Gets the public 'sonata.user.manager.user' shared service.
  5441.      *
  5442.      * @return \Sonata\UserBundle\Entity\UserManagerProxy
  5443.      */
  5444.     protected function getSonata_User_Manager_UserService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManagerProxy.php';
  5450.         return $this->services['sonata.user.manager.user'] = new \Sonata\UserBundle\Entity\UserManagerProxy('App\\Entity\\AdmUser', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  5451.     }
  5452.     /**
  5453.      * Gets the public 'templating' shared service.
  5454.      *
  5455.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  5456.      *
  5457.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  5458.      */
  5459.     protected function getTemplatingService()
  5460.     {
  5461.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  5462.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  5463.     }
  5464.     /**
  5465.      * Gets the public 'templating.loader' shared service.
  5466.      *
  5467.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  5468.      *
  5469.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5470.      */
  5471.     protected function getTemplating_LoaderService()
  5472.     {
  5473.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5474.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  5475.     }
  5476.     /**
  5477.      * Gets the public 'translator' shared service.
  5478.      *
  5479.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5480.      */
  5481.     protected function getTranslatorService()
  5482.     {
  5483.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5484.     }
  5485.     /**
  5486.      * Gets the public 'twig' shared service.
  5487.      *
  5488.      * @return \Twig\Environment
  5489.      */
  5490.     protected function getTwigService()
  5491.     {
  5492.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  5493.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  5494.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  5495.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  5496.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  5497.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  5498.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5499.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5500.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  5501.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  5502.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  5503.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  5504.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  5505.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  5506.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  5507.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  5508.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5509.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5510.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  5511.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  5512.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  5513.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  5514.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  5515.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  5516.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  5517.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  5518.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  5519.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  5520.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5521.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5522.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5523.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5524.         $a->addPath((\dirname(__DIR__4).'/templates'));
  5525.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5526.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5527.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5528.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  5529.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  5530.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  5531.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5532.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5533.         $f = new \Knp\Menu\Util\MenuManipulator();
  5534.         $g = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  5535.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  5536.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  5537.         $i = new \Symfony\Bridge\Twig\AppVariable();
  5538.         $i->setEnvironment('dev');
  5539.         $i->setDebug(true);
  5540.         if ($this->has('security.token_storage')) {
  5541.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5542.         }
  5543.         if ($this->has('request_stack')) {
  5544.             $i->setRequestStack($d);
  5545.         }
  5546.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  5547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  5548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  5549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  5550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  5551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  5552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  5553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  5554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  5555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  5556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  5557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  5558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  5559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  5560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  5561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  5562.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  5563.         $instance->addExtension($this->getSonata_Core_Twig_Extension_TextService());
  5564.         $instance->addExtension($this->getSonata_Core_Twig_StatusExtensionService());
  5565.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  5566.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  5567.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  5568.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  5569.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
  5570.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  5571.         $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, [
  5572.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  5573.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  5574.         ], [
  5575.             'list' => '?',
  5576.             'twig' => '?',
  5577.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $f$g), $g$f));
  5578.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  5579.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  5580.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension(NULL));
  5581.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  5582.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  5583.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  5584.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  5585.         $instance->addGlobal('app'$i);
  5586.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5587.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  5588.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  5589.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  5590.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  5591.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  5592.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  5593.         ], [
  5594.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  5595.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  5596.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  5597.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  5598.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  5599.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  5600.         ])));
  5601.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  5602.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  5603.         $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']));
  5604.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  5605.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  5606.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  5607.         return $instance;
  5608.     }
  5609.     /**
  5610.      * Gets the public 'twig.controller.exception' shared service.
  5611.      *
  5612.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  5613.      *
  5614.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  5615.      */
  5616.     protected function getTwig_Controller_ExceptionService()
  5617.     {
  5618.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  5619.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  5620.     }
  5621.     /**
  5622.      * Gets the public 'twig.controller.preview_error' shared service.
  5623.      *
  5624.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  5625.      *
  5626.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  5627.      */
  5628.     protected function getTwig_Controller_PreviewErrorService()
  5629.     {
  5630.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  5631.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  5632.     }
  5633.     /**
  5634.      * Gets the public 'validator' shared service.
  5635.      *
  5636.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  5637.      */
  5638.     protected function getValidatorService()
  5639.     {
  5640.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  5641.     }
  5642.     /**
  5643.      * Gets the public 'var_dumper.cloner' shared service.
  5644.      *
  5645.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5646.      */
  5647.     protected function getVarDumper_ClonerService()
  5648.     {
  5649.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5650.         $instance->setMaxItems(2500);
  5651.         $instance->setMinDepth(1);
  5652.         $instance->setMaxString(-1);
  5653.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5654.         return $instance;
  5655.     }
  5656.     /**
  5657.      * Gets the public 'web_profiler.controller.exception' shared service.
  5658.      *
  5659.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  5660.      *
  5661.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  5662.      */
  5663.     protected function getWebProfiler_Controller_ExceptionService()
  5664.     {
  5665.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  5666.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  5667.     }
  5668.     /**
  5669.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5670.      *
  5671.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5672.      */
  5673.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5676.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  5677.     }
  5678.     /**
  5679.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5680.      *
  5681.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5682.      */
  5683.     protected function getWebProfiler_Controller_ProfilerService()
  5684.     {
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5686.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  5687.     }
  5688.     /**
  5689.      * Gets the public 'web_profiler.controller.router' shared service.
  5690.      *
  5691.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5692.      */
  5693.     protected function getWebProfiler_Controller_RouterService()
  5694.     {
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5696.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  5697.             return new \EmptyIterator();
  5698.         }, 0));
  5699.     }
  5700.     /**
  5701.      * Gets the private '.errored..service_locator.e5zsAu4.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  5702.      *
  5703.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  5704.      */
  5705.     protected function getProxyQueryInterfaceService()
  5706.     {
  5707.         $this->throw('Cannot autowire service ".service_locator.e5zsAu4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?');
  5708.     }
  5709.     /**
  5710.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  5711.      *
  5712.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  5713.      */
  5714.     protected function get_LegacyResolveControllerNameSubscriberService()
  5715.     {
  5716.         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);
  5717.     }
  5718.     /**
  5719.      * Gets the private '.service_locator.RGIiAl4' shared service.
  5720.      *
  5721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5722.      */
  5723.     protected function get_ServiceLocator_RGIiAl4Service()
  5724.     {
  5725.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5726.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  5727.         ], [
  5728.             'viewhandler' => '?',
  5729.         ]);
  5730.     }
  5731.     /**
  5732.      * Gets the private '.service_locator.e5zsAu4' shared service.
  5733.      *
  5734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5735.      */
  5736.     protected function get_ServiceLocator_E5zsAu4Service()
  5737.     {
  5738.         return $this->privates['.service_locator.e5zsAu4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5739.             'query' => ['privates''.errored..service_locator.e5zsAu4.Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface'NULL'Cannot autowire service ".service_locator.e5zsAu4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?'],
  5740.         ], [
  5741.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  5742.         ]);
  5743.     }
  5744.     /**
  5745.      * Gets the private '.service_locator.o9nGMXB' shared service.
  5746.      *
  5747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5748.      */
  5749.     protected function get_ServiceLocator_O9nGMXBService()
  5750.     {
  5751.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5752.             'twig' => ['services''twig''getTwigService'false],
  5753.         ], [
  5754.             'twig' => 'Twig\\Environment',
  5755.         ]);
  5756.     }
  5757.     /**
  5758.      * Gets the private '.service_locator.owuU29o' shared service.
  5759.      *
  5760.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5761.      */
  5762.     protected function get_ServiceLocator_OwuU29oService()
  5763.     {
  5764.         return $this->privates['.service_locator.owuU29o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5765.             'App\\Admin\\Controller\\ClientAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5766.             'App\\Admin\\Controller\\ReserveAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5767.             'App\\Admin\\Controller\\StatisticAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5768.             'App\\Admin\\Controller\\StatisticBalanceAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5769.             'App\\Admin\\Controller\\StatisticClientsAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5770.             'App\\Admin\\Controller\\StatisticFinanceAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5771.             'App\\Admin\\Controller\\StatisticMotorcycleAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5772.             'App\\Admin\\Controller\\TransactionDailyAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5773.             'App\\Controller\\Api\\RegistrationController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5774.             'App\\Admin\\Controller\\ClientAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5775.             'App\\Admin\\Controller\\ReserveAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5776.             'App\\Admin\\Controller\\StatisticAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5777.             'App\\Admin\\Controller\\StatisticBalanceAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5778.             'App\\Admin\\Controller\\StatisticClientsAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5779.             'App\\Admin\\Controller\\StatisticFinanceAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5780.             'App\\Admin\\Controller\\StatisticMotorcycleAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5781.             'App\\Admin\\Controller\\TransactionDailyAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  5782.             'App\\Controller\\Api\\RegistrationController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  5783.         ], [
  5784.             'App\\Admin\\Controller\\ClientAdminController::batchActionDelete' => '?',
  5785.             'App\\Admin\\Controller\\ReserveAdminController::batchActionDelete' => '?',
  5786.             'App\\Admin\\Controller\\StatisticAdminController::batchActionDelete' => '?',
  5787.             'App\\Admin\\Controller\\StatisticBalanceAdminController::batchActionDelete' => '?',
  5788.             'App\\Admin\\Controller\\StatisticClientsAdminController::batchActionDelete' => '?',
  5789.             'App\\Admin\\Controller\\StatisticFinanceAdminController::batchActionDelete' => '?',
  5790.             'App\\Admin\\Controller\\StatisticMotorcycleAdminController::batchActionDelete' => '?',
  5791.             'App\\Admin\\Controller\\TransactionDailyAdminController::batchActionDelete' => '?',
  5792.             'App\\Controller\\Api\\RegistrationController::setViewHandler' => '?',
  5793.             'App\\Admin\\Controller\\ClientAdminController:batchActionDelete' => '?',
  5794.             'App\\Admin\\Controller\\ReserveAdminController:batchActionDelete' => '?',
  5795.             'App\\Admin\\Controller\\StatisticAdminController:batchActionDelete' => '?',
  5796.             'App\\Admin\\Controller\\StatisticBalanceAdminController:batchActionDelete' => '?',
  5797.             'App\\Admin\\Controller\\StatisticClientsAdminController:batchActionDelete' => '?',
  5798.             'App\\Admin\\Controller\\StatisticFinanceAdminController:batchActionDelete' => '?',
  5799.             'App\\Admin\\Controller\\StatisticMotorcycleAdminController:batchActionDelete' => '?',
  5800.             'App\\Admin\\Controller\\TransactionDailyAdminController:batchActionDelete' => '?',
  5801.             'App\\Controller\\Api\\RegistrationController:setViewHandler' => '?',
  5802.         ]);
  5803.     }
  5804.     /**
  5805.      * Gets the private '.service_locator.vdmMuyE' shared service.
  5806.      *
  5807.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5808.      */
  5809.     protected function get_ServiceLocator_VdmMuyEService()
  5810.     {
  5811.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5812.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5813.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  5814.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5815.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5816.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5817.             'router' => ['services''router''getRouterService'false],
  5818.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  5819.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  5820.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  5821.             'serializer' => ['services''serializer''getSerializerService'false],
  5822.             'session' => ['services''session''getSessionService'false],
  5823.             'templating' => ['services''templating''getTemplatingService'false],
  5824.             'twig' => ['services''twig''getTwigService'false],
  5825.         ], [
  5826.             'doctrine' => '?',
  5827.             'form.factory' => '?',
  5828.             'http_kernel' => '?',
  5829.             'parameter_bag' => '?',
  5830.             'request_stack' => '?',
  5831.             'router' => '?',
  5832.             'security.authorization_checker' => '?',
  5833.             'security.csrf.token_manager' => '?',
  5834.             'security.token_storage' => '?',
  5835.             'serializer' => '?',
  5836.             'session' => '?',
  5837.             'templating' => '?',
  5838.             'twig' => '?',
  5839.         ]);
  5840.     }
  5841.     /**
  5842.      * Gets the private 'App\Command\BackfillMissingReserveTransactionsCommand' shared autowired service.
  5843.      *
  5844.      * @return \App\Command\BackfillMissingReserveTransactionsCommand
  5845.      */
  5846.     protected function getBackfillMissingReserveTransactionsCommandService()
  5847.     {
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5849.         include_once \dirname(__DIR__4).'/src/Command/BackfillMissingReserveTransactionsCommand.php';
  5850.         $this->privates['App\\Command\\BackfillMissingReserveTransactionsCommand'] = $instance = new \App\Command\BackfillMissingReserveTransactionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  5851.         $instance->setName('app:backfill-missing-reserve-transactions');
  5852.         return $instance;
  5853.     }
  5854.     /**
  5855.      * Gets the private 'App\Command\GenerateTestDataForDailyCommand' shared autowired service.
  5856.      *
  5857.      * @return \App\Command\GenerateTestDataForDailyCommand
  5858.      */
  5859.     protected function getGenerateTestDataForDailyCommandService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5862.         include_once \dirname(__DIR__4).'/src/Command/GenerateTestDataForDailyCommand.php';
  5863.         $this->privates['App\\Command\\GenerateTestDataForDailyCommand'] = $instance = new \App\Command\GenerateTestDataForDailyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5864.         $instance->setName('app:generate-test-data-for-daily');
  5865.         return $instance;
  5866.     }
  5867.     /**
  5868.      * Gets the private 'App\Command\TestCommand' shared autowired service.
  5869.      *
  5870.      * @return \App\Command\TestCommand
  5871.      */
  5872.     protected function getTestCommandService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5875.         include_once \dirname(__DIR__4).'/src/Command/TestCommand.php';
  5876.         $this->privates['App\\Command\\TestCommand'] = $instance = new \App\Command\TestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReserveRepository'] ?? $this->getReserveRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5877.         $instance->setName('app:test-test');
  5878.         return $instance;
  5879.     }
  5880.     /**
  5881.      * Gets the private 'App\EventSubscriber\ReserveEventSubscriber' shared autowired service.
  5882.      *
  5883.      * @return \App\EventSubscriber\ReserveEventSubscriber
  5884.      */
  5885.     protected function getReserveEventSubscriberService()
  5886.     {
  5887.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ReserveEventSubscriber.php';
  5888.         return $this->privates['App\\EventSubscriber\\ReserveEventSubscriber'] = new \App\EventSubscriber\ReserveEventSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  5889.     }
  5890.     /**
  5891.      * Gets the private 'App\Form\Type\DirectionChoiceType' shared autowired service.
  5892.      *
  5893.      * @return \App\Form\Type\DirectionChoiceType
  5894.      */
  5895.     protected function getDirectionChoiceTypeService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5899.         include_once \dirname(__DIR__4).'/src/Form/Type/DirectionChoiceType.php';
  5900.         return $this->privates['App\\Form\\Type\\DirectionChoiceType'] = new \App\Form\Type\DirectionChoiceType();
  5901.     }
  5902.     /**
  5903.      * Gets the private 'App\Form\Type\InvoiceFileType' shared autowired service.
  5904.      *
  5905.      * @return \App\Form\Type\InvoiceFileType
  5906.      */
  5907.     protected function getInvoiceFileTypeService()
  5908.     {
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5911.         include_once \dirname(__DIR__4).'/src/Form/Type/InvoiceFileType.php';
  5912.         return $this->privates['App\\Form\\Type\\InvoiceFileType'] = new \App\Form\Type\InvoiceFileType();
  5913.     }
  5914.     /**
  5915.      * Gets the private 'App\Form\Type\TransactionChoiceType' shared autowired service.
  5916.      *
  5917.      * @return \App\Form\Type\TransactionChoiceType
  5918.      */
  5919.     protected function getTransactionChoiceTypeService()
  5920.     {
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5923.         include_once \dirname(__DIR__4).'/src/Form/Type/TransactionChoiceType.php';
  5924.         return $this->privates['App\\Form\\Type\\TransactionChoiceType'] = new \App\Form\Type\TransactionChoiceType();
  5925.     }
  5926.     /**
  5927.      * Gets the private 'App\Repository\ClientRepository' shared autowired service.
  5928.      *
  5929.      * @return \App\Repository\ClientRepository
  5930.      */
  5931.     protected function getClientRepositoryService()
  5932.     {
  5933.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5938.         include_once \dirname(__DIR__4).'/src/Repository/ClientRepository.php';
  5939.         return $this->privates['App\\Repository\\ClientRepository'] = new \App\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5940.     }
  5941.     /**
  5942.      * Gets the private 'App\Repository\EquipmentImageRepository' shared autowired service.
  5943.      *
  5944.      * @return \App\Repository\EquipmentImageRepository
  5945.      */
  5946.     protected function getEquipmentImageRepositoryService()
  5947.     {
  5948.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5953.         include_once \dirname(__DIR__4).'/src/Repository/EquipmentImageRepository.php';
  5954.         return $this->privates['App\\Repository\\EquipmentImageRepository'] = new \App\Repository\EquipmentImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5955.     }
  5956.     /**
  5957.      * Gets the private 'App\Repository\EquipmentRepository' shared autowired service.
  5958.      *
  5959.      * @return \App\Repository\EquipmentRepository
  5960.      */
  5961.     protected function getEquipmentRepositoryService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5968.         include_once \dirname(__DIR__4).'/src/Repository/EquipmentRepository.php';
  5969.         return $this->privates['App\\Repository\\EquipmentRepository'] = new \App\Repository\EquipmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5970.     }
  5971.     /**
  5972.      * Gets the private 'App\Repository\FeedbackRepository' shared autowired service.
  5973.      *
  5974.      * @return \App\Repository\FeedbackRepository
  5975.      */
  5976.     protected function getFeedbackRepositoryService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5983.         include_once \dirname(__DIR__4).'/src/Repository/FeedbackRepository.php';
  5984.         return $this->privates['App\\Repository\\FeedbackRepository'] = new \App\Repository\FeedbackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5985.     }
  5986.     /**
  5987.      * Gets the private 'App\Repository\MotorcycleRepository' shared autowired service.
  5988.      *
  5989.      * @return \App\Repository\MotorcycleRepository
  5990.      */
  5991.     protected function getMotorcycleRepositoryService()
  5992.     {
  5993.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5998.         include_once \dirname(__DIR__4).'/src/Repository/MotorcycleRepository.php';
  5999.         return $this->privates['App\\Repository\\MotorcycleRepository'] = new \App\Repository\MotorcycleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6000.     }
  6001.     /**
  6002.      * Gets the private 'App\Repository\RentalPriceRepository' shared autowired service.
  6003.      *
  6004.      * @return \App\Repository\RentalPriceRepository
  6005.      */
  6006.     protected function getRentalPriceRepositoryService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6013.         include_once \dirname(__DIR__4).'/src/Repository/RentalPriceRepository.php';
  6014.         return $this->privates['App\\Repository\\RentalPriceRepository'] = new \App\Repository\RentalPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6015.     }
  6016.     /**
  6017.      * Gets the private 'App\Repository\ReserveRepository' shared autowired service.
  6018.      *
  6019.      * @return \App\Repository\ReserveRepository
  6020.      */
  6021.     protected function getReserveRepositoryService()
  6022.     {
  6023.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6028.         include_once \dirname(__DIR__4).'/src/Repository/ReserveRepository.php';
  6029.         return $this->privates['App\\Repository\\ReserveRepository'] = new \App\Repository\ReserveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6030.     }
  6031.     /**
  6032.      * Gets the private 'App\Repository\ServiceHistoryRepository' shared autowired service.
  6033.      *
  6034.      * @return \App\Repository\ServiceHistoryRepository
  6035.      */
  6036.     protected function getServiceHistoryRepositoryService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6043.         include_once \dirname(__DIR__4).'/src/Repository/ServiceHistoryRepository.php';
  6044.         return $this->privates['App\\Repository\\ServiceHistoryRepository'] = new \App\Repository\ServiceHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6045.     }
  6046.     /**
  6047.      * Gets the private 'App\Repository\ServicePerformerRepository' shared autowired service.
  6048.      *
  6049.      * @return \App\Repository\ServicePerformerRepository
  6050.      */
  6051.     protected function getServicePerformerRepositoryService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6058.         include_once \dirname(__DIR__4).'/src/Repository/ServicePerformerRepository.php';
  6059.         return $this->privates['App\\Repository\\ServicePerformerRepository'] = new \App\Repository\ServicePerformerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6060.     }
  6061.     /**
  6062.      * Gets the private 'App\Repository\ServiceWorkTypeRepository' shared autowired service.
  6063.      *
  6064.      * @return \App\Repository\ServiceWorkTypeRepository
  6065.      */
  6066.     protected function getServiceWorkTypeRepositoryService()
  6067.     {
  6068.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6073.         include_once \dirname(__DIR__4).'/src/Repository/ServiceWorkTypeRepository.php';
  6074.         return $this->privates['App\\Repository\\ServiceWorkTypeRepository'] = new \App\Repository\ServiceWorkTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6075.     }
  6076.     /**
  6077.      * Gets the private 'App\Repository\SparePartRepository' shared autowired service.
  6078.      *
  6079.      * @return \App\Repository\SparePartRepository
  6080.      */
  6081.     protected function getSparePartRepositoryService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6088.         include_once \dirname(__DIR__4).'/src/Repository/SparePartRepository.php';
  6089.         return $this->privates['App\\Repository\\SparePartRepository'] = new \App\Repository\SparePartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6090.     }
  6091.     /**
  6092.      * Gets the private 'App\Repository\StatisticRepository' shared autowired service.
  6093.      *
  6094.      * @return \App\Repository\StatisticRepository
  6095.      */
  6096.     protected function getStatisticRepositoryService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6103.         include_once \dirname(__DIR__4).'/src/Repository/StatisticRepository.php';
  6104.         return $this->privates['App\\Repository\\StatisticRepository'] = new \App\Repository\StatisticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6105.     }
  6106.     /**
  6107.      * Gets the private 'App\Repository\TelegramBotRepository' shared autowired service.
  6108.      *
  6109.      * @return \App\Repository\TelegramBotRepository
  6110.      */
  6111.     protected function getTelegramBotRepositoryService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6118.         include_once \dirname(__DIR__4).'/src/Repository/TelegramBotRepository.php';
  6119.         return $this->privates['App\\Repository\\TelegramBotRepository'] = new \App\Repository\TelegramBotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6120.     }
  6121.     /**
  6122.      * Gets the private 'App\Repository\TransactionCategoryRepository' shared autowired service.
  6123.      *
  6124.      * @return \App\Repository\TransactionCategoryRepository
  6125.      */
  6126.     protected function getTransactionCategoryRepositoryService()
  6127.     {
  6128.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6133.         include_once \dirname(__DIR__4).'/src/Repository/TransactionCategoryRepository.php';
  6134.         return $this->privates['App\\Repository\\TransactionCategoryRepository'] = new \App\Repository\TransactionCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6135.     }
  6136.     /**
  6137.      * Gets the private 'App\Repository\TransactionRepository' shared autowired service.
  6138.      *
  6139.      * @return \App\Repository\TransactionRepository
  6140.      */
  6141.     protected function getTransactionRepositoryService()
  6142.     {
  6143.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6148.         include_once \dirname(__DIR__4).'/src/Repository/TransactionRepository.php';
  6149.         return $this->privates['App\\Repository\\TransactionRepository'] = new \App\Repository\TransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6150.     }
  6151.     /**
  6152.      * Gets the private 'App\Service\MailSender' shared autowired service.
  6153.      *
  6154.      * @return \App\Service\MailSender
  6155.      */
  6156.     protected function getMailSenderService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/src/Service/MailSender.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6164.         return $this->privates['App\\Service\\MailSender'] = new \App\Service\MailSender(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6165.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
  6166.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6167.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6168.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6169.         }, 4)))->fromStrings(['main' => 'gmail+smtp://'.$this->getEnv('string:EMAIL_USERNAME').':'.$this->getEnv('string:EMAIL_PASSWORD').'@default?verify_peer=0']), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  6170.     }
  6171.     /**
  6172.      * Gets the private 'App\Service\StatisticService' shared autowired service.
  6173.      *
  6174.      * @return \App\Service\StatisticService
  6175.      */
  6176.     protected function getStatisticServiceService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/src/Service/StatisticService.php';
  6179.         return $this->privates['App\\Service\\StatisticService'] = new \App\Service\StatisticService(($this->privates['App\\Repository\\StatisticRepository'] ?? $this->getStatisticRepositoryService()));
  6180.     }
  6181.     /**
  6182.      * Gets the private 'App\Service\TransactionService' shared autowired service.
  6183.      *
  6184.      * @return \App\Service\TransactionService
  6185.      */
  6186.     protected function getTransactionServiceService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/src/Service/TransactionService.php';
  6189.         return $this->privates['App\\Service\\TransactionService'] = new \App\Service\TransactionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6190.     }
  6191.     /**
  6192.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  6193.      *
  6194.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  6195.      */
  6196.     protected function getDebugBlocksCommandService()
  6197.     {
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  6201.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  6202.         $instance->setName('sonata:block:debug');
  6203.         return $instance;
  6204.     }
  6205.     /**
  6206.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  6207.      *
  6208.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  6209.      */
  6210.     protected function getInitAclCommandService()
  6211.     {
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  6214.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\InitAclCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['security.acl.dbal.schema'] ?? $this->getSecurity_Acl_Dbal_SchemaService()));
  6215.         $instance->setName('acl:init');
  6216.         return $instance;
  6217.     }
  6218.     /**
  6219.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  6220.      *
  6221.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  6222.      */
  6223.     protected function getSetAclCommandService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  6227.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  6228.         $instance->setName('acl:set');
  6229.         return $instance;
  6230.     }
  6231.     /**
  6232.      * Gets the private 'annotations.cache' shared service.
  6233.      *
  6234.      * @return \Symfony\Component\Cache\DoctrineProvider
  6235.      */
  6236.     protected function getAnnotations_CacheService()
  6237.     {
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  6241.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  6242.     }
  6243.     /**
  6244.      * Gets the private 'annotations.cache_warmer' shared service.
  6245.      *
  6246.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6247.      */
  6248.     protected function getAnnotations_CacheWarmerService()
  6249.     {
  6250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6253.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  6254.     }
  6255.     /**
  6256.      * Gets the private 'annotations.cached_reader' shared service.
  6257.      *
  6258.      * @return \Doctrine\Common\Annotations\CachedReader
  6259.      */
  6260.     protected function getAnnotations_CachedReaderService()
  6261.     {
  6262.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  6263.     }
  6264.     /**
  6265.      * Gets the private 'annotations.reader' shared service.
  6266.      *
  6267.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6268.      */
  6269.     protected function getAnnotations_ReaderService()
  6270.     {
  6271.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6272.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6273.         $a->registerUniqueLoader('class_exists');
  6274.         $instance->addGlobalIgnoredName('required'$a);
  6275.         return $instance;
  6276.     }
  6277.     /**
  6278.      * Gets the private 'cache.annotations' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6281.      */
  6282.     protected function getCache_AnnotationsService()
  6283.     {
  6284.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n7cTi-fhDH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6285.     }
  6286.     /**
  6287.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  6288.      *
  6289.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6290.      */
  6291.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  6292.     {
  6293.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6294.     }
  6295.     /**
  6296.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6297.      *
  6298.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6299.      */
  6300.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6301.     {
  6302.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6303.     }
  6304.     /**
  6305.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6306.      *
  6307.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6308.      */
  6309.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6310.     {
  6311.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6312.     }
  6313.     /**
  6314.      * Gets the private 'cache.property_info' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6317.      */
  6318.     protected function getCache_PropertyInfoService()
  6319.     {
  6320.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZyfTclP3cU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6321.     }
  6322.     /**
  6323.      * Gets the private 'cache.security_expression_language' shared service.
  6324.      *
  6325.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6326.      */
  6327.     protected function getCache_SecurityExpressionLanguageService()
  6328.     {
  6329.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pmnKGH8mje'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6330.     }
  6331.     /**
  6332.      * Gets the private 'cache.serializer' shared service.
  6333.      *
  6334.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6335.      */
  6336.     protected function getCache_SerializerService()
  6337.     {
  6338.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('paU6BaDPU9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6339.     }
  6340.     /**
  6341.      * Gets the private 'cache.validator' shared service.
  6342.      *
  6343.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6344.      */
  6345.     protected function getCache_ValidatorService()
  6346.     {
  6347.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jxthrZv7fw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6348.     }
  6349.     /**
  6350.      * Gets the private 'config_cache_factory' shared service.
  6351.      *
  6352.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6353.      */
  6354.     protected function getConfigCacheFactoryService()
  6355.     {
  6356.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6357.             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)));
  6358.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6359.         }, 2));
  6360.     }
  6361.     /**
  6362.      * Gets the private 'console.command.about' shared service.
  6363.      *
  6364.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6365.      */
  6366.     protected function getConsole_Command_AboutService()
  6367.     {
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6370.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6371.         $instance->setName('about');
  6372.         return $instance;
  6373.     }
  6374.     /**
  6375.      * Gets the private 'console.command.assets_install' shared service.
  6376.      *
  6377.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6378.      */
  6379.     protected function getConsole_Command_AssetsInstallService()
  6380.     {
  6381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6384.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  6385.         $instance->setName('assets:install');
  6386.         return $instance;
  6387.     }
  6388.     /**
  6389.      * Gets the private 'console.command.cache_clear' shared service.
  6390.      *
  6391.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6392.      */
  6393.     protected function getConsole_Command_CacheClearService()
  6394.     {
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6398.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6399.         $instance->setName('cache:clear');
  6400.         return $instance;
  6401.     }
  6402.     /**
  6403.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6404.      *
  6405.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6406.      */
  6407.     protected function getConsole_Command_CachePoolClearService()
  6408.     {
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6411.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6412.         $instance->setName('cache:pool:clear');
  6413.         return $instance;
  6414.     }
  6415.     /**
  6416.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6417.      *
  6418.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6419.      */
  6420.     protected function getConsole_Command_CachePoolDeleteService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6424.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6425.         $instance->setName('cache:pool:delete');
  6426.         return $instance;
  6427.     }
  6428.     /**
  6429.      * Gets the private 'console.command.cache_pool_list' shared service.
  6430.      *
  6431.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6432.      */
  6433.     protected function getConsole_Command_CachePoolListService()
  6434.     {
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6437.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  6438.         $instance->setName('cache:pool:list');
  6439.         return $instance;
  6440.     }
  6441.     /**
  6442.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6443.      *
  6444.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6445.      */
  6446.     protected function getConsole_Command_CachePoolPruneService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6450.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6451.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6452.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6453.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6454.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6455.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6456.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6457.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6458.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  6459.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6460.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6461.         }, 10));
  6462.         $instance->setName('cache:pool:prune');
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the private 'console.command.cache_warmup' shared service.
  6467.      *
  6468.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6469.      */
  6470.     protected function getConsole_Command_CacheWarmupService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6474.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6475.         $instance->setName('cache:warmup');
  6476.         return $instance;
  6477.     }
  6478.     /**
  6479.      * Gets the private 'console.command.config_debug' shared service.
  6480.      *
  6481.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6482.      */
  6483.     protected function getConsole_Command_ConfigDebugService()
  6484.     {
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6489.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6490.         $instance->setName('debug:config');
  6491.         return $instance;
  6492.     }
  6493.     /**
  6494.      * Gets the private 'console.command.config_dump_reference' shared service.
  6495.      *
  6496.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6497.      */
  6498.     protected function getConsole_Command_ConfigDumpReferenceService()
  6499.     {
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6504.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6505.         $instance->setName('config:dump-reference');
  6506.         return $instance;
  6507.     }
  6508.     /**
  6509.      * Gets the private 'console.command.container_debug' shared service.
  6510.      *
  6511.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6512.      */
  6513.     protected function getConsole_Command_ContainerDebugService()
  6514.     {
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6517.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6518.         $instance->setName('debug:container');
  6519.         return $instance;
  6520.     }
  6521.     /**
  6522.      * Gets the private 'console.command.container_lint' shared service.
  6523.      *
  6524.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6525.      */
  6526.     protected function getConsole_Command_ContainerLintService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6530.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6531.         $instance->setName('lint:container');
  6532.         return $instance;
  6533.     }
  6534.     /**
  6535.      * Gets the private 'console.command.debug_autowiring' shared service.
  6536.      *
  6537.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6538.      */
  6539.     protected function getConsole_Command_DebugAutowiringService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6544.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6545.         $instance->setName('debug:autowiring');
  6546.         return $instance;
  6547.     }
  6548.     /**
  6549.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6550.      *
  6551.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6552.      */
  6553.     protected function getConsole_Command_EventDispatcherDebugService()
  6554.     {
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6557.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6558.         $instance->setName('debug:event-dispatcher');
  6559.         return $instance;
  6560.     }
  6561.     /**
  6562.      * Gets the private 'console.command.form_debug' shared service.
  6563.      *
  6564.      * @return \Symfony\Component\Form\Command\DebugCommand
  6565.      */
  6566.     protected function getConsole_Command_FormDebugService()
  6567.     {
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6570.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'Sonata\\CoreBundle\\Form\\Type'=> 'Sonata\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Sonata\\UserBundle\\Form\\Type'], [=> 'App\\Form\\Type\\DirectionChoiceType'=> 'App\\Form\\Type\\InvoiceFileType'=> 'App\\Form\\Type\\TransactionChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType'=> 'Sonata\\CoreBundle\\Form\\Type\\BooleanType'=> 'Sonata\\CoreBundle\\Form\\Type\\CollectionType'=> 'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType'10 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangeType'11 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType'12 => 'Sonata\\CoreBundle\\Form\\Type\\DatePickerType'13 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType'14 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType'15 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType'16 => 'Sonata\\CoreBundle\\Form\\Type\\EqualType'17 => 'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType'18 => 'Sonata\\CoreBundle\\Form\\Type\\ColorType'19 => 'Sonata\\Form\\Type\\ImmutableArrayType'20 => 'Sonata\\Form\\Type\\BooleanType'21 => 'Sonata\\Form\\Type\\CollectionType'22 => 'Sonata\\Form\\Type\\DateRangeType'23 => 'Sonata\\Form\\Type\\DateTimeRangeType'24 => 'Sonata\\Form\\Type\\DatePickerType'25 => 'Sonata\\Form\\Type\\DateTimePickerType'26 => 'Sonata\\Form\\Type\\DateRangePickerType'27 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'28 => 'Sonata\\Form\\Type\\EqualType'29 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'30 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'31 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'32 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'33 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'34 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'35 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'36 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'37 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'38 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'39 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'40 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'41 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'42 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'43 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'44 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'45 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'46 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'47 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'48 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'49 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'50 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'51 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'52 => 'FOS\\UserBundle\\Form\\Type\\GroupFormType'53 => 'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType'54 => 'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType'55 => 'Sonata\\UserBundle\\Form\\Type\\UserGenderListType'56 => 'Sonata\\UserBundle\\Form\\Type\\ApiGroupType'57 => 'Sonata\\UserBundle\\Form\\Type\\ApiUserType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'11 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6571.         $instance->setName('debug:form');
  6572.         return $instance;
  6573.     }
  6574.     /**
  6575.      * Gets the private 'console.command.router_debug' shared service.
  6576.      *
  6577.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6578.      */
  6579.     protected function getConsole_Command_RouterDebugService()
  6580.     {
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6583.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6584.         $instance->setName('debug:router');
  6585.         return $instance;
  6586.     }
  6587.     /**
  6588.      * Gets the private 'console.command.router_match' shared service.
  6589.      *
  6590.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6591.      */
  6592.     protected function getConsole_Command_RouterMatchService()
  6593.     {
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6596.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  6597.         $instance->setName('router:match');
  6598.         return $instance;
  6599.     }
  6600.     /**
  6601.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6602.      *
  6603.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6604.      */
  6605.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6613.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6614.         $instance->setName('secrets:decrypt-to-local');
  6615.         return $instance;
  6616.     }
  6617.     /**
  6618.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6619.      *
  6620.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6621.      */
  6622.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6623.     {
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6630.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6631.         $instance->setName('secrets:encrypt-from-local');
  6632.         return $instance;
  6633.     }
  6634.     /**
  6635.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6636.      *
  6637.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6638.      */
  6639.     protected function getConsole_Command_SecretsGenerateKeyService()
  6640.     {
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6647.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6648.         $instance->setName('secrets:generate-keys');
  6649.         return $instance;
  6650.     }
  6651.     /**
  6652.      * Gets the private 'console.command.secrets_list' shared service.
  6653.      *
  6654.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6655.      */
  6656.     protected function getConsole_Command_SecretsListService()
  6657.     {
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6664.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6665.         $instance->setName('secrets:list');
  6666.         return $instance;
  6667.     }
  6668.     /**
  6669.      * Gets the private 'console.command.secrets_remove' shared service.
  6670.      *
  6671.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6672.      */
  6673.     protected function getConsole_Command_SecretsRemoveService()
  6674.     {
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6681.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6682.         $instance->setName('secrets:remove');
  6683.         return $instance;
  6684.     }
  6685.     /**
  6686.      * Gets the private 'console.command.secrets_set' shared service.
  6687.      *
  6688.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6689.      */
  6690.     protected function getConsole_Command_SecretsSetService()
  6691.     {
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6698.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6699.         $instance->setName('secrets:set');
  6700.         return $instance;
  6701.     }
  6702.     /**
  6703.      * Gets the private 'console.command.translation_debug' shared service.
  6704.      *
  6705.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6706.      */
  6707.     protected function getConsole_Command_TranslationDebugService()
  6708.     {
  6709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6711.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/ClientAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/MotorcycleAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ServiceHistoryAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ServicePerformerAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ServiceWorkTypeAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/SparePartAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/RentalPriceAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/ReserveAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/ReserveRequestedAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/ReserveApprovedAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/ReserveActiveAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/ReserveEndedAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/ReserveDeclinedAdmin.php'), 16 => (\dirname(__DIR__4).'/src/Admin/ReserveCanceledAdmin.php'), 17 => (\dirname(__DIR__4).'/src/Admin/StatisticFinanceAdmin.php'), 18 => (\dirname(__DIR__4).'/src/Admin/StatisticClientsAdmin.php'), 19 => (\dirname(__DIR__4).'/src/Admin/StatisticMotorcycleAdmin.php'), 20 => (\dirname(__DIR__4).'/src/Admin/StatisticBalanceAdmin.php'), 21 => (\dirname(__DIR__4).'/src/Admin/TransactionAdmin.php'), 22 => (\dirname(__DIR__4).'/src/Admin/TransactionDailyAdmin.php'), 23 => (\dirname(__DIR__4).'/src/Admin/TransactionCategoryAdmin.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 45 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 49 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 51 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 55 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 56 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 57 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 58 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 59 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php'), 60 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php'), 61 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php'), 62 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php'), 63 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php'), 64 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php')]);
  6712.         $instance->setName('debug:translation');
  6713.         return $instance;
  6714.     }
  6715.     /**
  6716.      * Gets the private 'console.command.translation_update' shared service.
  6717.      *
  6718.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6719.      */
  6720.     protected function getConsole_Command_TranslationUpdateService()
  6721.     {
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6738.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6739.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6740.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6741.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6742.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6743.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6744.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6745.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6746.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6747.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6748.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6749.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6750.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/ClientAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/MotorcycleAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ServiceHistoryAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ServicePerformerAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ServiceWorkTypeAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/SparePartAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/RentalPriceAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/ReserveAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/ReserveRequestedAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/ReserveApprovedAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/ReserveActiveAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/ReserveEndedAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/ReserveDeclinedAdmin.php'), 16 => (\dirname(__DIR__4).'/src/Admin/ReserveCanceledAdmin.php'), 17 => (\dirname(__DIR__4).'/src/Admin/StatisticFinanceAdmin.php'), 18 => (\dirname(__DIR__4).'/src/Admin/StatisticClientsAdmin.php'), 19 => (\dirname(__DIR__4).'/src/Admin/StatisticMotorcycleAdmin.php'), 20 => (\dirname(__DIR__4).'/src/Admin/StatisticBalanceAdmin.php'), 21 => (\dirname(__DIR__4).'/src/Admin/TransactionAdmin.php'), 22 => (\dirname(__DIR__4).'/src/Admin/TransactionDailyAdmin.php'), 23 => (\dirname(__DIR__4).'/src/Admin/TransactionCategoryAdmin.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 45 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 49 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 51 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 55 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 56 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 57 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 58 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 59 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php'), 60 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php'), 61 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php'), 62 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php'), 63 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php'), 64 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php')]);
  6751.         $instance->setName('translation:update');
  6752.         return $instance;
  6753.     }
  6754.     /**
  6755.      * Gets the private 'console.command.xliff_lint' shared service.
  6756.      *
  6757.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  6758.      */
  6759.     protected function getConsole_Command_XliffLintService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  6764.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  6765.         $instance->setName('lint:xliff');
  6766.         return $instance;
  6767.     }
  6768.     /**
  6769.      * Gets the private 'console.command.yaml_lint' shared service.
  6770.      *
  6771.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6772.      */
  6773.     protected function getConsole_Command_YamlLintService()
  6774.     {
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6778.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6779.         $instance->setName('lint:yaml');
  6780.         return $instance;
  6781.     }
  6782.     /**
  6783.      * Gets the private 'console.error_listener' shared service.
  6784.      *
  6785.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6786.      */
  6787.     protected function getConsole_ErrorListenerService()
  6788.     {
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6790.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6791.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6792.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6794.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6795.     }
  6796.     /**
  6797.      * Gets the private 'container.env_var_processor' shared service.
  6798.      *
  6799.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6800.      */
  6801.     protected function getContainer_EnvVarProcessorService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6805.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6806.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  6807.         }, 1));
  6808.     }
  6809.     /**
  6810.      * Gets the private 'data_collector.form' shared service.
  6811.      *
  6812.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6813.      */
  6814.     protected function getDataCollector_FormService()
  6815.     {
  6816.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6817.     }
  6818.     /**
  6819.      * Gets the private 'debug.argument_resolver.default' shared service.
  6820.      *
  6821.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6822.      */
  6823.     protected function getDebug_ArgumentResolver_DefaultService()
  6824.     {
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6828.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6829.     }
  6830.     /**
  6831.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6832.      *
  6833.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6834.      */
  6835.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6836.     {
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6840.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.owuU29o'] ?? $this->get_ServiceLocator_OwuU29oService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6841.     }
  6842.     /**
  6843.      * Gets the private 'debug.argument_resolver.request' shared service.
  6844.      *
  6845.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6846.      */
  6847.     protected function getDebug_ArgumentResolver_RequestService()
  6848.     {
  6849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6852.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6853.     }
  6854.     /**
  6855.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6856.      *
  6857.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6858.      */
  6859.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6860.     {
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6864.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6865.     }
  6866.     /**
  6867.      * Gets the private 'debug.argument_resolver.service' shared service.
  6868.      *
  6869.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6870.      */
  6871.     protected function getDebug_ArgumentResolver_ServiceService()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6876.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.owuU29o'] ?? $this->get_ServiceLocator_OwuU29oService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6877.     }
  6878.     /**
  6879.      * Gets the private 'debug.argument_resolver.session' shared service.
  6880.      *
  6881.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6882.      */
  6883.     protected function getDebug_ArgumentResolver_SessionService()
  6884.     {
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6888.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6889.     }
  6890.     /**
  6891.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6892.      *
  6893.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6894.      */
  6895.     protected function getDebug_ArgumentResolver_VariadicService()
  6896.     {
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6900.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6901.     }
  6902.     /**
  6903.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6904.      *
  6905.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6906.      */
  6907.     protected function getDebug_DebugHandlersListenerService()
  6908.     {
  6909.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6910.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6911.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6912.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6913.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6914.         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);
  6915.     }
  6916.     /**
  6917.      * Gets the private 'debug.dump_listener' shared service.
  6918.      *
  6919.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6920.      */
  6921.     protected function getDebug_DumpListenerService()
  6922.     {
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6925.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  6926.     }
  6927.     /**
  6928.      * Gets the private 'debug.file_link_formatter' shared service.
  6929.      *
  6930.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6931.      */
  6932.     protected function getDebug_FileLinkFormatterService()
  6933.     {
  6934.         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 () {
  6935.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6936.         });
  6937.     }
  6938.     /**
  6939.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6940.      *
  6941.      * @return \string
  6942.      */
  6943.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6944.     {
  6945.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6946.     }
  6947.     /**
  6948.      * Gets the private 'debug.log_processor' shared service.
  6949.      *
  6950.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6951.      */
  6952.     protected function getDebug_LogProcessorService()
  6953.     {
  6954.         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())));
  6955.     }
  6956.     /**
  6957.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6958.      *
  6959.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6960.      */
  6961.     protected function getDebug_Security_Access_DecisionManagerService()
  6962.     {
  6963.         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 () {
  6964.             yield => ($this->privates['debug.security.voter.security.acl.voter.user_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService());
  6965.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  6966.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6967.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6968.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6969.         }, 5), 'affirmative'falsetrue));
  6970.     }
  6971.     /**
  6972.      * Gets the private 'debug.security.firewall' shared service.
  6973.      *
  6974.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6975.      */
  6976.     protected function getDebug_Security_FirewallService()
  6977.     {
  6978.         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()));
  6979.     }
  6980.     /**
  6981.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6982.      *
  6983.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6984.      */
  6985.     protected function getDebug_Security_UserValueResolverService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6990.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6991.     }
  6992.     /**
  6993.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6994.      *
  6995.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6996.      */
  6997.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6998.     {
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  7004.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7005.     }
  7006.     /**
  7007.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7008.      *
  7009.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7010.      */
  7011.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7012.     {
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  7020.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7021.     }
  7022.     /**
  7023.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7024.      *
  7025.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7026.      */
  7027.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7028.     {
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7033.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7034.     }
  7035.     /**
  7036.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  7037.      *
  7038.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7039.      */
  7040.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  7050.         return $this->privates['debug.security.voter.security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Acl\Voter\AclVoter(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), ($this->privates['security.acl.object_identity_retrieval_strategy'] ?? ($this->privates['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())), ($this->privates['security.acl.security_identity_retrieval_strategy'] ?? $this->getSecurity_Acl_SecurityIdentityRetrievalStrategyService()), ($this->privates['security.acl.permission.map'] ?? ($this->privates['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7051.     }
  7052.     /**
  7053.      * Gets the private 'debug.security.voter.security.acl.voter.user_permissions' shared service.
  7054.      *
  7055.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7056.      */
  7057.     protected function getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService()
  7058.     {
  7059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/Authorization/Voter/UserAclVoter.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  7068.         return $this->privates['debug.security.voter.security.acl.voter.user_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), ($this->privates['security.acl.object_identity_retrieval_strategy'] ?? ($this->privates['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())), ($this->privates['security.acl.security_identity_retrieval_strategy'] ?? $this->getSecurity_Acl_SecurityIdentityRetrievalStrategyService()), ($this->privates['security.acl.permission.map'] ?? ($this->privates['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7069.     }
  7070.     /**
  7071.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7072.      *
  7073.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7074.      */
  7075.     protected function getDebug_Security_Voter_VoteListenerService()
  7076.     {
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7078.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  7079.     }
  7080.     /**
  7081.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7082.      *
  7083.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7084.      */
  7085.     protected function getDoctrine_CacheClearMetadataCommandService()
  7086.     {
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7090.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7091.         $instance->setName('doctrine:cache:clear-metadata');
  7092.         return $instance;
  7093.     }
  7094.     /**
  7095.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7096.      *
  7097.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7098.      */
  7099.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7100.     {
  7101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7104.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7105.         $instance->setName('doctrine:cache:clear-query');
  7106.         return $instance;
  7107.     }
  7108.     /**
  7109.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7110.      *
  7111.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7112.      */
  7113.     protected function getDoctrine_CacheClearResultCommandService()
  7114.     {
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7118.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  7119.         $instance->setName('doctrine:cache:clear-result');
  7120.         return $instance;
  7121.     }
  7122.     /**
  7123.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7124.      *
  7125.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7126.      */
  7127.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7128.     {
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7132.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  7133.         $instance->setName('doctrine:cache:clear-collection-region');
  7134.         return $instance;
  7135.     }
  7136.     /**
  7137.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7138.      *
  7139.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7140.      */
  7141.     protected function getDoctrine_ClearEntityRegionCommandService()
  7142.     {
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7146.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  7147.         $instance->setName('doctrine:cache:clear-entity-region');
  7148.         return $instance;
  7149.     }
  7150.     /**
  7151.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7152.      *
  7153.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7154.      */
  7155.     protected function getDoctrine_ClearQueryRegionCommandService()
  7156.     {
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7160.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  7161.         $instance->setName('doctrine:cache:clear-query-region');
  7162.         return $instance;
  7163.     }
  7164.     /**
  7165.      * Gets the private 'doctrine.database_create_command' shared service.
  7166.      *
  7167.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7168.      */
  7169.     protected function getDoctrine_DatabaseCreateCommandService()
  7170.     {
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7174.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7175.         $instance->setName('doctrine:database:create');
  7176.         return $instance;
  7177.     }
  7178.     /**
  7179.      * Gets the private 'doctrine.database_drop_command' shared service.
  7180.      *
  7181.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7182.      */
  7183.     protected function getDoctrine_DatabaseDropCommandService()
  7184.     {
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7188.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7189.         $instance->setName('doctrine:database:drop');
  7190.         return $instance;
  7191.     }
  7192.     /**
  7193.      * Gets the private 'doctrine.database_import_command' shared service.
  7194.      *
  7195.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7196.      */
  7197.     protected function getDoctrine_DatabaseImportCommandService()
  7198.     {
  7199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7202.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7203.         $instance->setName('doctrine:database:import');
  7204.         return $instance;
  7205.     }
  7206.     /**
  7207.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7208.      *
  7209.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7210.      */
  7211.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7212.     {
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7216.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  7217.         $instance->setName('doctrine:ensure-production-settings');
  7218.         return $instance;
  7219.     }
  7220.     /**
  7221.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7222.      *
  7223.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7224.      */
  7225.     protected function getDoctrine_MappingConvertCommandService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7230.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  7231.         $instance->setName('doctrine:mapping:convert');
  7232.         return $instance;
  7233.     }
  7234.     /**
  7235.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7236.      *
  7237.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7238.      */
  7239.     protected function getDoctrine_MappingImportCommandService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7244.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7245.         $instance->setName('doctrine:mapping:import');
  7246.         return $instance;
  7247.     }
  7248.     /**
  7249.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7250.      *
  7251.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7252.      */
  7253.     protected function getDoctrine_MappingInfoCommandService()
  7254.     {
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7258.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  7259.         $instance->setName('doctrine:mapping:info');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7264.      *
  7265.      * @return \Doctrine\Migrations\DependencyFactory
  7266.      */
  7267.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  7277.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7278.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  7279.         $a->setAllOrNothing(false);
  7280.         $a->setCheckDatabasePlatform(true);
  7281.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  7282.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7283.     }
  7284.     /**
  7285.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7286.      *
  7287.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7288.      */
  7289.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7290.     {
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7292.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7293.     }
  7294.     /**
  7295.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7296.      *
  7297.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7298.      */
  7299.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7300.     {
  7301.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7302.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7303.     }
  7304.     /**
  7305.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7306.      *
  7307.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7308.      */
  7309.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7310.     {
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7313.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7314.     }
  7315.     /**
  7316.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7317.      *
  7318.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7319.      */
  7320.     protected function getDoctrine_Orm_Validator_UniqueService()
  7321.     {
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7325.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7326.     }
  7327.     /**
  7328.      * Gets the private 'doctrine.query_dql_command' shared service.
  7329.      *
  7330.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7331.      */
  7332.     protected function getDoctrine_QueryDqlCommandService()
  7333.     {
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7337.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7338.         $instance->setName('doctrine:query:dql');
  7339.         return $instance;
  7340.     }
  7341.     /**
  7342.      * Gets the private 'doctrine.query_sql_command' shared service.
  7343.      *
  7344.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7345.      */
  7346.     protected function getDoctrine_QuerySqlCommandService()
  7347.     {
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7351.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  7352.         $instance->setName('doctrine:query:sql');
  7353.         return $instance;
  7354.     }
  7355.     /**
  7356.      * Gets the private 'doctrine.schema_create_command' shared service.
  7357.      *
  7358.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7359.      */
  7360.     protected function getDoctrine_SchemaCreateCommandService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7366.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7367.         $instance->setName('doctrine:schema:create');
  7368.         return $instance;
  7369.     }
  7370.     /**
  7371.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7372.      *
  7373.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7374.      */
  7375.     protected function getDoctrine_SchemaDropCommandService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7381.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7382.         $instance->setName('doctrine:schema:drop');
  7383.         return $instance;
  7384.     }
  7385.     /**
  7386.      * Gets the private 'doctrine.schema_update_command' shared service.
  7387.      *
  7388.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7389.      */
  7390.     protected function getDoctrine_SchemaUpdateCommandService()
  7391.     {
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7396.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7397.         $instance->setName('doctrine:schema:update');
  7398.         return $instance;
  7399.     }
  7400.     /**
  7401.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7402.      *
  7403.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7404.      */
  7405.     protected function getDoctrine_SchemaValidateCommandService()
  7406.     {
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7410.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7411.         $instance->setName('doctrine:schema:validate');
  7412.         return $instance;
  7413.     }
  7414.     /**
  7415.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7416.      *
  7417.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7418.      */
  7419.     protected function getDoctrineMigrations_CurrentCommandService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7424.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  7425.         $instance->setName('doctrine:migrations:current');
  7426.         return $instance;
  7427.     }
  7428.     /**
  7429.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7430.      *
  7431.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7432.      */
  7433.     protected function getDoctrineMigrations_DiffCommandService()
  7434.     {
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7438.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  7439.         $instance->setName('doctrine:migrations:diff');
  7440.         return $instance;
  7441.     }
  7442.     /**
  7443.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7444.      *
  7445.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7446.      */
  7447.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7452.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  7453.         $instance->setName('doctrine:migrations:dump-schema');
  7454.         return $instance;
  7455.     }
  7456.     /**
  7457.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7458.      *
  7459.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7460.      */
  7461.     protected function getDoctrineMigrations_ExecuteCommandService()
  7462.     {
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7466.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  7467.         $instance->setName('doctrine:migrations:execute');
  7468.         return $instance;
  7469.     }
  7470.     /**
  7471.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7472.      *
  7473.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7474.      */
  7475.     protected function getDoctrineMigrations_GenerateCommandService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7480.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  7481.         $instance->setName('doctrine:migrations:generate');
  7482.         return $instance;
  7483.     }
  7484.     /**
  7485.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7486.      *
  7487.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7488.      */
  7489.     protected function getDoctrineMigrations_LatestCommandService()
  7490.     {
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7494.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  7495.         $instance->setName('doctrine:migrations:latest');
  7496.         return $instance;
  7497.     }
  7498.     /**
  7499.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7500.      *
  7501.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7502.      */
  7503.     protected function getDoctrineMigrations_MigrateCommandService()
  7504.     {
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7508.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  7509.         $instance->setName('doctrine:migrations:migrate');
  7510.         return $instance;
  7511.     }
  7512.     /**
  7513.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7514.      *
  7515.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7516.      */
  7517.     protected function getDoctrineMigrations_RollupCommandService()
  7518.     {
  7519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7520.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7522.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  7523.         $instance->setName('doctrine:migrations:rollup');
  7524.         return $instance;
  7525.     }
  7526.     /**
  7527.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7528.      *
  7529.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7530.      */
  7531.     protected function getDoctrineMigrations_StatusCommandService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7536.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  7537.         $instance->setName('doctrine:migrations:status');
  7538.         return $instance;
  7539.     }
  7540.     /**
  7541.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7542.      *
  7543.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7544.      */
  7545.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7546.     {
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7550.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  7551.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7552.         return $instance;
  7553.     }
  7554.     /**
  7555.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7556.      *
  7557.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7558.      */
  7559.     protected function getDoctrineMigrations_UpToDateCommandService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7564.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  7565.         $instance->setName('doctrine:migrations:up-to-date');
  7566.         return $instance;
  7567.     }
  7568.     /**
  7569.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7570.      *
  7571.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7572.      */
  7573.     protected function getDoctrineMigrations_VersionCommandService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7577.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7578.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  7579.         $instance->setName('doctrine:migrations:version');
  7580.         return $instance;
  7581.     }
  7582.     /**
  7583.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7584.      *
  7585.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7586.      */
  7587.     protected function getDoctrineMigrations_VersionsCommandService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7591.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7592.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  7593.         $instance->setName('doctrine:migrations:list');
  7594.         return $instance;
  7595.     }
  7596.     /**
  7597.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7598.      *
  7599.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7600.      */
  7601.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7602.     {
  7603.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7605.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7606.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7607.     }
  7608.     /**
  7609.      * Gets the private 'exception_listener' shared service.
  7610.      *
  7611.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7612.      */
  7613.     protected function getExceptionListenerService()
  7614.     {
  7615.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  7616.     }
  7617.     /**
  7618.      * Gets the private 'file_locator' shared service.
  7619.      *
  7620.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7621.      */
  7622.     protected function getFileLocatorService()
  7623.     {
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  7627.         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);
  7628.     }
  7629.     /**
  7630.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7631.      *
  7632.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7633.      */
  7634.     protected function getForm_ChoiceListFactory_CachedService()
  7635.     {
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7640.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  7641.     }
  7642.     /**
  7643.      * Gets the private 'form.registry' shared service.
  7644.      *
  7645.      * @return \Symfony\Component\Form\FormRegistry
  7646.      */
  7647.     protected function getForm_RegistryService()
  7648.     {
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7656.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7657.             'App\\Form\\Type\\DirectionChoiceType' => ['privates''App\\Form\\Type\\DirectionChoiceType''getDirectionChoiceTypeService'false],
  7658.             'App\\Form\\Type\\InvoiceFileType' => ['privates''App\\Form\\Type\\InvoiceFileType''getInvoiceFileTypeService'false],
  7659.             'App\\Form\\Type\\TransactionChoiceType' => ['privates''App\\Form\\Type\\TransactionChoiceType''getTransactionChoiceTypeService'false],
  7660.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  7661.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  7662.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  7663.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  7664.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  7665.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  7666.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  7667.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  7668.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  7669.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  7670.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  7671.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  7672.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  7673.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  7674.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  7675.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  7676.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  7677.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  7678.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  7679.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  7680.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  7681.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  7682.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  7683.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean_legacy''getSonata_Core_Form_Type_BooleanLegacyService'false],
  7684.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection_legacy''getSonata_Core_Form_Type_CollectionLegacyService'false],
  7685.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => ['services''sonata.core.form.type.color_selector''getSonata_Core_Form_Type_ColorSelectorService'false],
  7686.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => ['services''sonata.core.form.type.color_legacy''getSonata_Core_Form_Type_ColorLegacyService'false],
  7687.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker_legacy''getSonata_Core_Form_Type_DatePickerLegacyService'false],
  7688.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker_legacy''getSonata_Core_Form_Type_DateRangePickerLegacyService'false],
  7689.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range_legacy''getSonata_Core_Form_Type_DateRangeLegacyService'false],
  7690.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker_legacy''getSonata_Core_Form_Type_DatetimePickerLegacyService'false],
  7691.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker_legacy''getSonata_Core_Form_Type_DatetimeRangePickerLegacyService'false],
  7692.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range_legacy''getSonata_Core_Form_Type_DatetimeRangeLegacyService'false],
  7693.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal_legacy''getSonata_Core_Form_Type_EqualLegacyService'false],
  7694.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array_legacy''getSonata_Core_Form_Type_ArrayLegacyService'false],
  7695.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => ['services''sonata.core.form.type.translatable_choice''getSonata_Core_Form_Type_TranslatableChoiceService'false],
  7696.             'Sonata\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean''getSonata_Core_Form_Type_BooleanService'false],
  7697.             'Sonata\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection''getSonata_Core_Form_Type_CollectionService'false],
  7698.             'Sonata\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker''getSonata_Core_Form_Type_DatePickerService'false],
  7699.             'Sonata\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker''getSonata_Core_Form_Type_DateRangePickerService'false],
  7700.             'Sonata\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range''getSonata_Core_Form_Type_DateRangeService'false],
  7701.             'Sonata\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker''getSonata_Core_Form_Type_DatetimePickerService'false],
  7702.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker''getSonata_Core_Form_Type_DatetimeRangePickerService'false],
  7703.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range''getSonata_Core_Form_Type_DatetimeRangeService'false],
  7704.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  7705.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array''getSonata_Core_Form_Type_ArrayService'false],
  7706.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => ['privates''sonata.user.api.form.type.group''getSonata_User_Api_Form_Type_GroupService'false],
  7707.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => ['privates''sonata.user.api.form.type.user''getSonata_User_Api_Form_Type_UserService'false],
  7708.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  7709.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  7710.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  7711.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7712.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7713.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7714.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7715.         ], [
  7716.             'App\\Form\\Type\\DirectionChoiceType' => '?',
  7717.             'App\\Form\\Type\\InvoiceFileType' => '?',
  7718.             'App\\Form\\Type\\TransactionChoiceType' => '?',
  7719.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  7720.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  7721.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  7722.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  7723.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  7724.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  7725.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  7726.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  7727.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  7728.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  7729.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  7730.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  7731.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  7732.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  7733.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  7734.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  7735.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  7736.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  7737.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  7738.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  7739.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  7740.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  7741.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  7742.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => '?',
  7743.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => '?',
  7744.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => '?',
  7745.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => '?',
  7746.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => '?',
  7747.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => '?',
  7748.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => '?',
  7749.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => '?',
  7750.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => '?',
  7751.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => '?',
  7752.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => '?',
  7753.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => '?',
  7754.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => '?',
  7755.             'Sonata\\Form\\Type\\BooleanType' => '?',
  7756.             'Sonata\\Form\\Type\\CollectionType' => '?',
  7757.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  7758.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  7759.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  7760.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  7761.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  7762.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  7763.             'Sonata\\Form\\Type\\EqualType' => '?',
  7764.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  7765.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => '?',
  7766.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => '?',
  7767.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  7768.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  7769.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  7770.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7771.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7772.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7773.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7774.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7775.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7776.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7777.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7778.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7779.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7780.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7781.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  7782.             yield => ($this->services['sonata.admin.form.extension.field.mopa'] ?? ($this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension()));
  7783.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7784.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7785.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7786.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7787.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7788.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  7789.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  7790.         }, 1)], new RewindableGenerator(function () {
  7791.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7792.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7793.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7794.     }
  7795.     /**
  7796.      * Gets the private 'form.server_params' shared service.
  7797.      *
  7798.      * @return \Symfony\Component\Form\Util\ServerParams
  7799.      */
  7800.     protected function getForm_ServerParamsService()
  7801.     {
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7803.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7804.     }
  7805.     /**
  7806.      * Gets the private 'form.type.choice' shared service.
  7807.      *
  7808.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7809.      */
  7810.     protected function getForm_Type_ChoiceService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7815.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  7816.     }
  7817.     /**
  7818.      * Gets the private 'form.type.entity' shared service.
  7819.      *
  7820.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7821.      */
  7822.     protected function getForm_Type_EntityService()
  7823.     {
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7828.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7829.     }
  7830.     /**
  7831.      * Gets the private 'form.type.form' shared service.
  7832.      *
  7833.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7834.      */
  7835.     protected function getForm_Type_FormService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7841.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7842.     }
  7843.     /**
  7844.      * Gets the private 'form.type_extension.csrf' shared service.
  7845.      *
  7846.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7847.      */
  7848.     protected function getForm_TypeExtension_CsrfService()
  7849.     {
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7853.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7854.     }
  7855.     /**
  7856.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7857.      *
  7858.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7859.      */
  7860.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7861.     {
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7865.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7866.     }
  7867.     /**
  7868.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7869.      *
  7870.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7871.      */
  7872.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7873.     {
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7879.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  7880.     }
  7881.     /**
  7882.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7883.      *
  7884.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7885.      */
  7886.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7887.     {
  7888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7891.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7892.     }
  7893.     /**
  7894.      * Gets the private 'form.type_extension.form.validator' shared service.
  7895.      *
  7896.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7897.      */
  7898.     protected function getForm_TypeExtension_Form_ValidatorService()
  7899.     {
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7904.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7905.     }
  7906.     /**
  7907.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7908.      *
  7909.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7910.      */
  7911.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7912.     {
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7916.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7917.     }
  7918.     /**
  7919.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7920.      *
  7921.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7922.      */
  7923.     protected function getForm_TypeGuesser_DoctrineService()
  7924.     {
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7927.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7928.     }
  7929.     /**
  7930.      * Gets the private 'form.type_guesser.validator' shared service.
  7931.      *
  7932.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7933.      */
  7934.     protected function getForm_TypeGuesser_ValidatorService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7938.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7939.     }
  7940.     /**
  7941.      * Gets the private 'fos_rest.body_listener' shared service.
  7942.      *
  7943.      * @return \FOS\RestBundle\EventListener\BodyListener
  7944.      */
  7945.     protected function getFosRest_BodyListenerService()
  7946.     {
  7947.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7948.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  7949.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  7950.         ], [
  7951.             'fos_rest.decoder.json' => '?',
  7952.             'fos_rest.decoder.xml' => '?',
  7953.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  7954.         $instance->setDefaultFormat(NULL);
  7955.         return $instance;
  7956.     }
  7957.     /**
  7958.      * Gets the private 'fos_rest.decoder.json' shared service.
  7959.      *
  7960.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  7961.      */
  7962.     protected function getFosRest_Decoder_JsonService()
  7963.     {
  7964.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  7966.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  7967.     }
  7968.     /**
  7969.      * Gets the private 'fos_rest.decoder.xml' shared service.
  7970.      *
  7971.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  7972.      */
  7973.     protected function getFosRest_Decoder_XmlService()
  7974.     {
  7975.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7976.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  7977.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  7978.     }
  7979.     /**
  7980.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  7981.      *
  7982.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  7983.      *
  7984.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  7985.      */
  7986.     protected function getFosRest_Inflector_DoctrineService()
  7987.     {
  7988.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7989.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  7990.     }
  7991.     /**
  7992.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  7993.      *
  7994.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  7995.      *
  7996.      * @deprecated The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7997.      */
  7998.     protected function getFosRest_Routing_Loader_ControllerService()
  7999.     {
  8000.         @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  8001.         return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($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))), $this->getFosRest_Routing_Loader_Reader_ControllerService(), NULL);
  8002.     }
  8003.     /**
  8004.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  8005.      *
  8006.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  8007.      *
  8008.      * @deprecated The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  8009.      */
  8010.     protected function getFosRest_Routing_Loader_DirectoryService()
  8011.     {
  8012.         @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  8013.         return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  8014.     }
  8015.     /**
  8016.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  8017.      *
  8018.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  8019.      *
  8020.      * @deprecated The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  8021.      */
  8022.     protected function getFosRest_Routing_Loader_ProcessorService()
  8023.     {
  8024.         @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  8025.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  8026.     }
  8027.     /**
  8028.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  8029.      *
  8030.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  8031.      *
  8032.      * @deprecated The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  8033.      */
  8034.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  8035.     {
  8036.         @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  8037.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  8039.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  8040.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader($a, new \FOS\RestBundle\Request\ParamReader($a), $this->getFosRest_Inflector_DoctrineService(), true, ['json' => false'xml' => false'html' => true], true);
  8041.     }
  8042.     /**
  8043.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  8044.      *
  8045.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  8046.      *
  8047.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  8048.      */
  8049.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  8050.     {
  8051.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  8052.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8053.     }
  8054.     /**
  8055.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  8056.      *
  8057.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  8058.      *
  8059.      * @deprecated The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  8060.      */
  8061.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  8062.     {
  8063.         @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  8064.         return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  8065.     }
  8066.     /**
  8067.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  8068.      *
  8069.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  8070.      *
  8071.      * @deprecated The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  8072.      */
  8073.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  8074.     {
  8075.         @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  8076.         return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  8077.     }
  8078.     /**
  8079.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  8080.      *
  8081.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  8082.      */
  8083.     protected function getFosRest_Serializer_FormErrorHandlerService()
  8084.     {
  8085.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  8088.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  8089.     }
  8090.     /**
  8091.      * Gets the private 'fos_rest.serializer.jms' shared service.
  8092.      *
  8093.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  8094.      */
  8095.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  8096.     {
  8097.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  8102.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  8103.     }
  8104.     /**
  8105.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  8106.      *
  8107.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  8108.      */
  8109.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  8114.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8115.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  8116.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  8117.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  8118.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  8119.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  8120.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService'false],
  8121.         ], [
  8122.             'fos_rest.serializer.form_error_handler' => '?',
  8123.             'jms_serializer.array_collection_handler' => '?',
  8124.             'jms_serializer.constraint_violation_handler' => '?',
  8125.             'jms_serializer.datetime_handler' => '?',
  8126.             'jms_serializer.iterator_handler' => '?',
  8127.             'sonata.user.serializer.handler.user' => '?',
  8128.         ]), [=> ['sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  8129.     }
  8130.     /**
  8131.      * Gets the private 'fos_user.change_password.form.type' shared service.
  8132.      *
  8133.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  8134.      */
  8135.     protected function getFosUser_ChangePassword_Form_TypeService()
  8136.     {
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  8140.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\AdmUser');
  8141.     }
  8142.     /**
  8143.      * Gets the private 'fos_user.command.activate_user' shared service.
  8144.      *
  8145.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  8146.      */
  8147.     protected function getFosUser_Command_ActivateUserService()
  8148.     {
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  8151.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8152.         $instance->setName('fos:user:activate');
  8153.         return $instance;
  8154.     }
  8155.     /**
  8156.      * Gets the private 'fos_user.command.change_password' shared service.
  8157.      *
  8158.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  8159.      */
  8160.     protected function getFosUser_Command_ChangePasswordService()
  8161.     {
  8162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  8164.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8165.         $instance->setName('fos:user:change-password');
  8166.         return $instance;
  8167.     }
  8168.     /**
  8169.      * Gets the private 'fos_user.command.create_user' shared service.
  8170.      *
  8171.      * @return \FOS\UserBundle\Command\CreateUserCommand
  8172.      */
  8173.     protected function getFosUser_Command_CreateUserService()
  8174.     {
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  8177.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8178.         $instance->setName('fos:user:create');
  8179.         return $instance;
  8180.     }
  8181.     /**
  8182.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  8183.      *
  8184.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  8185.      */
  8186.     protected function getFosUser_Command_DeactivateUserService()
  8187.     {
  8188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8189.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  8190.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8191.         $instance->setName('fos:user:deactivate');
  8192.         return $instance;
  8193.     }
  8194.     /**
  8195.      * Gets the private 'fos_user.command.demote_user' shared service.
  8196.      *
  8197.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  8198.      */
  8199.     protected function getFosUser_Command_DemoteUserService()
  8200.     {
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  8204.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8205.         $instance->setName('fos:user:demote');
  8206.         return $instance;
  8207.     }
  8208.     /**
  8209.      * Gets the private 'fos_user.command.promote_user' shared service.
  8210.      *
  8211.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  8212.      */
  8213.     protected function getFosUser_Command_PromoteUserService()
  8214.     {
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  8217.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  8218.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  8219.         $instance->setName('fos:user:promote');
  8220.         return $instance;
  8221.     }
  8222.     /**
  8223.      * Gets the private 'fos_user.group.form.type' shared service.
  8224.      *
  8225.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  8226.      */
  8227.     protected function getFosUser_Group_Form_TypeService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  8232.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Entity\\Group');
  8233.     }
  8234.     /**
  8235.      * Gets the private 'fos_user.listener.authentication' shared service.
  8236.      *
  8237.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  8238.      */
  8239.     protected function getFosUser_Listener_AuthenticationService()
  8240.     {
  8241.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  8242.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  8243.     }
  8244.     /**
  8245.      * Gets the private 'fos_user.listener.flash' shared service.
  8246.      *
  8247.      * @return \FOS\UserBundle\EventListener\FlashListener
  8248.      */
  8249.     protected function getFosUser_Listener_FlashService()
  8250.     {
  8251.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  8252.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8253.     }
  8254.     /**
  8255.      * Gets the private 'fos_user.listener.resetting' shared service.
  8256.      *
  8257.      * @return \FOS\UserBundle\EventListener\ResettingListener
  8258.      */
  8259.     protected function getFosUser_Listener_ResettingService()
  8260.     {
  8261.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  8262.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  8263.     }
  8264.     /**
  8265.      * Gets the private 'fos_user.object_manager' shared service.
  8266.      *
  8267.      * @return \Doctrine\Common\Persistence\ObjectManager
  8268.      */
  8269.     protected function getFosUser_ObjectManagerService()
  8270.     {
  8271.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  8272.     }
  8273.     /**
  8274.      * Gets the private 'fos_user.profile.form.type' shared service.
  8275.      *
  8276.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  8277.      */
  8278.     protected function getFosUser_Profile_Form_TypeService()
  8279.     {
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  8283.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\AdmUser');
  8284.     }
  8285.     /**
  8286.      * Gets the private 'fos_user.registration.form.type' shared service.
  8287.      *
  8288.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  8289.      */
  8290.     protected function getFosUser_Registration_Form_TypeService()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  8295.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\AdmUser');
  8296.     }
  8297.     /**
  8298.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  8299.      *
  8300.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  8301.      */
  8302.     protected function getFosUser_Resetting_Form_FactoryService()
  8303.     {
  8304.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  8306.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  8307.     }
  8308.     /**
  8309.      * Gets the private 'fos_user.resetting.form.type' shared service.
  8310.      *
  8311.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  8312.      */
  8313.     protected function getFosUser_Resetting_Form_TypeService()
  8314.     {
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8317.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  8318.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\AdmUser');
  8319.     }
  8320.     /**
  8321.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  8322.      *
  8323.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  8324.      */
  8325.     protected function getFosUser_Security_InteractiveLoginListenerService()
  8326.     {
  8327.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  8328.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  8329.     }
  8330.     /**
  8331.      * Gets the private 'fos_user.security.login_manager' shared service.
  8332.      *
  8333.      * @return \FOS\UserBundle\Security\LoginManager
  8334.      */
  8335.     protected function getFosUser_Security_LoginManagerService()
  8336.     {
  8337.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8343.         return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  8344.     }
  8345.     /**
  8346.      * Gets the private 'fos_user.user_provider.username' shared service.
  8347.      *
  8348.      * @return \FOS\UserBundle\Security\UserProvider
  8349.      */
  8350.     protected function getFosUser_UserProvider_UsernameService()
  8351.     {
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8353.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  8354.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  8355.     }
  8356.     /**
  8357.      * Gets the private 'fos_user.username_form_type' shared service.
  8358.      *
  8359.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  8360.      */
  8361.     protected function getFosUser_UsernameFormTypeService()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  8368.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  8369.     }
  8370.     /**
  8371.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  8372.      *
  8373.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  8374.      */
  8375.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  8376.     {
  8377.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  8378.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  8379.     }
  8380.     /**
  8381.      * Gets the private 'fos_user.util.password_updater' shared service.
  8382.      *
  8383.      * @return \FOS\UserBundle\Util\PasswordUpdater
  8384.      */
  8385.     protected function getFosUser_Util_PasswordUpdaterService()
  8386.     {
  8387.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8388.     }
  8389.     /**
  8390.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  8391.      *
  8392.      * @return \FOS\UserBundle\Util\UserManipulator
  8393.      */
  8394.     protected function getFosUser_Util_UserManipulatorService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  8397.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8398.     }
  8399.     /**
  8400.      * Gets the private 'fragment.renderer.inline' shared service.
  8401.      *
  8402.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8403.      */
  8404.     protected function getFragment_Renderer_InlineService()
  8405.     {
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8409.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8410.         $instance->setFragmentPath('/_fragment');
  8411.         return $instance;
  8412.     }
  8413.     /**
  8414.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  8415.      *
  8416.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  8417.      */
  8418.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  8422.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  8423.     }
  8424.     /**
  8425.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  8426.      *
  8427.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  8428.      */
  8429.     protected function getJmsSerializer_Cache_CacheClearerService()
  8430.     {
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  8433.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  8436.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  8437.     }
  8438.     /**
  8439.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  8440.      *
  8441.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  8442.      */
  8443.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  8447.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  8448.     }
  8449.     /**
  8450.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  8451.      *
  8452.      * @return \JMS\Serializer\Handler\DateHandler
  8453.      */
  8454.     protected function getJmsSerializer_DatetimeHandlerService()
  8455.     {
  8456.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  8458.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  8459.     }
  8460.     /**
  8461.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  8462.      *
  8463.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  8464.      */
  8465.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  8466.     {
  8467.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  8469.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  8470.     }
  8471.     /**
  8472.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  8473.      *
  8474.      * @return \JMS\Serializer\Handler\IteratorHandler
  8475.      */
  8476.     protected function getJmsSerializer_IteratorHandlerService()
  8477.     {
  8478.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  8480.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  8481.     }
  8482.     /**
  8483.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  8484.      *
  8485.      * @return \Metadata\MetadataFactory
  8486.      */
  8487.     protected function getJmsSerializer_MetadataFactoryService()
  8488.     {
  8489.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  8490.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  8497.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8498.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  8499.         ], [
  8500.             'metadata_driver' => '?',
  8501.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  8502.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  8503.         $instance->setIncludeInterfaces(false);
  8504.         return $instance;
  8505.     }
  8506.     /**
  8507.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  8508.      *
  8509.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  8510.      */
  8511.     protected function getJmsSerializer_StopwatchSubscriberService()
  8512.     {
  8513.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  8515.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8516.     }
  8517.     /**
  8518.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  8519.      *
  8520.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  8521.      */
  8522.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  8523.     {
  8524.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  8525.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  8526.     }
  8527.     /**
  8528.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  8529.      *
  8530.      * @return \Knp\Menu\Provider\ChainProvider
  8531.      */
  8532.     protected function getKnpMenu_MenuProvider_ChainService()
  8533.     {
  8534.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  8535.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  8536.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  8537.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  8538.         }, 3));
  8539.     }
  8540.     /**
  8541.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  8542.      *
  8543.      * @return \Knp\Menu\Provider\LazyProvider
  8544.      */
  8545.     protected function getKnpMenu_MenuProvider_LazyService()
  8546.     {
  8547.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  8548.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  8549.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  8550.         }]);
  8551.     }
  8552.     /**
  8553.      * Gets the private 'knp_menu.renderer.list' shared service.
  8554.      *
  8555.      * @return \Knp\Menu\Renderer\ListRenderer
  8556.      */
  8557.     protected function getKnpMenu_Renderer_ListService()
  8558.     {
  8559.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  8561.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  8562.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  8563.     }
  8564.     /**
  8565.      * Gets the private 'knp_menu.renderer.twig' shared service.
  8566.      *
  8567.      * @return \Knp\Menu\Renderer\TwigRenderer
  8568.      */
  8569.     protected function getKnpMenu_Renderer_TwigService()
  8570.     {
  8571.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  8573.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['twig'] ?? $this->getTwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  8574.     }
  8575.     /**
  8576.      * Gets the private 'knp_menu.voter.router' shared service.
  8577.      *
  8578.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  8579.      */
  8580.     protected function getKnpMenu_Voter_RouterService()
  8581.     {
  8582.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  8584.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8585.     }
  8586.     /**
  8587.      * Gets the private 'locale_aware_listener' shared service.
  8588.      *
  8589.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8590.      */
  8591.     protected function getLocaleAwareListenerService()
  8592.     {
  8593.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8594.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8595.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8596.     }
  8597.     /**
  8598.      * Gets the private 'locale_listener' shared service.
  8599.      *
  8600.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8601.      */
  8602.     protected function getLocaleListenerService()
  8603.     {
  8604.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  8605.     }
  8606.     /**
  8607.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  8608.      *
  8609.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  8610.      */
  8611.     protected function getMailer_TransportFactory_GmailService()
  8612.     {
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  8616.         return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8617.     }
  8618.     /**
  8619.      * Gets the private 'mailer.transport_factory.null' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8622.      */
  8623.     protected function getMailer_TransportFactory_NullService()
  8624.     {
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8628.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8629.     }
  8630.     /**
  8631.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8632.      *
  8633.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8634.      */
  8635.     protected function getMailer_TransportFactory_SendmailService()
  8636.     {
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8640.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8641.     }
  8642.     /**
  8643.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8644.      *
  8645.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8646.      */
  8647.     protected function getMailer_TransportFactory_SmtpService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8652.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8653.     }
  8654.     /**
  8655.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8656.      *
  8657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8658.      */
  8659.     protected function getMaker_AutoCommand_MakeAuthService()
  8660.     {
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8667.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8668.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8669.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  8670.         $instance->setName('make:auth');
  8671.         return $instance;
  8672.     }
  8673.     /**
  8674.      * Gets the private 'maker.auto_command.make_command' shared service.
  8675.      *
  8676.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8677.      */
  8678.     protected function getMaker_AutoCommand_MakeCommandService()
  8679.     {
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8685.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8686.         $instance->setName('make:command');
  8687.         return $instance;
  8688.     }
  8689.     /**
  8690.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8691.      *
  8692.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8693.      */
  8694.     protected function getMaker_AutoCommand_MakeControllerService()
  8695.     {
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8701.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8702.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8703.         $instance->setName('make:controller');
  8704.         return $instance;
  8705.     }
  8706.     /**
  8707.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8708.      *
  8709.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8710.      */
  8711.     protected function getMaker_AutoCommand_MakeCrudService()
  8712.     {
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8718.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8719.         $instance->setName('make:crud');
  8720.         return $instance;
  8721.     }
  8722.     /**
  8723.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8724.      *
  8725.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8726.      */
  8727.     protected function getMaker_AutoCommand_MakeEntityService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8735.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8736.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8737.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  8738.         $instance->setName('make:entity');
  8739.         return $instance;
  8740.     }
  8741.     /**
  8742.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8743.      *
  8744.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8745.      */
  8746.     protected function getMaker_AutoCommand_MakeFixturesService()
  8747.     {
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8753.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8754.         $instance->setName('make:fixtures');
  8755.         return $instance;
  8756.     }
  8757.     /**
  8758.      * Gets the private 'maker.auto_command.make_form' shared service.
  8759.      *
  8760.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8761.      */
  8762.     protected function getMaker_AutoCommand_MakeFormService()
  8763.     {
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8769.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8770.         $instance->setName('make:form');
  8771.         return $instance;
  8772.     }
  8773.     /**
  8774.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  8775.      *
  8776.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8777.      */
  8778.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  8779.     {
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  8785.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8786.         $instance->setName('make:functional-test');
  8787.         return $instance;
  8788.     }
  8789.     /**
  8790.      * Gets the private 'maker.auto_command.make_message' shared service.
  8791.      *
  8792.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8793.      */
  8794.     protected function getMaker_AutoCommand_MakeMessageService()
  8795.     {
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8801.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8802.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8803.         $instance->setName('make:message');
  8804.         return $instance;
  8805.     }
  8806.     /**
  8807.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8808.      *
  8809.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8810.      */
  8811.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8812.     {
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8818.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8819.         $instance->setName('make:messenger-middleware');
  8820.         return $instance;
  8821.     }
  8822.     /**
  8823.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8824.      *
  8825.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8826.      */
  8827.     protected function getMaker_AutoCommand_MakeMigrationService()
  8828.     {
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8835.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8836.         $instance->setName('make:migration');
  8837.         return $instance;
  8838.     }
  8839.     /**
  8840.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8841.      *
  8842.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8843.      */
  8844.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8845.     {
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8851.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8852.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8853.         $instance->setName('make:registration-form');
  8854.         return $instance;
  8855.     }
  8856.     /**
  8857.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8858.      *
  8859.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8860.      */
  8861.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8862.     {
  8863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8868.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8869.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8870.         $instance->setName('make:reset-password');
  8871.         return $instance;
  8872.     }
  8873.     /**
  8874.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8875.      *
  8876.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8877.      */
  8878.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8879.     {
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8885.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8886.         $instance->setName('make:serializer:encoder');
  8887.         return $instance;
  8888.     }
  8889.     /**
  8890.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8891.      *
  8892.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8893.      */
  8894.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8901.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8902.         $instance->setName('make:serializer:normalizer');
  8903.         return $instance;
  8904.     }
  8905.     /**
  8906.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  8907.      *
  8908.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8909.      */
  8910.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  8911.     {
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  8919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  8920.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()))]), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8921.         $instance->setName('make:sonata:admin');
  8922.         return $instance;
  8923.     }
  8924.     /**
  8925.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8926.      *
  8927.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8928.      */
  8929.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8930.     {
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8937.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8938.         $instance->setName('make:subscriber');
  8939.         return $instance;
  8940.     }
  8941.     /**
  8942.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8943.      *
  8944.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8945.      */
  8946.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8947.     {
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8953.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8954.         $instance->setName('make:twig-extension');
  8955.         return $instance;
  8956.     }
  8957.     /**
  8958.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  8959.      *
  8960.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8961.      */
  8962.     protected function getMaker_AutoCommand_MakeUnitTestService()
  8963.     {
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  8969.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8970.         $instance->setName('make:unit-test');
  8971.         return $instance;
  8972.     }
  8973.     /**
  8974.      * Gets the private 'maker.auto_command.make_user' shared service.
  8975.      *
  8976.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8977.      */
  8978.     protected function getMaker_AutoCommand_MakeUserService()
  8979.     {
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8987.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8988.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8989.         $instance->setName('make:user');
  8990.         return $instance;
  8991.     }
  8992.     /**
  8993.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8994.      *
  8995.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8996.      */
  8997.     protected function getMaker_AutoCommand_MakeValidatorService()
  8998.     {
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9004.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9005.         $instance->setName('make:validator');
  9006.         return $instance;
  9007.     }
  9008.     /**
  9009.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9010.      *
  9011.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9012.      */
  9013.     protected function getMaker_AutoCommand_MakeVoterService()
  9014.     {
  9015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9020.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9021.         $instance->setName('make:voter');
  9022.         return $instance;
  9023.     }
  9024.     /**
  9025.      * Gets the private 'maker.doctrine_helper' shared service.
  9026.      *
  9027.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9028.      */
  9029.     protected function getMaker_DoctrineHelperService()
  9030.     {
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9032.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  9033.     }
  9034.     /**
  9035.      * Gets the private 'maker.entity_class_generator' shared service.
  9036.      *
  9037.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9038.      */
  9039.     protected function getMaker_EntityClassGeneratorService()
  9040.     {
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9042.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9043.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  9044.         return $instance;
  9045.     }
  9046.     /**
  9047.      * Gets the private 'maker.file_manager' shared service.
  9048.      *
  9049.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9050.      */
  9051.     protected function getMaker_FileManagerService()
  9052.     {
  9053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9058.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  9059.     }
  9060.     /**
  9061.      * Gets the private 'maker.generator' shared service.
  9062.      *
  9063.      * @return \Symfony\Bundle\MakerBundle\Generator
  9064.      */
  9065.     protected function getMaker_GeneratorService()
  9066.     {
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9068.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  9069.     }
  9070.     /**
  9071.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9072.      *
  9073.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9074.      */
  9075.     protected function getMaker_Renderer_FormTypeRendererService()
  9076.     {
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9078.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9079.     }
  9080.     /**
  9081.      * Gets the private 'mime_types' shared service.
  9082.      *
  9083.      * @return \Symfony\Component\Mime\MimeTypes
  9084.      */
  9085.     protected function getMimeTypesService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9090.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9091.         $instance->setDefault($instance);
  9092.         return $instance;
  9093.     }
  9094.     /**
  9095.      * Gets the private 'monolog.command.server_log' shared service.
  9096.      *
  9097.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9098.      */
  9099.     protected function getMonolog_Command_ServerLogService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9103.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9104.         $instance->setName('server:log');
  9105.         return $instance;
  9106.     }
  9107.     /**
  9108.      * Gets the private 'monolog.handler.console' shared service.
  9109.      *
  9110.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9111.      */
  9112.     protected function getMonolog_Handler_ConsoleService()
  9113.     {
  9114.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9115.     }
  9116.     /**
  9117.      * Gets the private 'monolog.handler.main' shared service.
  9118.      *
  9119.      * @return \Monolog\Handler\StreamHandler
  9120.      */
  9121.     protected function getMonolog_Handler_MainService()
  9122.     {
  9123.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9124.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9125.         return $instance;
  9126.     }
  9127.     /**
  9128.      * Gets the private 'monolog.logger' shared service.
  9129.      *
  9130.      * @return \Symfony\Bridge\Monolog\Logger
  9131.      */
  9132.     protected function getMonolog_LoggerService()
  9133.     {
  9134.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9135.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9136.         $instance->useMicrosecondTimestamps(true);
  9137.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9138.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9139.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9140.         return $instance;
  9141.     }
  9142.     /**
  9143.      * Gets the private 'monolog.logger.cache' shared service.
  9144.      *
  9145.      * @return \Symfony\Bridge\Monolog\Logger
  9146.      */
  9147.     protected function getMonolog_Logger_CacheService()
  9148.     {
  9149.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9150.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9151.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9152.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9154.         return $instance;
  9155.     }
  9156.     /**
  9157.      * Gets the private 'monolog.logger.request' shared service.
  9158.      *
  9159.      * @return \Symfony\Bridge\Monolog\Logger
  9160.      */
  9161.     protected function getMonolog_Logger_RequestService()
  9162.     {
  9163.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9164.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9165.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9166.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9167.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9168.         return $instance;
  9169.     }
  9170.     /**
  9171.      * Gets the private 'monolog.logger.security' shared service.
  9172.      *
  9173.      * @return \Symfony\Bridge\Monolog\Logger
  9174.      */
  9175.     protected function getMonolog_Logger_SecurityService()
  9176.     {
  9177.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9178.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9179.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9180.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9181.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9182.         return $instance;
  9183.     }
  9184.     /**
  9185.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  9186.      *
  9187.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  9188.      */
  9189.     protected function getNelmioApiDoc_Describers_ConfigService()
  9190.     {
  9191.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  9193.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'My App''description' => 'This is an awesome app!''version' => '1.0.0']]);
  9194.     }
  9195.     /**
  9196.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  9197.      *
  9198.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  9199.      */
  9200.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  9201.     {
  9202.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  9207.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  9208.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  9209.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  9210.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  9211.         }, 3));
  9212.     }
  9213.     /**
  9214.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  9215.      *
  9216.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  9217.      */
  9218.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  9223.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  9224.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9225.     }
  9226.     /**
  9227.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  9228.      *
  9229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9230.      */
  9231.     protected function getNelmioApiDoc_GeneratorLocatorService()
  9232.     {
  9233.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9234.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  9235.         ], [
  9236.             'default' => '?',
  9237.         ]);
  9238.     }
  9239.     /**
  9240.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  9241.      *
  9242.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  9243.      */
  9244.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  9245.     {
  9246.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  9247.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  9248.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  9249.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  9250.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  9251.     }
  9252.     /**
  9253.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  9254.      *
  9255.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  9256.      */
  9257.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  9258.     {
  9259.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  9263.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), NULL, ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  9264.     }
  9265.     /**
  9266.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  9267.      *
  9268.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  9269.      */
  9270.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  9271.     {
  9272.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  9276.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  9277.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  9278.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  9279.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  9280.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  9281.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  9282.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  9283.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  9284.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  9285.     }
  9286.     /**
  9287.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  9288.      *
  9289.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  9290.      */
  9291.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  9292.     {
  9293.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  9297.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  9298.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  9299.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  9300.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  9301.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  9302.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  9303.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  9304.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  9305.         }, 7));
  9306.     }
  9307.     /**
  9308.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  9309.      *
  9310.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  9311.      */
  9312.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  9313.     {
  9314.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  9317.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9318.     }
  9319.     /**
  9320.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  9321.      *
  9322.      * @return \Symfony\Component\Routing\RouteCollection
  9323.      */
  9324.     protected function getNelmioApiDoc_Routes_DefaultService()
  9325.     {
  9326.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  9327.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  9328.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  9329.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  9330.     }
  9331.     /**
  9332.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9333.      *
  9334.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9335.      */
  9336.     protected function getNelmioCors_CorsListenerService()
  9337.     {
  9338.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  9339.     }
  9340.     /**
  9341.      * Gets the private 'parameter_bag' shared service.
  9342.      *
  9343.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9344.      */
  9345.     protected function getParameterBagService()
  9346.     {
  9347.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9348.     }
  9349.     /**
  9350.      * Gets the private 'profiler_listener' shared service.
  9351.      *
  9352.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9353.      */
  9354.     protected function getProfilerListenerService()
  9355.     {
  9356.         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);
  9357.     }
  9358.     /**
  9359.      * Gets the private 'property_accessor' shared service.
  9360.      *
  9361.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9362.      */
  9363.     protected function getPropertyAccessorService()
  9364.     {
  9365.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  9366.     }
  9367.     /**
  9368.      * Gets the private 'property_info' shared service.
  9369.      *
  9370.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9371.      */
  9372.     protected function getPropertyInfoService()
  9373.     {
  9374.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9375.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9376.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9377.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9378.         }, 3), new RewindableGenerator(function () {
  9379.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9380.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9381.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9382.         }, 3), new RewindableGenerator(function () {
  9383.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9384.         }, 1), new RewindableGenerator(function () {
  9385.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9386.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9387.         }, 2), new RewindableGenerator(function () {
  9388.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9389.         }, 1));
  9390.     }
  9391.     /**
  9392.      * Gets the private 'property_info.serializer_extractor' shared service.
  9393.      *
  9394.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9395.      */
  9396.     protected function getPropertyInfo_SerializerExtractorService()
  9397.     {
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9399.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9400.     }
  9401.     /**
  9402.      * Gets the private 'router.cache_warmer' shared service.
  9403.      *
  9404.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9405.      */
  9406.     protected function getRouter_CacheWarmerService()
  9407.     {
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9410.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9411.             'router' => ['services''router''getRouterService'false],
  9412.         ], [
  9413.             'router' => '?',
  9414.         ]))->withContext('router.cache_warmer'$this));
  9415.     }
  9416.     /**
  9417.      * Gets the private 'router.request_context' shared service.
  9418.      *
  9419.      * @return \Symfony\Component\Routing\RequestContext
  9420.      */
  9421.     protected function getRouter_RequestContextService()
  9422.     {
  9423.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  9424.     }
  9425.     /**
  9426.      * Gets the private 'router_listener' shared service.
  9427.      *
  9428.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9429.      */
  9430.     protected function getRouterListenerService()
  9431.     {
  9432.         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);
  9433.     }
  9434.     /**
  9435.      * Gets the private 'security.access_listener' shared service.
  9436.      *
  9437.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9438.      */
  9439.     protected function getSecurity_AccessListenerService()
  9440.     {
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9445.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9446.     }
  9447.     /**
  9448.      * Gets the private 'security.access_map' shared service.
  9449.      *
  9450.      * @return \Symfony\Component\Security\Http\AccessMap
  9451.      */
  9452.     protected function getSecurity_AccessMapService()
  9453.     {
  9454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9458.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9459.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9460.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9461.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9462.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9463.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_ADMIN_NEWS_ADMIN'], NULL);
  9464.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9465.         return $instance;
  9466.     }
  9467.     /**
  9468.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  9469.      *
  9470.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  9471.      */
  9472.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  9473.     {
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  9475.         return $this->privates['security.acl.dbal.schema_listener'] = new \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener(($this->services['security.acl.dbal.schema'] ?? $this->getSecurity_Acl_Dbal_SchemaService()));
  9476.     }
  9477.     /**
  9478.      * Gets the private 'security.acl.security_identity_retrieval_strategy' shared service.
  9479.      *
  9480.      * @return \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy
  9481.      */
  9482.     protected function getSecurity_Acl_SecurityIdentityRetrievalStrategyService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  9488.         return $this->privates['security.acl.security_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))));
  9489.     }
  9490.     /**
  9491.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  9492.      *
  9493.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9494.      */
  9495.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  9496.     {
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9501.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9502.     }
  9503.     /**
  9504.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9505.      *
  9506.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9507.      */
  9508.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9509.     {
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9514.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9515.     }
  9516.     /**
  9517.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  9518.      *
  9519.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9520.      */
  9521.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9535.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9536.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9537.         $b->setOptions(['login_path' => '/admin/login''default_target_path' => '/admin/dashboard''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  9538.         $b->setProviderKey('admin');
  9539.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9540.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9541.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9542.         return $this->privates['security.authentication.listener.form.admin'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin'$b$d, ['use_forward' => false'check_path' => '/admin/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  9543.     }
  9544.     /**
  9545.      * Gets the private 'security.authentication.listener.form.main' shared service.
  9546.      *
  9547.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9548.      */
  9549.     protected function getSecurity_Authentication_Listener_Form_MainService()
  9550.     {
  9551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  9555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9563.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9564.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  9565.         $b->setOptions(['login_path' => '/login''default_target_path' => '/admin/dashboard''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  9566.         $b->setProviderKey('main');
  9567.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9568.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  9569.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9570.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['use_forward' => false'check_path' => '/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  9571.     }
  9572.     /**
  9573.      * Gets the private 'security.authentication.manager' shared service.
  9574.      *
  9575.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9576.      */
  9577.     protected function getSecurity_Authentication_ManagerService()
  9578.     {
  9579.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9580.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  9581.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9582.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  9583.             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'))));
  9584.         }, 4), true);
  9585.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9586.         return $instance;
  9587.     }
  9588.     /**
  9589.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  9590.      *
  9591.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9592.      */
  9593.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  9594.     {
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  9597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  9598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9600.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  9601.     }
  9602.     /**
  9603.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  9604.      *
  9605.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9606.      */
  9607.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  9608.     {
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  9612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9614.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  9615.     }
  9616.     /**
  9617.      * Gets the private 'security.channel_listener' shared service.
  9618.      *
  9619.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9620.      */
  9621.     protected function getSecurity_ChannelListenerService()
  9622.     {
  9623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  9629.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9630.     }
  9631.     /**
  9632.      * Gets the private 'security.command.user_password_encoder' shared service.
  9633.      *
  9634.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9635.      */
  9636.     protected function getSecurity_Command_UserPasswordEncoderService()
  9637.     {
  9638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  9640.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  9641.         $instance->setName('security:encode-password');
  9642.         return $instance;
  9643.     }
  9644.     /**
  9645.      * Gets the private 'security.context_listener.0' shared service.
  9646.      *
  9647.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9648.      */
  9649.     protected function getSecurity_ContextListener_0Service()
  9650.     {
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  9657.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  9658.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  9659.         }, 1), 'user', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  9660.     }
  9661.     /**
  9662.      * Gets the private 'security.csrf.token_storage' shared service.
  9663.      *
  9664.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9665.      */
  9666.     protected function getSecurity_Csrf_TokenStorageService()
  9667.     {
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9671.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  9672.     }
  9673.     /**
  9674.      * Gets the private 'security.encoder_factory.generic' shared service.
  9675.      *
  9676.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9677.      */
  9678.     protected function getSecurity_EncoderFactory_GenericService()
  9679.     {
  9680.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  9681.     }
  9682.     /**
  9683.      * Gets the private 'security.firewall.map' shared service.
  9684.      *
  9685.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9686.      */
  9687.     protected function getSecurity_Firewall_MapService()
  9688.     {
  9689.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9690.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  9691.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  9692.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  9693.         ], [
  9694.             'security.firewall.map.context.admin' => '?',
  9695.             'security.firewall.map.context.dev' => '?',
  9696.             'security.firewall.map.context.main' => '?',
  9697.         ]), new RewindableGenerator(function () {
  9698.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  9699.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.e_DUqBA'] ?? ($this->privates['.security.request_matcher.e_DUqBA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin(.*)')));
  9700.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  9701.         }, 3));
  9702.     }
  9703.     /**
  9704.      * Gets the private 'security.firewall.map.context.admin' shared service.
  9705.      *
  9706.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9707.      */
  9708.     protected function getSecurity_Firewall_Map_Context_AdminService()
  9709.     {
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  9720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  9723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  9724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  9726.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9727.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9728.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/admin/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/admin/logout']);
  9729.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  9730.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  9731.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9732.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9733.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9734.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  9735.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  9736.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9737.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'admin', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/admin/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.e_DUqBA'truefalse'fos_user.user_provider.username''user''security.authentication.form_entry_point.admin'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  9738.     }
  9739.     /**
  9740.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9741.      *
  9742.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9743.      */
  9744.     protected function getSecurity_Firewall_Map_Context_DevService()
  9745.     {
  9746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9748.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9749.             return new \EmptyIterator();
  9750.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  9751.     }
  9752.     /**
  9753.      * Gets the private 'security.firewall.map.context.main' shared service.
  9754.      *
  9755.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9756.      */
  9757.     protected function getSecurity_Firewall_Map_Context_MainService()
  9758.     {
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  9775.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9776.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9777.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  9778.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  9779.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  9780.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9781.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9782.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9783.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  9784.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9785.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9786.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.OKzIMc6'truefalse'fos_user.user_provider.username''user''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  9787.     }
  9788.     /**
  9789.      * Gets the private 'security.http_utils' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\Security\Http\HttpUtils
  9792.      */
  9793.     protected function getSecurity_HttpUtilsService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  9796.         $a = ($this->services['router'] ?? $this->getRouterService());
  9797.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9798.     }
  9799.     /**
  9800.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  9801.      *
  9802.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  9803.      */
  9804.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  9805.     {
  9806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  9808.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9809.     }
  9810.     /**
  9811.      * Gets the private 'security.logout_url_generator' shared service.
  9812.      *
  9813.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9814.      */
  9815.     protected function getSecurity_LogoutUrlGeneratorService()
  9816.     {
  9817.         $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()));
  9818.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  9819.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  9820.         return $instance;
  9821.     }
  9822.     /**
  9823.      * Gets the private 'security.role_hierarchy' shared service.
  9824.      *
  9825.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9826.      */
  9827.     protected function getSecurity_RoleHierarchyService()
  9828.     {
  9829.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9830.     }
  9831.     /**
  9832.      * Gets the private 'security.validator.user_password' shared service.
  9833.      *
  9834.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9835.      */
  9836.     protected function getSecurity_Validator_UserPasswordService()
  9837.     {
  9838.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9839.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9841.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9842.     }
  9843.     /**
  9844.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9845.      *
  9846.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9847.      */
  9848.     protected function getSerializer_Mapping_CacheWarmerService()
  9849.     {
  9850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9851.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9853.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9854.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9855.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  9856.     }
  9857.     /**
  9858.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9859.      *
  9860.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9861.      */
  9862.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9863.     {
  9864.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9870.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  9871.     }
  9872.     /**
  9873.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9874.      *
  9875.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9876.      */
  9877.     protected function getSerializer_NameConverter_MetadataAwareService()
  9878.     {
  9879.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  9881.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  9882.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9883.     }
  9884.     /**
  9885.      * Gets the private 'session.storage.native' shared service.
  9886.      *
  9887.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9888.      */
  9889.     protected function getSession_Storage_NativeService()
  9890.     {
  9891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  9892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  9893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  9894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  9895.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  9896.     }
  9897.     /**
  9898.      * Gets the private 'session_listener' shared service.
  9899.      *
  9900.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9901.      */
  9902.     protected function getSessionListenerService()
  9903.     {
  9904.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9905.             'initialized_session' => ['services''session'NULLfalse],
  9906.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9907.             'session' => ['services''session''getSessionService'false],
  9908.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9909.         ], [
  9910.             'initialized_session' => '?',
  9911.             'request_stack' => '?',
  9912.             'session' => '?',
  9913.             'session_storage' => '?',
  9914.         ]));
  9915.     }
  9916.     /**
  9917.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  9918.      *
  9919.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  9920.      */
  9921.     protected function getSonata_Admin_Builder_OrmDatagridService()
  9922.     {
  9923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  9930.         return $this->privates['sonata.admin.builder.orm_datagrid'] = new \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['sonata.admin.builder.filter.factory'] ?? $this->getSonata_Admin_Builder_Filter_FactoryService()), new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser()]), true);
  9931.     }
  9932.     /**
  9933.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  9934.      *
  9935.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  9936.      */
  9937.     protected function getSonata_Admin_Builder_OrmFormService()
  9938.     {
  9939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  9941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  9942.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  9943.     }
  9944.     /**
  9945.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  9946.      *
  9947.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  9948.      */
  9949.     protected function getSonata_Admin_Builder_OrmListService()
  9950.     {
  9951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  9953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  9954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  9958.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataAdmin/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig''text' => '@SonataAdmin/CRUD/list_string.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''smallint' => '@SonataAdmin/CRUD/list_string.html.twig''bigint' => '@SonataAdmin/CRUD/list_string.html.twig''integer' => '@SonataAdmin/CRUD/list_string.html.twig''decimal' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataAdmin/CRUD/list_currency.html.twig''percent' => '@SonataAdmin/CRUD/list_percent.html.twig''choice' => '@SonataAdmin/CRUD/list_choice.html.twig''url' => '@SonataAdmin/CRUD/list_url.html.twig''html' => '@SonataAdmin/CRUD/list_html.html.twig']);
  9959.     }
  9960.     /**
  9961.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  9962.      *
  9963.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  9964.      */
  9965.     protected function getSonata_Admin_Builder_OrmShowService()
  9966.     {
  9967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  9971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  9974.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataAdmin/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig''text' => '@SonataAdmin/CRUD/base_show_field.html.twig''email' => '@SonataAdmin/CRUD/show_email.html.twig''trans' => '@SonataAdmin/CRUD/show_trans.html.twig''string' => '@SonataAdmin/CRUD/base_show_field.html.twig''smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig''bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig''integer' => '@SonataAdmin/CRUD/base_show_field.html.twig''decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig''currency' => '@SonataAdmin/CRUD/show_currency.html.twig''percent' => '@SonataAdmin/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig']);
  9975.     }
  9976.     /**
  9977.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  9978.      *
  9979.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  9980.      */
  9981.     protected function getSonata_Admin_Menu_GroupProviderService()
  9982.     {
  9983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  9984.         return $this->privates['sonata.admin.menu.group_provider'] = new \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  9985.     }
  9986.     /**
  9987.      * Gets the private 'sonata.admin.security.handler.role' shared service.
  9988.      *
  9989.      * @return \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler
  9990.      */
  9991.     protected function getSonata_Admin_Security_Handler_RoleService()
  9992.     {
  9993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/RoleSecurityHandler.php';
  9995.         return $this->privates['sonata.admin.security.handler.role'] = new \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'ROLE_SUPER_ADMIN']);
  9996.     }
  9997.     /**
  9998.      * Gets the private 'sonata.block.form.type.block' shared service.
  9999.      *
  10000.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  10001.      */
  10002.     protected function getSonata_Block_Form_Type_BlockService()
  10003.     {
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  10007.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  10008.     }
  10009.     /**
  10010.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  10011.      *
  10012.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  10013.      */
  10014.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  10015.     {
  10016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  10019.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  10020.     }
  10021.     /**
  10022.      * Gets the private 'sonata.block.templating.helper' shared service.
  10023.      *
  10024.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  10025.      */
  10026.     protected function getSonata_Block_Templating_HelperService()
  10027.     {
  10028.         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))));
  10029.     }
  10030.     /**
  10031.      * Gets the private 'sonata.core.model.adapter.doctrine_orm' shared service.
  10032.      *
  10033.      * @return \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter
  10034.      *
  10035.      * @deprecated The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
  10036.      */
  10037.     protected function getSonata_Core_Model_Adapter_DoctrineOrmService()
  10038.     {
  10039.         @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  10040.         return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10041.     }
  10042.     /**
  10043.      * Gets the private 'sonata.core.twig.extension.text' shared service.
  10044.      *
  10045.      * @return \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension
  10046.      *
  10047.      * @deprecated The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  10048.      */
  10049.     protected function getSonata_Core_Twig_Extension_TextService()
  10050.     {
  10051.         @trigger_error('The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  10052.         return new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension();
  10053.     }
  10054.     /**
  10055.      * Gets the private 'sonata.core.twig.status_extension' shared service.
  10056.      *
  10057.      * @return \Sonata\CoreBundle\Twig\Extension\StatusExtension
  10058.      *
  10059.      * @deprecated The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead.
  10060.      */
  10061.     protected function getSonata_Core_Twig_StatusExtensionService()
  10062.     {
  10063.         @trigger_error('The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead.'E_USER_DEPRECATED);
  10064.         return new \Sonata\CoreBundle\Twig\Extension\StatusExtension();
  10065.     }
  10066.     /**
  10067.      * Gets the private 'sonata.core.validator.inline' shared service.
  10068.      *
  10069.      * @return \Sonata\Form\Validator\InlineValidator
  10070.      *
  10071.      * @deprecated The "sonata.core.validator.inline" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.form.validator.inline" instead.
  10072.      */
  10073.     protected function getSonata_Core_Validator_InlineService()
  10074.     {
  10075.         @trigger_error('The "sonata.core.validator.inline" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.form.validator.inline" instead.'E_USER_DEPRECATED);
  10076.         return $this->privates['sonata.core.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  10077.     }
  10078.     /**
  10079.      * Gets the private 'sonata.form.type.equal' shared service.
  10080.      *
  10081.      * @return \Sonata\Form\Type\EqualType
  10082.      */
  10083.     protected function getSonata_Form_Type_EqualService()
  10084.     {
  10085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php';
  10088.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  10089.     }
  10090.     /**
  10091.      * Gets the private 'sonata.form.validator.inline' shared service.
  10092.      *
  10093.      * @return \Sonata\Form\Validator\InlineValidator
  10094.      */
  10095.     protected function getSonata_Form_Validator_InlineService()
  10096.     {
  10097.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10098.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  10100.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  10101.     }
  10102.     /**
  10103.      * Gets the private 'sonata.templating' shared service.
  10104.      *
  10105.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  10106.      *
  10107.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  10108.      */
  10109.     protected function getSonata_TemplatingService()
  10110.     {
  10111.         @trigger_error('The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  10112.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  10113.     }
  10114.     /**
  10115.      * Gets the private 'sonata.templating.locator' shared service.
  10116.      *
  10117.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  10118.      *
  10119.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  10120.      */
  10121.     protected function getSonata_Templating_LocatorService()
  10122.     {
  10123.         @trigger_error('The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  10124.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  10125.     }
  10126.     /**
  10127.      * Gets the private 'sonata.templating.name_parser' shared service.
  10128.      *
  10129.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  10130.      *
  10131.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  10132.      */
  10133.     protected function getSonata_Templating_NameParserService()
  10134.     {
  10135.         @trigger_error('The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  10136.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  10137.     }
  10138.     /**
  10139.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  10140.      *
  10141.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  10142.      */
  10143.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  10144.     {
  10145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageRuntime.php';
  10146.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  10147.     }
  10148.     /**
  10149.      * Gets the private 'sonata.twig.status_runtime' shared service.
  10150.      *
  10151.      * @return \Sonata\Twig\Extension\StatusRuntime
  10152.      */
  10153.     protected function getSonata_Twig_StatusRuntimeService()
  10154.     {
  10155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusRuntime.php';
  10156.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  10157.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  10158.         return $instance;
  10159.     }
  10160.     /**
  10161.      * Gets the private 'sonata.user.api.form.type.group' shared service.
  10162.      *
  10163.      * @return \Sonata\UserBundle\Form\Type\ApiGroupType
  10164.      */
  10165.     protected function getSonata_User_Api_Form_Type_GroupService()
  10166.     {
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BaseDoctrineORMSerializationType.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiGroupType.php';
  10171.         return $this->privates['sonata.user.api.form.type.group'] = new \Sonata\UserBundle\Form\Type\ApiGroupType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_user_api_form_group''App\\Entity\\Group''sonata_api_write');
  10172.     }
  10173.     /**
  10174.      * Gets the private 'sonata.user.api.form.type.user' shared service.
  10175.      *
  10176.      * @return \Sonata\UserBundle\Form\Type\ApiUserType
  10177.      */
  10178.     protected function getSonata_User_Api_Form_Type_UserService()
  10179.     {
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BaseDoctrineORMSerializationType.php';
  10183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiUserType.php';
  10184.         return $this->privates['sonata.user.api.form.type.user'] = new \Sonata\UserBundle\Form\Type\ApiUserType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_user_api_form_user''App\\Entity\\AdmUser''sonata_api_write');
  10185.     }
  10186.     /**
  10187.      * Gets the private 'sonata.user.form.gender_list' shared service.
  10188.      *
  10189.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  10190.      *
  10191.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  10192.      */
  10193.     protected function getSonata_User_Form_GenderListService()
  10194.     {
  10195.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  10196.         return $this->privates['sonata.user.form.gender_list'] = new \Sonata\UserBundle\Form\Type\UserGenderListType('App\\Entity\\AdmUser''getGenderList''Sonata\\UserBundle\\Form\\Type\\UserGenderListType');
  10197.     }
  10198.     /**
  10199.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  10200.      *
  10201.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  10202.      */
  10203.     protected function getSonata_User_MatrixRolesBuilderService()
  10204.     {
  10205.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  10206.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  10207.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  10208.         return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a$b$c), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a$b$c$this->parameters['security.role_hierarchy.roles']));
  10209.     }
  10210.     /**
  10211.      * Gets the private 'sonata.user.serializer.handler.user' shared service.
  10212.      *
  10213.      * @return \Sonata\UserBundle\Serializer\UserSerializerHandler
  10214.      */
  10215.     protected function getSonata_User_Serializer_Handler_UserService()
  10216.     {
  10217.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Serializer/SerializerHandlerInterface.php';
  10219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Serializer/BaseSerializerHandler.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Serializer/UserSerializerHandler.php';
  10221.         return $this->privates['sonata.user.serializer.handler.user'] = new \Sonata\UserBundle\Serializer\UserSerializerHandler(($this->services['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  10222.     }
  10223.     /**
  10224.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  10225.      *
  10226.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  10227.      *
  10228.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10229.      */
  10230.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  10231.     {
  10232.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10233.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  10234.     }
  10235.     /**
  10236.      * Gets the private 'templating.finder' shared service.
  10237.      *
  10238.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  10239.      *
  10240.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10241.      */
  10242.     protected function getTemplating_FinderService()
  10243.     {
  10244.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10245.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  10247.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  10248.     }
  10249.     /**
  10250.      * Gets the private 'templating.locator' shared service.
  10251.      *
  10252.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  10253.      *
  10254.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10255.      */
  10256.     protected function getTemplating_LocatorService()
  10257.     {
  10258.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10259.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  10260.     }
  10261.     /**
  10262.      * Gets the private 'templating.name_parser' shared service.
  10263.      *
  10264.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  10265.      *
  10266.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10267.      */
  10268.     protected function getTemplating_NameParserService()
  10269.     {
  10270.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10271.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  10272.     }
  10273.     /**
  10274.      * Gets the private 'translation.extractor' shared service.
  10275.      *
  10276.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10277.      */
  10278.     protected function getTranslation_ExtractorService()
  10279.     {
  10280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10284.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10285.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10286.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10287.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  10288.         return $instance;
  10289.     }
  10290.     /**
  10291.      * Gets the private 'translation.loader.csv' shared service.
  10292.      *
  10293.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10294.      */
  10295.     protected function getTranslation_Loader_CsvService()
  10296.     {
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10301.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10302.     }
  10303.     /**
  10304.      * Gets the private 'translation.loader.dat' shared service.
  10305.      *
  10306.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10307.      */
  10308.     protected function getTranslation_Loader_DatService()
  10309.     {
  10310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10313.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10314.     }
  10315.     /**
  10316.      * Gets the private 'translation.loader.ini' shared service.
  10317.      *
  10318.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10319.      */
  10320.     protected function getTranslation_Loader_IniService()
  10321.     {
  10322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10326.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10327.     }
  10328.     /**
  10329.      * Gets the private 'translation.loader.json' shared service.
  10330.      *
  10331.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10332.      */
  10333.     protected function getTranslation_Loader_JsonService()
  10334.     {
  10335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10339.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10340.     }
  10341.     /**
  10342.      * Gets the private 'translation.loader.mo' shared service.
  10343.      *
  10344.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10345.      */
  10346.     protected function getTranslation_Loader_MoService()
  10347.     {
  10348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10352.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10353.     }
  10354.     /**
  10355.      * Gets the private 'translation.loader.php' shared service.
  10356.      *
  10357.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10358.      */
  10359.     protected function getTranslation_Loader_PhpService()
  10360.     {
  10361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10365.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10366.     }
  10367.     /**
  10368.      * Gets the private 'translation.loader.po' shared service.
  10369.      *
  10370.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10371.      */
  10372.     protected function getTranslation_Loader_PoService()
  10373.     {
  10374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10378.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10379.     }
  10380.     /**
  10381.      * Gets the private 'translation.loader.qt' shared service.
  10382.      *
  10383.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10384.      */
  10385.     protected function getTranslation_Loader_QtService()
  10386.     {
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10389.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10390.     }
  10391.     /**
  10392.      * Gets the private 'translation.loader.res' shared service.
  10393.      *
  10394.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10395.      */
  10396.     protected function getTranslation_Loader_ResService()
  10397.     {
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10400.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10401.     }
  10402.     /**
  10403.      * Gets the private 'translation.loader.xliff' shared service.
  10404.      *
  10405.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10406.      */
  10407.     protected function getTranslation_Loader_XliffService()
  10408.     {
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10411.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10412.     }
  10413.     /**
  10414.      * Gets the private 'translation.loader.yml' shared service.
  10415.      *
  10416.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10417.      */
  10418.     protected function getTranslation_Loader_YmlService()
  10419.     {
  10420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10424.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10425.     }
  10426.     /**
  10427.      * Gets the private 'translation.reader' shared service.
  10428.      *
  10429.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10430.      */
  10431.     protected function getTranslation_ReaderService()
  10432.     {
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10449.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10450.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10451.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10452.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10453.         $instance->addLoader('yaml'$a);
  10454.         $instance->addLoader('yml'$a);
  10455.         $instance->addLoader('xlf'$b);
  10456.         $instance->addLoader('xliff'$b);
  10457.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10458.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10459.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10460.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10461.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10462.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10463.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10464.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10465.         return $instance;
  10466.     }
  10467.     /**
  10468.      * Gets the private 'translation.warmer' shared service.
  10469.      *
  10470.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10471.      */
  10472.     protected function getTranslation_WarmerService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10476.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10477.             'translator' => ['services''translator''getTranslatorService'false],
  10478.         ], [
  10479.             'translator' => '?',
  10480.         ]))->withContext('translation.warmer'$this));
  10481.     }
  10482.     /**
  10483.      * Gets the private 'translator.default' shared service.
  10484.      *
  10485.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10486.      */
  10487.     protected function getTranslator_DefaultService()
  10488.     {
  10489.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10490.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10491.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10492.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10493.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10494.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10495.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10496.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10497.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10498.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10499.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10500.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10501.         ], [
  10502.             'translation.loader.csv' => '?',
  10503.             'translation.loader.dat' => '?',
  10504.             'translation.loader.ini' => '?',
  10505.             'translation.loader.json' => '?',
  10506.             'translation.loader.mo' => '?',
  10507.             'translation.loader.php' => '?',
  10508.             'translation.loader.po' => '?',
  10509.             'translation.loader.qt' => '?',
  10510.             'translation.loader.res' => '?',
  10511.             'translation.loader.xliff' => '?',
  10512.             'translation.loader.yml' => '?',
  10513.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], '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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], '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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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')], '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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/translations/admin.ru.yaml'), 12 => (\dirname(__DIR__4).'/translations/messages.ru.yaml')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\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/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf')], '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')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/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/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\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/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\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')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], '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')], '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')]], '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/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/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/AclBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 54 => (\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/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/sonata-project/datagrid-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'src/Resources/FrameworkBundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'src/Resources/MakerBundle/translations'14 => 'vendor/symfony/web-server-bundle/translations'15 => 'src/Resources/WebServerBundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/twig/extra-bundle/src/translations'19 => 'src/Resources/TwigExtraBundle/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'src/Resources/SecurityBundle/translations'22 => 'src/Resources/SonataCoreBundle/translations'23 => 'src/Resources/SonataBlockBundle/translations'24 => 'vendor/knplabs/knp-menu-bundle/src/translations'25 => 'src/Resources/KnpMenuBundle/translations'26 => 'src/Resources/SonataAdminBundle/translations'27 => 'vendor/doctrine/doctrine-bundle/translations'28 => 'src/Resources/DoctrineBundle/translations'29 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'30 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'31 => 'vendor/sonata-project/easy-extends-bundle/src/translations'32 => 'src/Resources/SonataEasyExtendsBundle/translations'33 => 'src/Resources/SonataDatagridBundle/translations'34 => 'src/Resources/FOSUserBundle/translations'35 => 'src/Resources/SonataUserBundle/translations'36 => 'vendor/symfony/acl-bundle/src/translations'37 => 'src/Resources/AclBundle/translations'38 => 'vendor/doctrine/doctrine-migrations-bundle/translations'39 => 'src/Resources/DoctrineMigrationsBundle/translations'40 => 'vendor/jms/serializer-bundle/translations'41 => 'src/Resources/JMSSerializerBundle/translations'42 => 'vendor/nelmio/api-doc-bundle/translations'43 => 'src/Resources/NelmioApiDocBundle/translations'44 => 'vendor/nelmio/cors-bundle/translations'45 => 'src/Resources/NelmioCorsBundle/translations'46 => 'vendor/symfony/web-profiler-bundle/translations'47 => 'src/Resources/WebProfilerBundle/translations'48 => 'vendor/symfony/monolog-bundle/translations'49 => 'src/Resources/MonologBundle/translations'50 => 'vendor/symfony/debug-bundle/translations'51 => 'src/Resources/DebugBundle/translations'52 => 'vendor/friendsofsymfony/rest-bundle/translations'53 => 'src/Resources/FOSRestBundle/translations'54 => 'src/Resources/translations']]]);
  10514.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10515.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  10516.         return $instance;
  10517.     }
  10518.     /**
  10519.      * Gets the private 'twig.cache_warmer' shared service.
  10520.      *
  10521.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  10522.      *
  10523.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  10524.      */
  10525.     protected function getTwig_CacheWarmerService()
  10526.     {
  10527.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  10528.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  10529.     }
  10530.     /**
  10531.      * Gets the private 'twig.command.debug' shared service.
  10532.      *
  10533.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10534.      */
  10535.     protected function getTwig_Command_DebugService()
  10536.     {
  10537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10538.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10539.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  10540.         $instance->setName('debug:twig');
  10541.         return $instance;
  10542.     }
  10543.     /**
  10544.      * Gets the private 'twig.command.lint' shared service.
  10545.      *
  10546.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10547.      */
  10548.     protected function getTwig_Command_LintService()
  10549.     {
  10550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10553.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  10554.         $instance->setName('lint:twig');
  10555.         return $instance;
  10556.     }
  10557.     /**
  10558.      * Gets the private 'twig.form.renderer' shared service.
  10559.      *
  10560.      * @return \Symfony\Component\Form\FormRenderer
  10561.      */
  10562.     protected function getTwig_Form_RendererService()
  10563.     {
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10569.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10570.     }
  10571.     /**
  10572.      * Gets the private 'twig.mailer.message_listener' shared service.
  10573.      *
  10574.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10575.      */
  10576.     protected function getTwig_Mailer_MessageListenerService()
  10577.     {
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10581.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  10582.     }
  10583.     /**
  10584.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10585.      *
  10586.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10587.      */
  10588.     protected function getTwig_Runtime_HttpkernelService()
  10589.     {
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10593.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10594.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10595.         ], [
  10596.             'inline' => '?',
  10597.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  10598.     }
  10599.     /**
  10600.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10601.      *
  10602.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10603.      */
  10604.     protected function getTwig_Runtime_SecurityCsrfService()
  10605.     {
  10606.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10607.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10608.     }
  10609.     /**
  10610.      * Gets the private 'twig.template_cache_warmer' shared service.
  10611.      *
  10612.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10613.      */
  10614.     protected function getTwig_TemplateCacheWarmerService()
  10615.     {
  10616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  10618.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10619.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10620.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  10621.     }
  10622.     /**
  10623.      * Gets the private 'validator.builder' shared service.
  10624.      *
  10625.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10626.      */
  10627.     protected function getValidator_BuilderService()
  10628.     {
  10629.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10630.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10631.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  10632.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  10633.         $instance->setTranslationDomain('validators');
  10634.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  10635.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10636.         $instance->addMethodMapping('loadValidatorMetadata');
  10637.         $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()))]);
  10638.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10639.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10640.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  10641.         return $instance;
  10642.     }
  10643.     /**
  10644.      * Gets the private 'validator.email' shared service.
  10645.      *
  10646.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10647.      */
  10648.     protected function getValidator_EmailService()
  10649.     {
  10650.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10651.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10652.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10653.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10654.     }
  10655.     /**
  10656.      * Gets the private 'validator.expression' shared service.
  10657.      *
  10658.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10659.      */
  10660.     protected function getValidator_ExpressionService()
  10661.     {
  10662.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10663.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10665.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  10666.     }
  10667.     /**
  10668.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10669.      *
  10670.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10671.      */
  10672.     protected function getValidator_Mapping_CacheWarmerService()
  10673.     {
  10674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10677.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10678.     }
  10679.     /**
  10680.      * Gets the private 'validator.not_compromised_password' shared service.
  10681.      *
  10682.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10683.      */
  10684.     protected function getValidator_NotCompromisedPasswordService()
  10685.     {
  10686.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10689.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  10690.     }
  10691.     /**
  10692.      * Gets the private 'validator.validator_factory' shared service.
  10693.      *
  10694.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  10695.      */
  10696.     protected function getValidator_ValidatorFactoryService()
  10697.     {
  10698.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10699.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  10700.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  10701.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10702.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10703.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10704.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10705.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10706.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10707.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10708.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  10709.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService'false],
  10710.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  10711.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10712.         ], [
  10713.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  10714.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  10715.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10716.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10717.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10718.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10719.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10720.             'doctrine.orm.validator.unique' => '?',
  10721.             'security.validator.user_password' => '?',
  10722.             'sonata.admin.validator.inline' => '?',
  10723.             'sonata.core.validator.inline' => '?',
  10724.             'sonata.form.validator.inline' => '?',
  10725.             'validator.expression' => '?',
  10726.         ]));
  10727.     }
  10728.     /**
  10729.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10730.      *
  10731.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10732.      */
  10733.     protected function getVarDumper_Command_ServerDumpService()
  10734.     {
  10735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10736.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10737.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10741.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10742.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10743.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10744.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10745.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10746.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  10747.         $instance->setName('server:dump');
  10748.         return $instance;
  10749.     }
  10750.     /**
  10751.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10752.      *
  10753.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10754.      */
  10755.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10756.     {
  10757.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10758.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10759.         return $instance;
  10760.     }
  10761.     /**
  10762.      * Gets the private 'var_dumper.html_dumper' shared service.
  10763.      *
  10764.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10765.      */
  10766.     protected function getVarDumper_HtmlDumperService()
  10767.     {
  10768.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10769.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10770.         return $instance;
  10771.     }
  10772.     /**
  10773.      * Gets the private 'var_dumper.server_connection' shared service.
  10774.      *
  10775.      * @return \Symfony\Component\VarDumper\Server\Connection
  10776.      */
  10777.     protected function getVarDumper_ServerConnectionService()
  10778.     {
  10779.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  10780.     }
  10781.     /**
  10782.      * Gets the private 'web_profiler.csp.handler' shared service.
  10783.      *
  10784.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10785.      */
  10786.     protected function getWebProfiler_Csp_HandlerService()
  10787.     {
  10788.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10789.     }
  10790.     /**
  10791.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10792.      *
  10793.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10794.      */
  10795.     protected function getWebProfiler_DebugToolbarService()
  10796.     {
  10797.         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()));
  10798.     }
  10799.     /**
  10800.      * Gets the private 'web_server.command.server_run' shared service.
  10801.      *
  10802.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  10803.      */
  10804.     protected function getWebServer_Command_ServerRunService()
  10805.     {
  10806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10807.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  10808.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  10809.         $instance->setName('server:run');
  10810.         return $instance;
  10811.     }
  10812.     /**
  10813.      * Gets the private 'web_server.command.server_start' shared service.
  10814.      *
  10815.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  10816.      */
  10817.     protected function getWebServer_Command_ServerStartService()
  10818.     {
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  10821.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  10822.         $instance->setName('server:start');
  10823.         return $instance;
  10824.     }
  10825.     /**
  10826.      * Gets the private 'web_server.command.server_status' shared service.
  10827.      *
  10828.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  10829.      */
  10830.     protected function getWebServer_Command_ServerStatusService()
  10831.     {
  10832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10833.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  10834.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  10835.         $instance->setName('server:status');
  10836.         return $instance;
  10837.     }
  10838.     /**
  10839.      * Gets the private 'web_server.command.server_stop' shared service.
  10840.      *
  10841.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  10842.      */
  10843.     protected function getWebServer_Command_ServerStopService()
  10844.     {
  10845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10846.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  10847.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  10848.         $instance->setName('server:stop');
  10849.         return $instance;
  10850.     }
  10851.     /**
  10852.      * Gets the public 'sonata.core.flashmessage.manager' alias.
  10853.      *
  10854.      * @return object The "sonata.twig.flashmessage.manager" service.
  10855.      */
  10856.     protected function getSonata_Core_Flashmessage_ManagerService()
  10857.     {
  10858.         @trigger_error('The "%service_id%" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.core.flashmessage.manager" instead.'E_USER_DEPRECATED);
  10859.         return $this->get('sonata.twig.flashmessage.manager');
  10860.     }
  10861.     /**
  10862.      * Gets the public 'sonata.core.flashmessage.twig.extension' alias.
  10863.      *
  10864.      * @return object The "sonata.twig.flashmessage.twig.extension" service.
  10865.      */
  10866.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  10867.     {
  10868.         @trigger_error('The "%service_id%" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.core.flashmessage.twig.extension" instead.'E_USER_DEPRECATED);
  10869.         return $this->get('sonata.twig.flashmessage.twig.extension');
  10870.     }
  10871.     public function getParameter($name)
  10872.     {
  10873.         $name = (string) $name;
  10874.         if (isset($this->buildParameters[$name])) {
  10875.             return $this->buildParameters[$name];
  10876.         }
  10877.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  10878.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10879.         }
  10880.         if (isset($this->loadedDynamicParameters[$name])) {
  10881.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10882.         }
  10883.         return $this->parameters[$name];
  10884.     }
  10885.     public function hasParameter($name): bool
  10886.     {
  10887.         $name = (string) $name;
  10888.         if (isset($this->buildParameters[$name])) {
  10889.             return true;
  10890.         }
  10891.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  10892.     }
  10893.     public function setParameter($name$value): void
  10894.     {
  10895.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10896.     }
  10897.     public function getParameterBag(): ParameterBagInterface
  10898.     {
  10899.         if (null === $this->parameterBag) {
  10900.             $parameters $this->parameters;
  10901.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10902.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10903.             }
  10904.             foreach ($this->buildParameters as $name => $value) {
  10905.                 $parameters[$name] = $value;
  10906.             }
  10907.             $this->parameterBag = new FrozenParameterBag($parameters);
  10908.         }
  10909.         return $this->parameterBag;
  10910.     }
  10911.     private $loadedDynamicParameters = [
  10912.         'kernel.cache_dir' => false,
  10913.         'stripe_api_key' => false,
  10914.         'kernel.secret' => false,
  10915.         'session.save_path' => false,
  10916.         'validator.mapping.cache.file' => false,
  10917.         'profiler.storage.dsn' => false,
  10918.         'debug.container.dump' => false,
  10919.         'serializer.mapping.cache.file' => false,
  10920.         'doctrine.orm.proxy_dir' => false,
  10921.         'fos_user.registration.confirmation.from_email' => false,
  10922.         'fos_user.resetting.email.from_email' => false,
  10923.     ];
  10924.     private $dynamicParameters = [];
  10925.     private function getDynamicParameter(string $name)
  10926.     {
  10927.         switch ($name) {
  10928.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10929.             case 'stripe_api_key'$value $this->getEnv('STRIPE_API_KEY'); break;
  10930.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10931.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10932.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10933.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10934.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  10935.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10936.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10937.             case 'fos_user.registration.confirmation.from_email'$value = [
  10938.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  10939.             ]; break;
  10940.             case 'fos_user.resetting.email.from_email'$value = [
  10941.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  10942.             ]; break;
  10943.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10944.         }
  10945.         $this->loadedDynamicParameters[$name] = true;
  10946.         return $this->dynamicParameters[$name] = $value;
  10947.     }
  10948.     protected function getDefaultParameters(): array
  10949.     {
  10950.         return [
  10951.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  10952.             'kernel.project_dir' => \dirname(__DIR__4),
  10953.             'kernel.environment' => 'dev',
  10954.             'kernel.debug' => true,
  10955.             'kernel.name' => 'src',
  10956.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10957.             'kernel.bundles' => [
  10958.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10959.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10960.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  10961.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10962.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10963.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10964.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  10965.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  10966.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  10967.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  10968.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10969.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  10970.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  10971.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  10972.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  10973.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  10974.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  10975.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10976.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  10977.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  10978.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10979.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10980.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10981.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10982.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  10983.             ],
  10984.             'kernel.bundles_metadata' => [
  10985.                 'FrameworkBundle' => [
  10986.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10987.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10988.                 ],
  10989.                 'MakerBundle' => [
  10990.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10991.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10992.                 ],
  10993.                 'WebServerBundle' => [
  10994.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  10995.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  10996.                 ],
  10997.                 'TwigBundle' => [
  10998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10999.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11000.                 ],
  11001.                 'TwigExtraBundle' => [
  11002.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  11003.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11004.                 ],
  11005.                 'SecurityBundle' => [
  11006.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11007.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11008.                 ],
  11009.                 'SonataCoreBundle' => [
  11010.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  11011.                     'namespace' => 'Sonata\\CoreBundle',
  11012.                 ],
  11013.                 'SonataBlockBundle' => [
  11014.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  11015.                     'namespace' => 'Sonata\\BlockBundle',
  11016.                 ],
  11017.                 'KnpMenuBundle' => [
  11018.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  11019.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  11020.                 ],
  11021.                 'SonataAdminBundle' => [
  11022.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  11023.                     'namespace' => 'Sonata\\AdminBundle',
  11024.                 ],
  11025.                 'DoctrineBundle' => [
  11026.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11027.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11028.                 ],
  11029.                 'SonataDoctrineORMAdminBundle' => [
  11030.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  11031.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  11032.                 ],
  11033.                 'SonataEasyExtendsBundle' => [
  11034.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  11035.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  11036.                 ],
  11037.                 'SonataDatagridBundle' => [
  11038.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  11039.                     'namespace' => 'Sonata\\DatagridBundle',
  11040.                 ],
  11041.                 'FOSUserBundle' => [
  11042.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  11043.                     'namespace' => 'FOS\\UserBundle',
  11044.                 ],
  11045.                 'SonataUserBundle' => [
  11046.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  11047.                     'namespace' => 'Sonata\\UserBundle',
  11048.                 ],
  11049.                 'AclBundle' => [
  11050.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  11051.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  11052.                 ],
  11053.                 'DoctrineMigrationsBundle' => [
  11054.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11055.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11056.                 ],
  11057.                 'JMSSerializerBundle' => [
  11058.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  11059.                     'namespace' => 'JMS\\SerializerBundle',
  11060.                 ],
  11061.                 'NelmioApiDocBundle' => [
  11062.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  11063.                     'namespace' => 'Nelmio\\ApiDocBundle',
  11064.                 ],
  11065.                 'NelmioCorsBundle' => [
  11066.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  11067.                     'namespace' => 'Nelmio\\CorsBundle',
  11068.                 ],
  11069.                 'WebProfilerBundle' => [
  11070.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11071.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11072.                 ],
  11073.                 'MonologBundle' => [
  11074.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11075.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11076.                 ],
  11077.                 'DebugBundle' => [
  11078.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11079.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11080.                 ],
  11081.                 'FOSRestBundle' => [
  11082.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11083.                     'namespace' => 'FOS\\RestBundle',
  11084.                 ],
  11085.             ],
  11086.             'kernel.charset' => 'UTF-8',
  11087.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  11088.             'container.dumper.inline_class_loader' => true,
  11089.             'container.dumper.inline_factories' => true,
  11090.             'fragment.renderer.hinclude.global_template' => NULL,
  11091.             'fragment.path' => '/_fragment',
  11092.             'kernel.http_method_override' => true,
  11093.             'kernel.trusted_hosts' => [
  11094.             ],
  11095.             'kernel.default_locale' => 'en',
  11096.             'kernel.error_controller' => 'error_controller',
  11097.             'templating.helper.code.file_link_format' => NULL,
  11098.             'debug.file_link_format' => NULL,
  11099.             'session.metadata.storage_key' => '_sf2_meta',
  11100.             'session.storage.options' => [
  11101.                 'cache_limiter' => '0',
  11102.                 'cookie_secure' => 'auto',
  11103.                 'cookie_httponly' => true,
  11104.                 'cookie_samesite' => 'lax',
  11105.                 'gc_probability' => 1,
  11106.             ],
  11107.             'session.metadata.update_threshold' => 0,
  11108.             'form.type_extension.csrf.enabled' => true,
  11109.             'form.type_extension.csrf.field_name' => '_token',
  11110.             'asset.request_context.base_path' => '',
  11111.             'asset.request_context.secure' => false,
  11112.             'templating.loader.cache.path' => NULL,
  11113.             'templating.engines' => [
  11114.                 => 'twig',
  11115.             ],
  11116.             'validator.mapping.cache.prefix' => '',
  11117.             'validator.translation_domain' => 'validators',
  11118.             'translator.logging' => false,
  11119.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11120.             'profiler_listener.only_exceptions' => false,
  11121.             'profiler_listener.only_master_requests' => false,
  11122.             'debug.error_handler.throw_at' => -1,
  11123.             'router.request_context.host' => 'localhost',
  11124.             'router.request_context.scheme' => 'http',
  11125.             'router.request_context.base_url' => '',
  11126.             'router.resource' => 'kernel::loadRoutes',
  11127.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  11128.             'request_listener.http_port' => 80,
  11129.             'request_listener.https_port' => 443,
  11130.             'serializer.mapping.cache.prefix' => '',
  11131.             'twig.exception_listener.controller' => NULL,
  11132.             'twig.form.resources' => [
  11133.                 => 'form_div_layout.html.twig',
  11134.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  11135.                 => 'fieldTypes/invoice_file_type.html.twig',
  11136.             ],
  11137.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11138.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  11139.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  11140.             'security.role_hierarchy.roles' => [
  11141.                 'ROLE_SONATA_ADMIN' => [
  11142.                     => 'ROLE_ADMIN_SERVICE_HISTORY_ALL',
  11143.                     => 'ROLE_ADMIN_SPARE_PART_ALL',
  11144.                     => 'ROLE_ADMIN_TRANSACTION_ALL',
  11145.                 ],
  11146.                 'ROLE_ADMIN' => [
  11147.                     => 'ROLE_USER',
  11148.                     => 'ROLE_SONATA_ADMIN',
  11149.                 ],
  11150.                 'ROLE_SUPER_ADMIN' => [
  11151.                     => 'ROLE_ADMIN',
  11152.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11153.                 ],
  11154.                 'ROLE_CONTENT_MANAGER' => [
  11155.                     => 'ROLE_USER',
  11156.                     => 'ROLE_ADMIN',
  11157.                 ],
  11158.                 'ROLE_OWNER' => [
  11159.                     => 'ROLE_USER',
  11160.                     => 'ROLE_SONATA_ADMIN',
  11161.                     => 'ROLE_SUPER_ADMIN',
  11162.                     => 'ROLE_APP\\ADMIN\\STATISTICADMIN_ALL',
  11163.                 ],
  11164.             ],
  11165.             'security.access.denied_url' => NULL,
  11166.             'security.authentication.manager.erase_credentials' => true,
  11167.             'security.authentication.session_strategy.strategy' => 'migrate',
  11168.             'security.access.always_authenticate_before_granting' => false,
  11169.             'security.authentication.hide_user_not_found' => true,
  11170.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  11171.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  11172.             'sonata.core.form_type' => 'standard',
  11173.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  11174.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  11175.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  11176.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  11177.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  11178.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  11179.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  11180.             'sonata.block.container.types' => [
  11181.                 => 'sonata.block.service.container',
  11182.                 => 'sonata.page.block.container',
  11183.                 => 'sonata.dashboard.block.container',
  11184.                 => 'cmf.block.container',
  11185.                 => 'cmf.block.slideshow',
  11186.             ],
  11187.             'sonata_block.blocks' => [
  11188.                 'sonata.admin.block.admin_list' => [
  11189.                     'contexts' => [
  11190.                         => 'admin',
  11191.                     ],
  11192.                     'templates' => [
  11193.                     ],
  11194.                     'cache' => 'sonata.cache.noop',
  11195.                     'settings' => [
  11196.                     ],
  11197.                 ],
  11198.                 'sonata.block.service.container' => [
  11199.                     'contexts' => [
  11200.                     ],
  11201.                     'templates' => [
  11202.                     ],
  11203.                     'cache' => 'sonata.cache.noop',
  11204.                     'settings' => [
  11205.                     ],
  11206.                 ],
  11207.                 'sonata.block.service.empty' => [
  11208.                     'contexts' => [
  11209.                     ],
  11210.                     'templates' => [
  11211.                     ],
  11212.                     'cache' => 'sonata.cache.noop',
  11213.                     'settings' => [
  11214.                     ],
  11215.                 ],
  11216.                 'sonata.block.service.text' => [
  11217.                     'contexts' => [
  11218.                     ],
  11219.                     'templates' => [
  11220.                     ],
  11221.                     'cache' => 'sonata.cache.noop',
  11222.                     'settings' => [
  11223.                     ],
  11224.                 ],
  11225.                 'sonata.block.service.rss' => [
  11226.                     'contexts' => [
  11227.                     ],
  11228.                     'templates' => [
  11229.                     ],
  11230.                     'cache' => 'sonata.cache.noop',
  11231.                     'settings' => [
  11232.                     ],
  11233.                 ],
  11234.                 'sonata.block.service.menu' => [
  11235.                     'contexts' => [
  11236.                     ],
  11237.                     'templates' => [
  11238.                     ],
  11239.                     'cache' => 'sonata.cache.noop',
  11240.                     'settings' => [
  11241.                     ],
  11242.                 ],
  11243.                 'sonata.block.service.template' => [
  11244.                     'contexts' => [
  11245.                     ],
  11246.                     'templates' => [
  11247.                     ],
  11248.                     'cache' => 'sonata.cache.noop',
  11249.                     'settings' => [
  11250.                     ],
  11251.                 ],
  11252.                 'sonata.admin.block.search_result' => [
  11253.                     'contexts' => [
  11254.                     ],
  11255.                     'templates' => [
  11256.                     ],
  11257.                     'cache' => 'sonata.cache.noop',
  11258.                     'settings' => [
  11259.                     ],
  11260.                 ],
  11261.                 'sonata.admin.block.stats' => [
  11262.                     'contexts' => [
  11263.                     ],
  11264.                     'templates' => [
  11265.                     ],
  11266.                     'cache' => 'sonata.cache.noop',
  11267.                     'settings' => [
  11268.                     ],
  11269.                 ],
  11270.             ],
  11271.             'sonata_block.blocks_by_class' => [
  11272.             ],
  11273.             'sonata_blocks.block_types' => [
  11274.                 => 'sonata.admin.block.admin_list',
  11275.                 => 'sonata.block.service.container',
  11276.                 => 'sonata.block.service.empty',
  11277.                 => 'sonata.block.service.text',
  11278.                 => 'sonata.block.service.rss',
  11279.                 => 'sonata.block.service.menu',
  11280.                 => 'sonata.block.service.template',
  11281.                 => 'sonata.admin.block.search_result',
  11282.                 => 'sonata.admin.block.stats',
  11283.             ],
  11284.             'sonata_block.cache_blocks' => [
  11285.                 'by_type' => [
  11286.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  11287.                     'sonata.block.service.container' => 'sonata.cache.noop',
  11288.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  11289.                     'sonata.block.service.text' => 'sonata.cache.noop',
  11290.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  11291.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  11292.                     'sonata.block.service.template' => 'sonata.cache.noop',
  11293.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  11294.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  11295.                 ],
  11296.             ],
  11297.             'sonata_blocks.default_contexts' => [
  11298.             ],
  11299.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  11300.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  11301.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  11302.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  11303.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  11304.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  11305.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  11306.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  11307.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  11308.             'knp_menu.renderer.list.options' => [
  11309.             ],
  11310.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  11311.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  11312.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  11313.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  11314.             'knp_menu.renderer.twig.options' => [
  11315.             ],
  11316.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  11317.             'knp_menu.default_renderer' => 'twig',
  11318.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  11319.                 'choice' => 'select',
  11320.                 'boolean' => 'select',
  11321.                 'text' => 'text',
  11322.                 'textarea' => 'textarea',
  11323.                 'html' => 'textarea',
  11324.                 'email' => 'email',
  11325.                 'string' => 'text',
  11326.                 'smallint' => 'text',
  11327.                 'bigint' => 'text',
  11328.                 'integer' => 'number',
  11329.                 'decimal' => 'number',
  11330.                 'currency' => 'number',
  11331.                 'percent' => 'number',
  11332.                 'url' => 'url',
  11333.                 'date' => 'date',
  11334.             ],
  11335.             'sonata.admin.configuration.legacy_twig_text_extension' => false,
  11336.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  11337.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  11338.             'sonata.admin.configuration.templates' => [
  11339.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  11340.                 'layout' => 'admin/layout.html.twig',
  11341.                 'dashboard' => 'admin/dashboard.html.twig',
  11342.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  11343.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  11344.                 'search' => '@SonataAdmin/Core/search.html.twig',
  11345.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  11346.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  11347.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  11348.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  11349.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  11350.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  11351.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  11352.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  11353.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  11354.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  11355.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  11356.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  11357.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  11358.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  11359.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  11360.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  11361.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  11362.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  11363.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  11364.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  11365.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  11366.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11367.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  11368.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  11369.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  11370.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  11371.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  11372.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  11373.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  11374.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  11375.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  11376.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  11377.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  11378.             ],
  11379.             'sonata.admin.configuration.admin_services' => [
  11380.             ],
  11381.             'sonata.admin.configuration.dashboard_groups' => [
  11382.                 'sonata.admin.reserve' => [
  11383.                     'keep_open' => false,
  11384.                     'label' => 'Резервы',
  11385.                     'icon' => '<i class="fa fa-address-book"></i>',
  11386.                     'items' => [
  11387.                         => [
  11388.                             'admin' => 'admin.reserve.approved',
  11389.                             'label' => '',
  11390.                             'route' => '',
  11391.                             'route_params' => [
  11392.                             ],
  11393.                             'route_absolute' => false,
  11394.                             'roles' => [
  11395.                             ],
  11396.                         ],
  11397.                         => [
  11398.                             'admin' => 'admin.reserve.active',
  11399.                             'label' => '',
  11400.                             'route' => '',
  11401.                             'route_params' => [
  11402.                             ],
  11403.                             'route_absolute' => false,
  11404.                             'roles' => [
  11405.                             ],
  11406.                         ],
  11407.                         => [
  11408.                             'admin' => 'admin.reserve.ended',
  11409.                             'label' => '',
  11410.                             'route' => '',
  11411.                             'route_params' => [
  11412.                             ],
  11413.                             'route_absolute' => false,
  11414.                             'roles' => [
  11415.                             ],
  11416.                         ],
  11417.                         => [
  11418.                             'admin' => 'admin.reserve.declined',
  11419.                             'label' => '',
  11420.                             'route' => '',
  11421.                             'route_params' => [
  11422.                             ],
  11423.                             'route_absolute' => false,
  11424.                             'roles' => [
  11425.                             ],
  11426.                         ],
  11427.                         => [
  11428.                             'admin' => 'admin.reserve.canceled',
  11429.                             'label' => '',
  11430.                             'route' => '',
  11431.                             'route_params' => [
  11432.                             ],
  11433.                             'route_absolute' => false,
  11434.                             'roles' => [
  11435.                             ],
  11436.                         ],
  11437.                     ],
  11438.                     'on_top' => false,
  11439.                     'item_adds' => [
  11440.                     ],
  11441.                     'roles' => [
  11442.                     ],
  11443.                 ],
  11444.                 'sonata.admin.clients' => [
  11445.                     'label' => 'Клиенты',
  11446.                     'icon' => '<i class="fa fa-users"></i>',
  11447.                     'items' => [
  11448.                         => [
  11449.                             'admin' => 'admin.client',
  11450.                             'label' => '',
  11451.                             'route' => '',
  11452.                             'route_params' => [
  11453.                             ],
  11454.                             'route_absolute' => false,
  11455.                             'roles' => [
  11456.                             ],
  11457.                         ],
  11458.                     ],
  11459.                     'roles' => [
  11460.                         => 'ROLE_ADMIN',
  11461.                     ],
  11462.                     'on_top' => false,
  11463.                     'keep_open' => false,
  11464.                     'item_adds' => [
  11465.                     ],
  11466.                 ],
  11467.                 'sonata.admin.service' => [
  11468.                     'label' => 'Сервис',
  11469.                     'icon' => '<i class="fa fa-wrench"></i>',
  11470.                     'items' => [
  11471.                         => [
  11472.                             'admin' => 'admin.service_history',
  11473.                             'label' => '',
  11474.                             'route' => '',
  11475.                             'route_params' => [
  11476.                             ],
  11477.                             'route_absolute' => false,
  11478.                             'roles' => [
  11479.                             ],
  11480.                         ],
  11481.                         => [
  11482.                             'admin' => 'admin.spare_part',
  11483.                             'label' => '',
  11484.                             'route' => '',
  11485.                             'route_params' => [
  11486.                             ],
  11487.                             'route_absolute' => false,
  11488.                             'roles' => [
  11489.                             ],
  11490.                         ],
  11491.                     ],
  11492.                     'roles' => [
  11493.                         => 'ROLE_SONATA_ADMIN',
  11494.                         => 'ROLE_ADMIN',
  11495.                     ],
  11496.                     'on_top' => false,
  11497.                     'keep_open' => false,
  11498.                     'item_adds' => [
  11499.                     ],
  11500.                 ],
  11501.                 'sonata.admin.transaction' => [
  11502.                     'label' => 'Транзакции',
  11503.                     'icon' => '<i class="fa fa-line-chart"></i>',
  11504.                     'items' => [
  11505.                         => [
  11506.                             'admin' => 'admin.transaction',
  11507.                             'label' => '',
  11508.                             'route' => '',
  11509.                             'route_params' => [
  11510.                             ],
  11511.                             'route_absolute' => false,
  11512.                             'roles' => [
  11513.                             ],
  11514.                         ],
  11515.                         => [
  11516.                             'admin' => 'admin.transaction_daily',
  11517.                             'label' => '',
  11518.                             'route' => '',
  11519.                             'route_params' => [
  11520.                             ],
  11521.                             'route_absolute' => false,
  11522.                             'roles' => [
  11523.                             ],
  11524.                         ],
  11525.                     ],
  11526.                     'roles' => [
  11527.                         => 'ROLE_SONATA_ADMIN',
  11528.                         => 'ROLE_ADMIN',
  11529.                     ],
  11530.                     'on_top' => false,
  11531.                     'keep_open' => false,
  11532.                     'item_adds' => [
  11533.                     ],
  11534.                 ],
  11535.                 'sonata.admin.statistic' => [
  11536.                     'label' => 'Статистика',
  11537.                     'icon' => '<i class="fa fa-line-chart"></i>',
  11538.                     'items' => [
  11539.                         => [
  11540.                             'admin' => 'admin.balance.statistic',
  11541.                             'label' => '',
  11542.                             'route' => '',
  11543.                             'route_params' => [
  11544.                             ],
  11545.                             'route_absolute' => false,
  11546.                             'roles' => [
  11547.                             ],
  11548.                         ],
  11549.                         => [
  11550.                             'admin' => 'admin.finance.statistic',
  11551.                             'label' => '',
  11552.                             'route' => '',
  11553.                             'route_params' => [
  11554.                             ],
  11555.                             'route_absolute' => false,
  11556.                             'roles' => [
  11557.                             ],
  11558.                         ],
  11559.                         => [
  11560.                             'admin' => 'admin.clients.statistic',
  11561.                             'label' => '',
  11562.                             'route' => '',
  11563.                             'route_params' => [
  11564.                             ],
  11565.                             'route_absolute' => false,
  11566.                             'roles' => [
  11567.                             ],
  11568.                         ],
  11569.                         => [
  11570.                             'admin' => 'admin.motorcycle.statistic',
  11571.                             'label' => '',
  11572.                             'route' => '',
  11573.                             'route_params' => [
  11574.                             ],
  11575.                             'route_absolute' => false,
  11576.                             'roles' => [
  11577.                             ],
  11578.                         ],
  11579.                     ],
  11580.                     'roles' => [
  11581.                         => 'ROLE_APP\\ADMIN\\STATISTICADMIN_ALL',
  11582.                     ],
  11583.                     'on_top' => false,
  11584.                     'keep_open' => false,
  11585.                     'item_adds' => [
  11586.                     ],
  11587.                 ],
  11588.                 'sonata.admin.settings' => [
  11589.                     'label' => 'Settings',
  11590.                     'icon' => '<i class="fa fa-server"></i>',
  11591.                     'items' => [
  11592.                         => [
  11593.                             'admin' => 'sonata.user.admin.user',
  11594.                             'label' => '',
  11595.                             'route' => '',
  11596.                             'route_params' => [
  11597.                             ],
  11598.                             'route_absolute' => false,
  11599.                             'roles' => [
  11600.                             ],
  11601.                         ],
  11602.                         => [
  11603.                             'admin' => 'admin.motorcycle',
  11604.                             'label' => '',
  11605.                             'route' => '',
  11606.                             'route_params' => [
  11607.                             ],
  11608.                             'route_absolute' => false,
  11609.                             'roles' => [
  11610.                             ],
  11611.                         ],
  11612.                         => [
  11613.                             'admin' => 'admin.rental_price',
  11614.                             'label' => '',
  11615.                             'route' => '',
  11616.                             'route_params' => [
  11617.                             ],
  11618.                             'route_absolute' => false,
  11619.                             'roles' => [
  11620.                             ],
  11621.                         ],
  11622.                         => [
  11623.                             'admin' => 'admin.transaction_category',
  11624.                             'label' => '',
  11625.                             'route' => '',
  11626.                             'route_params' => [
  11627.                             ],
  11628.                             'route_absolute' => false,
  11629.                             'roles' => [
  11630.                             ],
  11631.                         ],
  11632.                         => [
  11633.                             'admin' => 'admin.service_performer',
  11634.                             'label' => '',
  11635.                             'route' => '',
  11636.                             'route_params' => [
  11637.                             ],
  11638.                             'route_absolute' => false,
  11639.                             'roles' => [
  11640.                             ],
  11641.                         ],
  11642.                         => [
  11643.                             'admin' => 'admin.service_work_type',
  11644.                             'label' => '',
  11645.                             'route' => '',
  11646.                             'route_params' => [
  11647.                             ],
  11648.                             'route_absolute' => false,
  11649.                             'roles' => [
  11650.                             ],
  11651.                         ],
  11652.                     ],
  11653.                     'roles' => [
  11654.                         => 'ROLE_SUPER_ADMIN',
  11655.                     ],
  11656.                     'on_top' => false,
  11657.                     'keep_open' => false,
  11658.                     'item_adds' => [
  11659.                     ],
  11660.                 ],
  11661.             ],
  11662.             'sonata.admin.configuration.dashboard_blocks' => [
  11663.                 => [
  11664.                     'type' => 'sonata.admin.block.admin_list',
  11665.                     'position' => 'left',
  11666.                     'roles' => [
  11667.                     ],
  11668.                     'settings' => [
  11669.                     ],
  11670.                     'class' => 'col-md-4',
  11671.                 ],
  11672.             ],
  11673.             'sonata.admin.configuration.sort_admins' => false,
  11674.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  11675.             'sonata.admin.configuration.default_group' => 'default',
  11676.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  11677.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  11678.             'sonata.admin.configuration.breadcrumbs' => [
  11679.                 'child_admin_route' => 'edit',
  11680.             ],
  11681.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  11682.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  11683.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  11684.             'sonata.admin.configuration.security.information' => [
  11685.                 'EDIT' => [
  11686.                     => 'EDIT',
  11687.                 ],
  11688.                 'LIST' => [
  11689.                     => 'LIST',
  11690.                 ],
  11691.                 'CREATE' => [
  11692.                     => 'CREATE',
  11693.                 ],
  11694.                 'VIEW' => [
  11695.                     => 'VIEW',
  11696.                 ],
  11697.                 'DELETE' => [
  11698.                     => 'DELETE',
  11699.                 ],
  11700.                 'EXPORT' => [
  11701.                     => 'EXPORT',
  11702.                 ],
  11703.                 'ALL' => [
  11704.                     => 'ALL',
  11705.                 ],
  11706.             ],
  11707.             'sonata.admin.configuration.security.admin_permissions' => [
  11708.                 => 'CREATE',
  11709.                 => 'LIST',
  11710.                 => 'DELETE',
  11711.                 => 'UNDELETE',
  11712.                 => 'EXPORT',
  11713.                 => 'OPERATOR',
  11714.                 => 'MASTER',
  11715.             ],
  11716.             'sonata.admin.configuration.security.object_permissions' => [
  11717.                 => 'VIEW',
  11718.                 => 'EDIT',
  11719.                 => 'DELETE',
  11720.                 => 'UNDELETE',
  11721.                 => 'OPERATOR',
  11722.                 => 'MASTER',
  11723.                 => 'OWNER',
  11724.             ],
  11725.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  11726.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  11727.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  11728.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  11729.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  11730.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  11731.             'sonata.admin.extension.map' => [
  11732.                 'admins' => [
  11733.                 ],
  11734.                 'excludes' => [
  11735.                 ],
  11736.                 'implements' => [
  11737.                 ],
  11738.                 'extends' => [
  11739.                 ],
  11740.                 'instanceof' => [
  11741.                 ],
  11742.                 'uses' => [
  11743.                 ],
  11744.             ],
  11745.             'sonata.admin.configuration.filters.persist' => false,
  11746.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  11747.             'sonata.admin.configuration.show.mosaic.button' => true,
  11748.             'sonata.admin.configuration.translate_group_label' => false,
  11749.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11750.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11751.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11752.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11753.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11754.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11755.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11756.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11757.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11758.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11759.             'doctrine.entity_managers' => [
  11760.                 'default' => 'doctrine.orm.default_entity_manager',
  11761.             ],
  11762.             'doctrine.default_entity_manager' => 'default',
  11763.             'doctrine.dbal.connection_factory.types' => [
  11764.                 'rent_status_type' => [
  11765.                     'class' => 'App\\Entity\\Type\\RentStatusType',
  11766.                 ],
  11767.                 'equipment_type' => [
  11768.                     'class' => 'App\\Entity\\Type\\EquipmentType',
  11769.                 ],
  11770.                 'job_title_type' => [
  11771.                     'class' => 'App\\Entity\\Type\\JobTitleType',
  11772.                 ],
  11773.                 'direction_type' => [
  11774.                     'class' => 'App\\Entity\\Type\\DirectionType',
  11775.                 ],
  11776.                 'transaction_type' => [
  11777.                     'class' => 'App\\Entity\\Type\\TransactionType',
  11778.                 ],
  11779.                 'maintenance_type' => [
  11780.                     'class' => 'App\\Entity\\Type\\MaintenanceType',
  11781.                 ],
  11782.                 'currency' => [
  11783.                     'class' => 'App\\Entity\\Type\\CurrencyType',
  11784.                 ],
  11785.                 'account_status_type' => [
  11786.                     'class' => 'App\\Entity\\Type\\AccountStatusType',
  11787.                 ],
  11788.                 'card_status_type' => [
  11789.                     'class' => 'App\\Entity\\Type\\CardStatusType',
  11790.                 ],
  11791.                 'card_type' => [
  11792.                     'class' => 'App\\Entity\\Type\\CardTypeType',
  11793.                 ],
  11794.                 'client_type' => [
  11795.                     'class' => 'App\\Entity\\Type\\ClientTypeType',
  11796.                 ],
  11797.                 'company_type' => [
  11798.                     'class' => 'App\\Entity\\Type\\CompanyTypeType',
  11799.                 ],
  11800.                 'external_provider' => [
  11801.                     'class' => 'App\\Entity\\Type\\ExternalProviderType',
  11802.                 ],
  11803.                 'file_kyc_status' => [
  11804.                     'class' => 'App\\Entity\\Type\\FileKycStatusType',
  11805.                 ],
  11806.                 'file_type' => [
  11807.                     'class' => 'App\\Entity\\Type\\FileTypeType',
  11808.                 ],
  11809.                 'identity_card_type' => [
  11810.                     'class' => 'App\\Entity\\Type\\IdentityCardTypeType',
  11811.                 ],
  11812.                 'kyc_verify_status_type' => [
  11813.                     'class' => 'App\\Entity\\Type\\KycVerifyStatusType',
  11814.                 ],
  11815.                 'nature_of_business' => [
  11816.                     'class' => 'App\\Entity\\Type\\NatureOfBusinessType',
  11817.                 ],
  11818.                 'payment_region' => [
  11819.                     'class' => 'App\\Entity\\Type\\PaymentRegionType',
  11820.                 ],
  11821.                 'transaction_status_type' => [
  11822.                     'class' => 'App\\Entity\\Type\\TransactionStatusType',
  11823.                 ],
  11824.             ],
  11825.             'doctrine.connections' => [
  11826.                 'default' => 'doctrine.dbal.default_connection',
  11827.             ],
  11828.             'doctrine.default_connection' => 'default',
  11829.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11830.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11831.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11832.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11833.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11834.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11835.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11836.             'doctrine.orm.cache.memcache_port' => 11211,
  11837.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11838.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11839.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11840.             'doctrine.orm.cache.memcached_port' => 11211,
  11841.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11842.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11843.             'doctrine.orm.cache.redis_host' => 'localhost',
  11844.             'doctrine.orm.cache.redis_port' => 6379,
  11845.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11846.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11847.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11848.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11849.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11850.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11851.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11852.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11853.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11854.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11855.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11856.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11857.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11858.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11859.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11860.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11861.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11862.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11863.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11864.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11865.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11866.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11867.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11868.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11869.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11870.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11871.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11872.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11873.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11874.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11875.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11876.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  11877.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  11878.             'sonata_doctrine_orm_admin.templates' => [
  11879.                 'types' => [
  11880.                     'list' => [
  11881.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  11882.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  11883.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  11884.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  11885.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  11886.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  11887.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  11888.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  11889.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  11890.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  11891.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  11892.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  11893.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  11894.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  11895.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  11896.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  11897.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  11898.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  11899.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  11900.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  11901.                     ],
  11902.                     'show' => [
  11903.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  11904.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  11905.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  11906.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  11907.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  11908.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11909.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  11910.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  11911.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11912.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11913.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11914.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11915.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11916.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  11917.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  11918.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  11919.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  11920.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  11921.                     ],
  11922.                 ],
  11923.                 'form' => [
  11924.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  11925.                 ],
  11926.                 'filter' => [
  11927.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  11928.                 ],
  11929.             ],
  11930.             'fos_user.backend_type_orm' => true,
  11931.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  11932.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  11933.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  11934.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  11935.             'fos_user.storage' => 'orm',
  11936.             'fos_user.firewall_name' => 'main',
  11937.             'fos_user.model_manager_name' => NULL,
  11938.             'fos_user.model.user.class' => 'App\\Entity\\AdmUser',
  11939.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  11940.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  11941.             'fos_user.profile.form.validation_groups' => [
  11942.                 => 'Profile',
  11943.                 => 'Default',
  11944.             ],
  11945.             'fos_user.registration.confirmation.enabled' => false,
  11946.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  11947.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  11948.             'fos_user.registration.form.validation_groups' => [
  11949.                 => 'Registration',
  11950.                 => 'Default',
  11951.             ],
  11952.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  11953.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  11954.             'fos_user.change_password.form.validation_groups' => [
  11955.                 => 'ChangePassword',
  11956.                 => 'Default',
  11957.             ],
  11958.             'fos_user.resetting.retry_ttl' => 7200,
  11959.             'fos_user.resetting.token_ttl' => 86400,
  11960.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  11961.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  11962.             'fos_user.resetting.form.validation_groups' => [
  11963.                 => 'ResetPassword',
  11964.                 => 'Default',
  11965.             ],
  11966.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  11967.             'fos_user.model.group.class' => 'App\\Entity\\Group',
  11968.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  11969.             'fos_user.group.form.name' => 'fos_user_group_form',
  11970.             'fos_user.group.form.validation_groups' => [
  11971.                 => 'Registration',
  11972.                 => 'Default',
  11973.             ],
  11974.             'sonata.user.admin.groupname' => 'sonata_user',
  11975.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  11976.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  11977.             'security.acl.user_voter.class' => 'Sonata\\UserBundle\\Security\\Authorization\\Voter\\UserAclVoter',
  11978.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  11979.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  11980.             'sonata.user.admin.user.entity' => 'App\\Entity\\AdmUser',
  11981.             'sonata.user.admin.group.entity' => 'App\\Entity\\Group',
  11982.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  11983.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  11984.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  11985.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  11986.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  11987.             'sonata.user.impersonating' => false,
  11988.             'sonata.user.google.authenticator.enabled' => false,
  11989.             'security.acl.dbal.class_table_name' => 'acl_classes',
  11990.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  11991.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  11992.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  11993.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  11994.             'doctrine.migrations.preferred_em' => NULL,
  11995.             'doctrine.migrations.preferred_connection' => NULL,
  11996.             'nelmio_api_doc.areas' => [
  11997.                 => 'default',
  11998.             ],
  11999.             'nelmio_cors.map' => [
  12000.                 '^/api/' => [
  12001.                 ],
  12002.             ],
  12003.             'nelmio_cors.defaults' => [
  12004.                 'allow_origin' => true,
  12005.                 'allow_credentials' => false,
  12006.                 'allow_headers' => [
  12007.                     => 'content-type',
  12008.                     => 'authorization',
  12009.                     => 'origin',
  12010.                     => 'accept',
  12011.                     => 'bearer',
  12012.                 ],
  12013.                 'expose_headers' => [
  12014.                     => 'Link',
  12015.                 ],
  12016.                 'allow_methods' => [
  12017.                     => 'GET',
  12018.                     => 'OPTIONS',
  12019.                     => 'POST',
  12020.                     => 'PUT',
  12021.                     => 'PATCH',
  12022.                     => 'DELETE',
  12023.                 ],
  12024.                 'max_age' => 3600,
  12025.                 'hosts' => [
  12026.                 ],
  12027.                 'origin_regex' => true,
  12028.                 'forced_allow_origin_value' => NULL,
  12029.             ],
  12030.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  12031.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  12032.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  12033.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12034.             'web_profiler.debug_toolbar.mode' => 2,
  12035.             'monolog.use_microseconds' => true,
  12036.             'monolog.swift_mailer.handlers' => [
  12037.             ],
  12038.             'monolog.handlers_to_channels' => [
  12039.                 'monolog.handler.console' => [
  12040.                     'type' => 'exclusive',
  12041.                     'elements' => [
  12042.                         => 'event',
  12043.                         => 'doctrine',
  12044.                         => 'console',
  12045.                     ],
  12046.                 ],
  12047.                 'monolog.handler.main' => [
  12048.                     'type' => 'exclusive',
  12049.                     'elements' => [
  12050.                         => 'event',
  12051.                     ],
  12052.                 ],
  12053.             ],
  12054.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12055.             'data_collector.templates' => [
  12056.                 'data_collector.request' => [
  12057.                     => 'request',
  12058.                     => '@WebProfiler/Collector/request.html.twig',
  12059.                 ],
  12060.                 'data_collector.time' => [
  12061.                     => 'time',
  12062.                     => '@WebProfiler/Collector/time.html.twig',
  12063.                 ],
  12064.                 'data_collector.memory' => [
  12065.                     => 'memory',
  12066.                     => '@WebProfiler/Collector/memory.html.twig',
  12067.                 ],
  12068.                 'data_collector.validator' => [
  12069.                     => 'validator',
  12070.                     => '@WebProfiler/Collector/validator.html.twig',
  12071.                 ],
  12072.                 'data_collector.ajax' => [
  12073.                     => 'ajax',
  12074.                     => '@WebProfiler/Collector/ajax.html.twig',
  12075.                 ],
  12076.                 'data_collector.form' => [
  12077.                     => 'form',
  12078.                     => '@WebProfiler/Collector/form.html.twig',
  12079.                 ],
  12080.                 'data_collector.exception' => [
  12081.                     => 'exception',
  12082.                     => '@WebProfiler/Collector/exception.html.twig',
  12083.                 ],
  12084.                 'data_collector.logger' => [
  12085.                     => 'logger',
  12086.                     => '@WebProfiler/Collector/logger.html.twig',
  12087.                 ],
  12088.                 'data_collector.events' => [
  12089.                     => 'events',
  12090.                     => '@WebProfiler/Collector/events.html.twig',
  12091.                 ],
  12092.                 'data_collector.router' => [
  12093.                     => 'router',
  12094.                     => '@WebProfiler/Collector/router.html.twig',
  12095.                 ],
  12096.                 'data_collector.cache' => [
  12097.                     => 'cache',
  12098.                     => '@WebProfiler/Collector/cache.html.twig',
  12099.                 ],
  12100.                 'data_collector.translation' => [
  12101.                     => 'translation',
  12102.                     => '@WebProfiler/Collector/translation.html.twig',
  12103.                 ],
  12104.                 'data_collector.security' => [
  12105.                     => 'security',
  12106.                     => '@Security/Collector/security.html.twig',
  12107.                 ],
  12108.                 'data_collector.twig' => [
  12109.                     => 'twig',
  12110.                     => '@WebProfiler/Collector/twig.html.twig',
  12111.                 ],
  12112.                 'data_collector.doctrine' => [
  12113.                     => 'db',
  12114.                     => '@Doctrine/Collector/db.html.twig',
  12115.                 ],
  12116.                 'data_collector.dump' => [
  12117.                     => 'dump',
  12118.                     => '@Debug/Profiler/dump.html.twig',
  12119.                 ],
  12120.                 'mailer.data_collector' => [
  12121.                     => 'mailer',
  12122.                     => '@WebProfiler/Collector/mailer.html.twig',
  12123.                 ],
  12124.                 'sonata.block.data_collector' => [
  12125.                     => 'block',
  12126.                     => '@SonataBlock/Profiler/block.html.twig',
  12127.                 ],
  12128.                 'data_collector.config' => [
  12129.                     => 'config',
  12130.                     => '@WebProfiler/Collector/config.html.twig',
  12131.                 ],
  12132.             ],
  12133.             'sonata.core.form.types' => [
  12134.                 => 'App\\Form\\Type\\DirectionChoiceType',
  12135.                 => 'App\\Form\\Type\\InvoiceFileType',
  12136.                 => 'App\\Form\\Type\\TransactionChoiceType',
  12137.                 => 'form.type.form',
  12138.                 => 'form.type.choice',
  12139.                 => 'form.type.file',
  12140.                 => 'sonata.core.form.type.array_legacy',
  12141.                 => 'sonata.core.form.type.boolean_legacy',
  12142.                 => 'sonata.core.form.type.collection_legacy',
  12143.                 => 'sonata.core.form.type.translatable_choice',
  12144.                 10 => 'sonata.core.form.type.date_range_legacy',
  12145.                 11 => 'sonata.core.form.type.datetime_range_legacy',
  12146.                 12 => 'sonata.core.form.type.date_picker_legacy',
  12147.                 13 => 'sonata.core.form.type.datetime_picker_legacy',
  12148.                 14 => 'sonata.core.form.type.date_range_picker_legacy',
  12149.                 15 => 'sonata.core.form.type.datetime_range_picker_legacy',
  12150.                 16 => 'sonata.core.form.type.equal_legacy',
  12151.                 17 => 'sonata.core.form.type.color_selector',
  12152.                 18 => 'sonata.core.form.type.color_legacy',
  12153.                 19 => 'sonata.form.type.array',
  12154.                 20 => 'sonata.form.type.boolean',
  12155.                 21 => 'sonata.form.type.collection',
  12156.                 22 => 'sonata.form.type.date_range',
  12157.                 23 => 'sonata.form.type.datetime_range',
  12158.                 24 => 'sonata.form.type.date_picker',
  12159.                 25 => 'sonata.form.type.datetime_picker',
  12160.                 26 => 'sonata.form.type.date_range_picker',
  12161.                 27 => 'sonata.form.type.datetime_range_picker',
  12162.                 28 => 'sonata.form.type.equal',
  12163.                 29 => 'sonata.block.form.type.block',
  12164.                 30 => 'sonata.block.form.type.container_template',
  12165.                 31 => 'sonata.admin.form.type.admin',
  12166.                 32 => 'sonata.admin.form.type.model_choice',
  12167.                 33 => 'sonata.admin.form.type.model_list',
  12168.                 34 => 'sonata.admin.form.type.model_reference',
  12169.                 35 => 'sonata.admin.form.type.model_hidden',
  12170.                 36 => 'sonata.admin.form.type.model_autocomplete',
  12171.                 37 => 'sonata.admin.form.type.collection',
  12172.                 38 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  12173.                 39 => 'sonata.admin.form.filter.type.number',
  12174.                 40 => 'sonata.admin.form.filter.type.choice',
  12175.                 41 => 'sonata.admin.form.filter.type.default',
  12176.                 42 => 'sonata.admin.form.filter.type.date',
  12177.                 43 => 'sonata.admin.form.filter.type.daterange',
  12178.                 44 => 'sonata.admin.form.filter.type.datetime',
  12179.                 45 => 'sonata.admin.form.filter.type.datetime_range',
  12180.                 46 => 'form.type.entity',
  12181.                 47 => 'fos_user.username_form_type',
  12182.                 48 => 'fos_user.profile.form.type',
  12183.                 49 => 'fos_user.registration.form.type',
  12184.                 50 => 'fos_user.change_password.form.type',
  12185.                 51 => 'fos_user.resetting.form.type',
  12186.                 52 => 'fos_user.group.form.type',
  12187.                 53 => 'sonata.user.form.type.security_roles',
  12188.                 54 => 'sonata.user.form.roles_matrix_type',
  12189.                 55 => 'sonata.user.form.gender_list',
  12190.                 56 => 'sonata.user.api.form.type.group',
  12191.                 57 => 'sonata.user.api.form.type.user',
  12192.             ],
  12193.             'sonata.core.form.type_extensions' => [
  12194.                 => 'form.type_extension.form.transformation_failure_handling',
  12195.                 => 'form.type_extension.form.http_foundation',
  12196.                 => 'form.type_extension.form.validator',
  12197.                 => 'form.type_extension.repeated.validator',
  12198.                 => 'form.type_extension.submit.validator',
  12199.                 => 'form.type_extension.upload.validator',
  12200.                 => 'form.type_extension.csrf',
  12201.                 => 'form.type_extension.form.data_collector',
  12202.                 => 'sonata.admin.form.extension.field',
  12203.                 => 'sonata.admin.form.extension.field.mopa',
  12204.                 10 => 'sonata.admin.form.extension.choice',
  12205.                 11 => 'nelmio_api_doc.form.documentation_extension',
  12206.             ],
  12207.             'console.command.ids' => [
  12208.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  12209.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  12210.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  12211.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  12212.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  12213.             ],
  12214.         ];
  12215.     }
  12216.     protected function throw($message)
  12217.     {
  12218.         throw new RuntimeException($message);
  12219.     }
  12220. }