var/cache/dev/ContainerDhxQlWV/srcApp_KernelDevDebugContainer.php line 1014

Open in your IDE?
  1. <?php
  2. namespace ContainerDhxQlWV;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  41.             'doctrine_cache.providers.suzuki_file_system_cache' => 'getDoctrineCache_Providers_SuzukiFileSystemCacheService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'jms_serializer' => 'getJmsSerializerService',
  45.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  46.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  47.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  48.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  49.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  50.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  51.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  52.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  53.             'markdown.parser' => 'getMarkdown_ParserService',
  54.             'profiler' => 'getProfilerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  58.             'security.token_storage' => 'getSecurity_TokenStorageService',
  59.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  60.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  61.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  62.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  63.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  64.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  65.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  66.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  67.             'sonata.formatter.twig.control_flow' => 'getSonata_Formatter_Twig_ControlFlowService',
  68.             'sonata.formatter.twig.gist' => 'getSonata_Formatter_Twig_GistService',
  69.             'sonata.intl.locale_detector.request_stack' => 'getSonata_Intl_LocaleDetector_RequestStackService',
  70.             'sonata.intl.templating.helper.datetime' => 'getSonata_Intl_Templating_Helper_DatetimeService',
  71.             'sonata.intl.templating.helper.locale' => 'getSonata_Intl_Templating_Helper_LocaleService',
  72.             'sonata.intl.templating.helper.number' => 'getSonata_Intl_Templating_Helper_NumberService',
  73.             'sonata.intl.timezone_detector.chain' => 'getSonata_Intl_TimezoneDetector_ChainService',
  74.             'sonata.intl.timezone_detector.locale' => 'getSonata_Intl_TimezoneDetector_LocaleService',
  75.             'sonata.intl.timezone_detector.user' => 'getSonata_Intl_TimezoneDetector_UserService',
  76.             'sonata.media.manager.media' => 'getSonata_Media_Manager_MediaService',
  77.             'sonata.media.metadata.proxy' => 'getSonata_Media_Metadata_ProxyService',
  78.             'sonata.media.pool' => 'getSonata_Media_PoolService',
  79.             'sonata.media.provider.dailymotion' => 'getSonata_Media_Provider_DailymotionService',
  80.             'sonata.media.provider.file' => 'getSonata_Media_Provider_FileService',
  81.             'sonata.media.provider.image' => 'getSonata_Media_Provider_ImageService',
  82.             'sonata.media.provider.vimeo' => 'getSonata_Media_Provider_VimeoService',
  83.             'sonata.media.provider.youtube' => 'getSonata_Media_Provider_YoutubeService',
  84.             'translator' => 'getTranslatorService',
  85.             'twig' => 'getTwigService',
  86.             'validator' => 'getValidatorService',
  87.         ];
  88.         $this->fileMap = [
  89.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  90.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  91.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  92.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  93.             'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
  94.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  95.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  96.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  97.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService.php',
  98.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService.php',
  99.             'Sonata\\MediaBundle\\Command\\AddMassMediaCommand' => 'getAddMassMediaCommandService.php',
  100.             'Sonata\\MediaBundle\\Command\\AddMediaCommand' => 'getAddMediaCommandService.php',
  101.             'Sonata\\MediaBundle\\Command\\CleanMediaCommand' => 'getCleanMediaCommandService.php',
  102.             'Sonata\\MediaBundle\\Command\\FixMediaContextCommand' => 'getFixMediaContextCommandService.php',
  103.             'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand' => 'getMigrateToJsonTypeCommandService.php',
  104.             'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand' => 'getRefreshMetadataCommandService.php',
  105.             'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand' => 'getRemoveThumbsCommandService.php',
  106.             'Sonata\\MediaBundle\\Command\\SyncThumbsCommand' => 'getSyncThumbsCommandService.php',
  107.             'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand' => 'getUpdateCdnStatusCommandService.php',
  108.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService.php',
  109.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService.php',
  110.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService.php',
  111.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService.php',
  112.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService.php',
  113.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService.php',
  114.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService.php',
  115.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService.php',
  116.             'Suzuki\\ChartBundle\\Controller\\ChartDealerController' => 'getChartDealerControllerService.php',
  117.             'Suzuki\\ChartBundle\\Controller\\ChartDealerRegionController' => 'getChartDealerRegionControllerService.php',
  118.             'Suzuki\\ChartBundle\\Controller\\ChartFuelController' => 'getChartFuelControllerService.php',
  119.             'Suzuki\\ChartBundle\\Controller\\ChartModelController' => 'getChartModelControllerService.php',
  120.             'Suzuki\\ChartBundle\\Controller\\ChartMotorizationConfigureController' => 'getChartMotorizationConfigureControllerService.php',
  121.             'Suzuki\\ChartBundle\\Controller\\ChartOfferCommercialController' => 'getChartOfferCommercialControllerService.php',
  122.             'Suzuki\\ChartBundle\\Controller\\ChartPurchaseOrderController' => 'getChartPurchaseOrderControllerService.php',
  123.             'Suzuki\\ChartBundle\\Controller\\ChartRegionController' => 'getChartRegionControllerService.php',
  124.             'Suzuki\\CoreBundle\\Controller\\CoreRestController' => 'getCoreRestControllerService.php',
  125.             'Suzuki\\CoreBundle\\Controller\\RefreshController' => 'getRefreshControllerService.php',
  126.             'Suzuki\\OrderBundle\\Controller\\PdfOfferCommercialController' => 'getPdfOfferCommercialControllerService.php',
  127.             'Suzuki\\OrderBundle\\Controller\\PdfPurchaseOrderController' => 'getPdfPurchaseOrderControllerService.php',
  128.             'Suzuki\\RestBundle\\Controller\\AccountController' => 'getAccountControllerService.php',
  129.             'Suzuki\\RestBundle\\Controller\\CalculateSimulationController' => 'getCalculateSimulationControllerService.php',
  130.             'Suzuki\\RestBundle\\Controller\\ConfigurationController' => 'getConfigurationControllerService.php',
  131.             'Suzuki\\RestBundle\\Controller\\EquipmentSeriesController' => 'getEquipmentSeriesControllerService.php',
  132.             'Suzuki\\RestBundle\\Controller\\GuaranteeController' => 'getGuaranteeControllerService.php',
  133.             'Suzuki\\RestBundle\\Controller\\LoadConfigurationController' => 'getLoadConfigurationControllerService.php',
  134.             'Suzuki\\RestBundle\\Controller\\ModelController' => 'getModelControllerService.php',
  135.             'Suzuki\\RestBundle\\Controller\\MotorizationController' => 'getMotorizationControllerService.php',
  136.             'Suzuki\\RestBundle\\Controller\\SettingController' => 'getSettingControllerService.php',
  137.             'Suzuki\\RestBundle\\Controller\\VehicleController' => 'getVehicleControllerService.php',
  138.             'Suzuki\\RestBundle\\Controller\\VersionController' => 'getVersionControllerService.php',
  139.             'Suzuki\\RestBundle\\Controller\\VisualizeController' => 'getVisualizeControllerService.php',
  140.             'Suzuki\\SettingBundle\\Controller\\SettingController' => 'getSettingController2Service.php',
  141.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  142.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  143.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  144.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  145.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  146.             'cache_clearer' => 'getCacheClearerService.php',
  147.             'cache_warmer' => 'getCacheWarmerService.php',
  148.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  149.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  150.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  151.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  152.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  153.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  154.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  155.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  156.             'error_controller' => 'getErrorControllerService.php',
  157.             'filesystem' => 'getFilesystemService.php',
  158.             'form.factory' => 'getForm_FactoryService.php',
  159.             'form.type.file' => 'getForm_Type_FileService.php',
  160.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  161.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  162.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  163.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  164.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  165.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
  166.             'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
  167.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  168.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  169.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  170.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  171.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  172.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  173.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  174.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  175.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  176.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
  177.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  178.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  179.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  180.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  181.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  182.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  183.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  184.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  185.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  186.             'monolog.logger.dealership_channel' => 'getMonolog_Logger_DealershipChannelService.php',
  187.             'monolog.logger.suzuki_api_relance' => 'getMonolog_Logger_SuzukiApiRelanceService.php',
  188.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
  189.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  190.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  191.             'routing.loader' => 'getRouting_LoaderService.php',
  192.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  193.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  194.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  195.             'serializer' => 'getSerializerService.php',
  196.             'services_resetter' => 'getServicesResetterService.php',
  197.             'session' => 'getSessionService.php',
  198.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  199.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  200.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  201.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  202.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  203.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  204.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  205.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  206.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  207.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  208.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  209.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  210.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  211.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  212.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  213.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  214.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  215.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  216.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  217.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  218.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  219.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  220.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  221.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  222.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  223.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  224.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  225.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  226.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  227.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  228.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  229.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  230.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  231.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  232.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  233.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  234.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  235.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  236.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  237.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  238.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  239.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  240.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  241.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  242.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  243.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  244.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  245.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  246.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  247.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  248.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  249.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  250.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  251.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  252.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  253.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  254.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  255.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  256.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  257.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  258.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  259.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  260.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  261.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  262.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  263.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  264.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  265.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  266.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  267.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  268.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  269.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  270.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  271.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  272.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  273.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  274.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  275.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  276.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  277.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  278.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  279.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  280.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
  281.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  282.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  283.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  284.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  285.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  286.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  287.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  288.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  289.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  290.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  291.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  292.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  293.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  294.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  295.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  296.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  297.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  298.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  299.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  300.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  301.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  302.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  303.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  304.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  305.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  306.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  307.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService.php',
  308.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService.php',
  309.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService.php',
  310.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService.php',
  311.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService.php',
  312.             'sonata.formatter.block.formatter' => 'getSonata_Formatter_Block_FormatterService.php',
  313.             'sonata.media.admin.gallery' => 'getSonata_Media_Admin_GalleryService.php',
  314.             'sonata.media.admin.gallery.template_registry' => 'getSonata_Media_Admin_Gallery_TemplateRegistryService.php',
  315.             'sonata.media.admin.gallery_has_media' => 'getSonata_Media_Admin_GalleryHasMediaService.php',
  316.             'sonata.media.admin.gallery_has_media.template_registry' => 'getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService.php',
  317.             'sonata.media.admin.media' => 'getSonata_Media_Admin_MediaService.php',
  318.             'sonata.media.admin.media.manager' => 'getSonata_Media_Admin_Media_ManagerService.php',
  319.             'sonata.media.admin.media.template_registry' => 'getSonata_Media_Admin_Media_TemplateRegistryService.php',
  320.             'sonata.media.block.feature_media' => 'getSonata_Media_Block_FeatureMediaService.php',
  321.             'sonata.media.block.gallery' => 'getSonata_Media_Block_GalleryService.php',
  322.             'sonata.media.block.gallery_list' => 'getSonata_Media_Block_GalleryListService.php',
  323.             'sonata.media.block.media' => 'getSonata_Media_Block_MediaService.php',
  324.             'sonata.media.controller.api.gallery' => 'getSonata_Media_Controller_Api_GalleryService.php',
  325.             'sonata.media.controller.api.media' => 'getSonata_Media_Controller_Api_MediaService.php',
  326.             'sonata.media.formatter.twig' => 'getSonata_Media_Formatter_TwigService.php',
  327.             'sonata.media.manager.gallery' => 'getSonata_Media_Manager_GalleryService.php',
  328.             'sonata.media.metadata.amazon' => 'getSonata_Media_Metadata_AmazonService.php',
  329.             'sonata.media.metadata.noop' => 'getSonata_Media_Metadata_NoopService.php',
  330.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService.php',
  331.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService.php',
  332.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService.php',
  333.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService.php',
  334.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService.php',
  335.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService.php',
  336.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService.php',
  337.             'suzuki.admin.client' => 'getSuzuki_Admin_ClientService.php',
  338.             'suzuki.admin.client.template_registry' => 'getSuzuki_Admin_Client_TemplateRegistryService.php',
  339.             'suzuki.admin.client.to.raise' => 'getSuzuki_Admin_Client_To_RaiseService.php',
  340.             'suzuki.admin.client.to.raise.template_registry' => 'getSuzuki_Admin_Client_To_Raise_TemplateRegistryService.php',
  341.             'suzuki.admin.co2tag' => 'getSuzuki_Admin_Co2tagService.php',
  342.             'suzuki.admin.co2tag.template_registry' => 'getSuzuki_Admin_Co2tag_TemplateRegistryService.php',
  343.             'suzuki.admin.color' => 'getSuzuki_Admin_ColorService.php',
  344.             'suzuki.admin.color.template_registry' => 'getSuzuki_Admin_Color_TemplateRegistryService.php',
  345.             'suzuki.admin.configuration' => 'getSuzuki_Admin_ConfigurationService.php',
  346.             'suzuki.admin.configuration.template_registry' => 'getSuzuki_Admin_Configuration_TemplateRegistryService.php',
  347.             'suzuki.admin.dealer.ship' => 'getSuzuki_Admin_Dealer_ShipService.php',
  348.             'suzuki.admin.dealer.ship.template_registry' => 'getSuzuki_Admin_Dealer_Ship_TemplateRegistryService.php',
  349.             'suzuki.admin.deleted.configuration' => 'getSuzuki_Admin_Deleted_ConfigurationService.php',
  350.             'suzuki.admin.deleted.configuration.template_registry' => 'getSuzuki_Admin_Deleted_Configuration_TemplateRegistryService.php',
  351.             'suzuki.admin.doornumber' => 'getSuzuki_Admin_DoornumberService.php',
  352.             'suzuki.admin.doornumber.template_registry' => 'getSuzuki_Admin_Doornumber_TemplateRegistryService.php',
  353.             'suzuki.admin.drag.drop.model' => 'getSuzuki_Admin_Drag_Drop_ModelService.php',
  354.             'suzuki.admin.drag.drop.model.template_registry' => 'getSuzuki_Admin_Drag_Drop_Model_TemplateRegistryService.php',
  355.             'suzuki.admin.drivewheel' => 'getSuzuki_Admin_DrivewheelService.php',
  356.             'suzuki.admin.drivewheel.template_registry' => 'getSuzuki_Admin_Drivewheel_TemplateRegistryService.php',
  357.             'suzuki.admin.energy' => 'getSuzuki_Admin_EnergyService.php',
  358.             'suzuki.admin.energy.template_registry' => 'getSuzuki_Admin_Energy_TemplateRegistryService.php',
  359.             'suzuki.admin.exellence_config' => 'getSuzuki_Admin_ExellenceConfigService.php',
  360.             'suzuki.admin.exellence_config.template_registry' => 'getSuzuki_Admin_ExellenceConfig_TemplateRegistryService.php',
  361.             'suzuki.admin.export.handler' => 'getSuzuki_Admin_Export_HandlerService.php',
  362.             'suzuki.admin.finance' => 'getSuzuki_Admin_FinanceService.php',
  363.             'suzuki.admin.finance.template_registry' => 'getSuzuki_Admin_Finance_TemplateRegistryService.php',
  364.             'suzuki.admin.gearbox' => 'getSuzuki_Admin_GearboxService.php',
  365.             'suzuki.admin.gearbox.template_registry' => 'getSuzuki_Admin_Gearbox_TemplateRegistryService.php',
  366.             'suzuki.admin.guarantee' => 'getSuzuki_Admin_GuaranteeService.php',
  367.             'suzuki.admin.guarantee.template_registry' => 'getSuzuki_Admin_Guarantee_TemplateRegistryService.php',
  368.             'suzuki.admin.guaranteeitem' => 'getSuzuki_Admin_GuaranteeitemService.php',
  369.             'suzuki.admin.guaranteeitem.template_registry' => 'getSuzuki_Admin_Guaranteeitem_TemplateRegistryService.php',
  370.             'suzuki.admin.import' => 'getSuzuki_Admin_ImportService.php',
  371.             'suzuki.admin.import.handler' => 'getSuzuki_Admin_Import_HandlerService.php',
  372.             'suzuki.admin.import.template_registry' => 'getSuzuki_Admin_Import_TemplateRegistryService.php',
  373.             'suzuki.admin.load.configuration' => 'getSuzuki_Admin_Load_ConfigurationService.php',
  374.             'suzuki.admin.load.configuration.handler' => 'getSuzuki_Admin_Load_Configuration_HandlerService.php',
  375.             'suzuki.admin.load.configuration.template_registry' => 'getSuzuki_Admin_Load_Configuration_TemplateRegistryService.php',
  376.             'suzuki.admin.model' => 'getSuzuki_Admin_ModelService.php',
  377.             'suzuki.admin.model.guarantee' => 'getSuzuki_Admin_Model_GuaranteeService.php',
  378.             'suzuki.admin.model.guarantee.template_registry' => 'getSuzuki_Admin_Model_Guarantee_TemplateRegistryService.php',
  379.             'suzuki.admin.model.motorization' => 'getSuzuki_Admin_Model_MotorizationService.php',
  380.             'suzuki.admin.model.motorization.template_registry' => 'getSuzuki_Admin_Model_Motorization_TemplateRegistryService.php',
  381.             'suzuki.admin.model.template_registry' => 'getSuzuki_Admin_Model_TemplateRegistryService.php',
  382.             'suzuki.admin.modelcar' => 'getSuzuki_Admin_ModelcarService.php',
  383.             'suzuki.admin.modelcar.template_registry' => 'getSuzuki_Admin_Modelcar_TemplateRegistryService.php',
  384.             'suzuki.admin.motorization' => 'getSuzuki_Admin_MotorizationService.php',
  385.             'suzuki.admin.motorization.template_registry' => 'getSuzuki_Admin_Motorization_TemplateRegistryService.php',
  386.             'suzuki.admin.numberofreport' => 'getSuzuki_Admin_NumberofreportService.php',
  387.             'suzuki.admin.numberofreport.template_registry' => 'getSuzuki_Admin_Numberofreport_TemplateRegistryService.php',
  388.             'suzuki.admin.purchaseorders' => 'getSuzuki_Admin_PurchaseordersService.php',
  389.             'suzuki.admin.purchaseorders.template_registry' => 'getSuzuki_Admin_Purchaseorders_TemplateRegistryService.php',
  390.             'suzuki.admin.setting' => 'getSuzuki_Admin_SettingService.php',
  391.             'suzuki.admin.setting.handler' => 'getSuzuki_Admin_Setting_HandlerService.php',
  392.             'suzuki.admin.setting.template_registry' => 'getSuzuki_Admin_Setting_TemplateRegistryService.php',
  393.             'suzuki.admin.statistic' => 'getSuzuki_Admin_StatisticService.php',
  394.             'suzuki.admin.statistic.template_registry' => 'getSuzuki_Admin_Statistic_TemplateRegistryService.php',
  395.             'suzuki.admin.type' => 'getSuzuki_Admin_TypeService.php',
  396.             'suzuki.admin.type.template_registry' => 'getSuzuki_Admin_Type_TemplateRegistryService.php',
  397.             'suzuki.admin.user.export.handler' => 'getSuzuki_Admin_User_Export_HandlerService.php',
  398.             'suzuki.admin.user.import' => 'getSuzuki_Admin_User_ImportService.php',
  399.             'suzuki.admin.user.import.handler' => 'getSuzuki_Admin_User_Import_HandlerService.php',
  400.             'suzuki.admin.user.import.template_registry' => 'getSuzuki_Admin_User_Import_TemplateRegistryService.php',
  401.             'suzuki.admin.vehicle' => 'getSuzuki_Admin_VehicleService.php',
  402.             'suzuki.admin.vehicle.template_registry' => 'getSuzuki_Admin_Vehicle_TemplateRegistryService.php',
  403.             'suzuki.admin.vehiclecolor' => 'getSuzuki_Admin_VehiclecolorService.php',
  404.             'suzuki.admin.vehiclecolor.template_registry' => 'getSuzuki_Admin_Vehiclecolor_TemplateRegistryService.php',
  405.             'suzuki.admin.version' => 'getSuzuki_Admin_VersionService.php',
  406.             'suzuki.admin.version.template_registry' => 'getSuzuki_Admin_Version_TemplateRegistryService.php',
  407.             'suzuki.chart.statistic.handler' => 'getSuzuki_Chart_Statistic_HandlerService.php',
  408.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  409.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  410.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  411.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  412.             'templating' => 'getTemplatingService.php',
  413.             'templating.loader' => 'getTemplating_LoaderService.php',
  414.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  415.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  416.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  417.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  418.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  419.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  420.         ];
  421.         $this->aliases = [
  422.             'database_connection' => 'doctrine.dbal.default_connection',
  423.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  424.             'file_system_cache' => 'doctrine_cache.providers.suzuki_file_system_cache',
  425.             'mailer' => 'swiftmailer.mailer.default',
  426.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  427.             'sonata.user.group_manager' => 'fos_user.group_manager',
  428.             'sonata.user.user_manager' => 'fos_user.user_manager',
  429.         ];
  430.         $this->privates['service_container'] = function () {
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  437.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  438.             include_once \dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/Helpers/MediaHelper.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  444.             include_once \dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/Repository/AbstractRepository.php';
  445.             include_once \dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/Repository/RepositoryInterface.php';
  446.             include_once \dirname(__DIR__4).'/bundles/Suzuki/MediaBundle/Repository/MediaRepository.php';
  447.             include_once \dirname(__DIR__4).'/bundles/Suzuki/SuzukiComponent/Repository/EquipmentSeriesRepositoryInterface.php';
  448.             include_once \dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle/Repository/EquipmentSeriesRepository.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  462.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  485.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  511.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  530.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  602.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Listener/BaseMediaEventSubscriber.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Listener/ORM/MediaEventSubscriber.php';
  605.             include_once \dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/EventListener/DeletedByListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  607.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  625.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  632.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  634.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  636.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  639.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  641.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  642.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  645.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  648.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  649.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
  653.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  682.             include_once \dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle/Twig/TwigExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  695.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  697.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  706.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  709.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  711.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  712.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  714.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  715.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  716.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  717.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  718.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  719.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  722.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/Extension/TextFormatterExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/LocaleExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/NumberExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/DateTimeExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  728.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  734.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  735.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  764.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  766.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  768.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  770.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  771.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  773.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  777.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  778.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  780.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  782.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  784.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  786.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  787.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  790.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  792.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  793.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  795.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  800.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  802.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  806.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  807.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  808.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  809.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  811.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  813.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  814.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  815.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  816.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  820.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  822.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  825.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  827.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  829.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  831.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  832.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  833.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  835.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  839.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  841.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  842.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  844.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  845.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  846.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  847.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  848.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  849.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  851.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  853.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  855.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  857.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  860.             include_once \dirname(__DIR__4).'/bundles/Suzuki/MediaBundle/Provider/CustomImageProvider.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  867.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Browser.php';
  868.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/ClientInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractClient.php';
  870.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractCurl.php';
  871.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  874.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  878.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  879.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  880.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  881.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  882.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  883.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  884.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  885.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  887.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  889.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  890.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php';
  893.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
  895.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  898.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  899.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ImagineCompatibleResizerTrait.php';
  901.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  902.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  903.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/PoolInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/Pool.php';
  905.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/BaseFormatter.php';
  907.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/MarkdownFormatter.php';
  908.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TextFormatter.php';
  909.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/RawFormatter.php';
  910.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TwigFormatter.php';
  911.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ExtensionInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/BaseExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/GistExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ControlFlowExtension.php';
  915.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/Loader/LoaderSelector.php';
  916.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ArrayLoader.php';
  917.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  918.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/SecurityPolicyContainerAware.php';
  920.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Lexer.php';
  921.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Locale/LocaleDetectorInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Locale/RequestStackDetector.php';
  923.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/BaseHelper.php';
  924.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/LocaleHelper.php';
  925.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/NumberHelper.php';
  926.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/DateTimeHelper.php';
  927.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/TimezoneDetectorInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/ChainTimezoneDetector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/UserBasedTimezoneDetector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/LocaleBasedTimezoneDetector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  932.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  934.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  936.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  938.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  939.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  940.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  942.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/EventListener/BaseListener.php';
  943.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/EventListener/RateLimitAnnotationListener.php';
  944.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Service/RateLimitService.php';
  945.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Service/Storage/StorageInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Service/Storage/DoctrineCache.php';
  947.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Util/PathLimitProcessor.php';
  948.             include_once \dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/EventListener/HeaderModificationListener.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  959.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  962.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  965.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  966.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  969.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  971.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  973.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  983.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  984.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  986.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  987.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  988.         };
  989.     }
  990.     public function compile(): void
  991.     {
  992.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  993.     }
  994.     public function isCompiled(): bool
  995.     {
  996.         return true;
  997.     }
  998.     public function getRemovedIds(): array
  999.     {
  1000.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1001.     }
  1002.     protected function load($file$lazyLoad true)
  1003.     {
  1004.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'cache.app' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1010.      */
  1011.     protected function getCache_AppService()
  1012.     {
  1013.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8jObMg22UO'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1014.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1015.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1016.     }
  1017.     /**
  1018.      * Gets the public 'cache.system' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1021.      */
  1022.     protected function getCache_SystemService()
  1023.     {
  1024.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-C85HSZvzp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1025.     }
  1026.     /**
  1027.      * Gets the public 'doctrine' shared service.
  1028.      *
  1029.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1030.      */
  1031.     protected function getDoctrineService()
  1032.     {
  1033.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1034.     }
  1035.     /**
  1036.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1037.      *
  1038.      * @return \Doctrine\DBAL\Connection
  1039.      */
  1040.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1041.     {
  1042.         $a = new \Doctrine\DBAL\Configuration();
  1043.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1044.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1045.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1046.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1047.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1048.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1049.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1050.         $a->setSQLLogger($b);
  1051.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1052.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  1053.         ], [
  1054.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1055.         ]));
  1056.         $e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  1057.         $e->addAssociation('Suzuki\\AccountBundle\\Entity\\User''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'Suzuki\\AccountBundle\\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']]]]]);
  1058.         $e->addAssociation('Suzuki\\MediaBundle\\Entity\\Media''mapOneToMany', [=> ['fieldName' => 'galleryHasMedias''targetEntity' => 'Suzuki\\MediaBundle\\Entity\\GalleryHasMedia''cascade' => [=> 'persist'], 'mappedBy' => 'media''orphanRemoval' => false]]);
  1059.         $e->addAssociation('Suzuki\\MediaBundle\\Entity\\GalleryHasMedia''mapManyToOne', [=> ['fieldName' => 'gallery''targetEntity' => 'Suzuki\\MediaBundle\\Entity\\Gallery''cascade' => [=> 'persist'], 'mappedBy' => NULL'inversedBy' => 'galleryHasMedias''joinColumns' => [=> ['name' => 'gallery_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'orphanRemoval' => false], => ['fieldName' => 'media''targetEntity' => 'Suzuki\\MediaBundle\\Entity\\Media''cascade' => [=> 'persist'], 'mappedBy' => NULL'inversedBy' => 'galleryHasMedias''joinColumns' => [=> ['name' => 'media_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'orphanRemoval' => false]]);
  1060.         $e->addAssociation('Suzuki\\MediaBundle\\Entity\\Gallery''mapOneToMany', [=> ['fieldName' => 'galleryHasMedias''targetEntity' => 'Suzuki\\MediaBundle\\Entity\\GalleryHasMedia''cascade' => [=> 'persist'], 'mappedBy' => 'gallery''orphanRemoval' => true'orderBy' => ['position' => 'ASC']]]);
  1061.         $f = new \Suzuki\CoreBundle\EventListener\DeletedByListener();
  1062.         $f->setContainer($this);
  1063.         $g = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  1064.         $g->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1065.         $d->addEventSubscriber($e);
  1066.         $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())));
  1067.         $d->addEventSubscriber(new \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber($this));
  1068.         $d->addEventSubscriber($f);
  1069.         $d->addEventSubscriber($g);
  1070.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1071.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  1072.     }
  1073.     /**
  1074.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1075.      *
  1076.      * @return \Doctrine\ORM\EntityManager
  1077.      */
  1078.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1079.     {
  1080.         $a = new \Doctrine\ORM\Configuration();
  1081.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  1082.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity', (\dirname(__DIR__4).'/bundles/Suzuki/MediaBundle/Resources/config/doctrine') => 'Suzuki\\MediaBundle\\Entity', (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity', (\dirname(__DIR__4).'/bundles/Suzuki/AccountBundle/Resources/config/doctrine') => 'Suzuki\\AccountBundle\\Entity']);
  1083.         $c->setGlobalBasename('mapping');
  1084.         $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/bundles/Suzuki/OrderBundle/Entity'), => (\dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle/Entity'), => (\dirname(__DIR__4).'/bundles/Suzuki/SettingBundle/Entity')]);
  1085.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  1086.         $b->addDriver($c'Suzuki\\MediaBundle\\Entity');
  1087.         $b->addDriver($c'Sonata\\MediaBundle\\Entity');
  1088.         $b->addDriver($c'Suzuki\\AccountBundle\\Entity');
  1089.         $b->addDriver($d'Suzuki\\OrderBundle\\Entity');
  1090.         $b->addDriver($d'Suzuki\\SuzukiBundle\\Entity');
  1091.         $b->addDriver($d'Suzuki\\SettingBundle\\Entity');
  1092.         $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');
  1093.         $a->setEntityNamespaces(['SonataUserBundle' => 'Sonata\\UserBundle\\Entity''MediaBundle' => 'Suzuki\\MediaBundle\\Entity''SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity''AccountBundle' => 'Suzuki\\AccountBundle\\Entity''OrderBundle' => 'Suzuki\\OrderBundle\\Entity''SuzukiBundle' => 'Suzuki\\SuzukiBundle\\Entity''SettingBundle' => 'Suzuki\\SettingBundle\\Entity']);
  1094.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1095.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1096.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1097.         $a->setMetadataDriverImpl($b);
  1098.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1099.         $a->setProxyNamespace('Proxies');
  1100.         $a->setAutoGenerateProxyClasses(true);
  1101.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1102.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1103.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1104.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1105.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1106.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1107.             'Suzuki\\AccountBundle\\Repository\\DealerShipRepository' => ['privates''Suzuki\\AccountBundle\\Repository\\DealerShipRepository''getDealerShipRepositoryService.php'true],
  1108.             'Suzuki\\AccountBundle\\Repository\\UserRepository' => ['privates''Suzuki\\AccountBundle\\Repository\\UserRepository''getUserRepositoryService.php'true],
  1109.             'Suzuki\\MediaBundle\\Repository\\MediaRepository' => ['privates''Suzuki\\MediaBundle\\Repository\\MediaRepository''getMediaRepositoryService'false],
  1110.             'Suzuki\\OrderBundle\\Repository\\ConfigurationRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\ConfigurationRepository''getConfigurationRepositoryService.php'true],
  1111.             'Suzuki\\OrderBundle\\Repository\\OfferCommercialItemDiscountRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OfferCommercialItemDiscountRepository''getOfferCommercialItemDiscountRepositoryService.php'true],
  1112.             'Suzuki\\OrderBundle\\Repository\\OfferCommercialItemRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OfferCommercialItemRepository''getOfferCommercialItemRepositoryService.php'true],
  1113.             'Suzuki\\OrderBundle\\Repository\\OfferCommercialRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OfferCommercialRepository''getOfferCommercialRepositoryService.php'true],
  1114.             'Suzuki\\OrderBundle\\Repository\\OrderEquipmentSeriesRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OrderEquipmentSeriesRepository''getOrderEquipmentSeriesRepositoryService.php'true],
  1115.             'Suzuki\\OrderBundle\\Repository\\OrderGuaranteeRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OrderGuaranteeRepository''getOrderGuaranteeRepositoryService.php'true],
  1116.             'Suzuki\\OrderBundle\\Repository\\OrderModelRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OrderModelRepository''getOrderModelRepositoryService.php'true],
  1117.             'Suzuki\\OrderBundle\\Repository\\OrderMotorizationRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OrderMotorizationRepository''getOrderMotorizationRepositoryService.php'true],
  1118.             'Suzuki\\OrderBundle\\Repository\\OrderVehicleColorRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OrderVehicleColorRepository''getOrderVehicleColorRepositoryService.php'true],
  1119.             'Suzuki\\OrderBundle\\Repository\\OrderVehicleRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\OrderVehicleRepository''getOrderVehicleRepositoryService.php'true],
  1120.             'Suzuki\\OrderBundle\\Repository\\PurchaseOrdersRepository' => ['privates''Suzuki\\OrderBundle\\Repository\\PurchaseOrdersRepository''getPurchaseOrdersRepositoryService.php'true],
  1121.             'Suzuki\\SettingBundle\\Repository\\ColorRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\ColorRepository''getColorRepositoryService.php'true],
  1122.             'Suzuki\\SettingBundle\\Repository\\DoorNumberRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\DoorNumberRepository''getDoorNumberRepositoryService.php'true],
  1123.             'Suzuki\\SettingBundle\\Repository\\DriveWheelRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\DriveWheelRepository''getDriveWheelRepositoryService.php'true],
  1124.             'Suzuki\\SettingBundle\\Repository\\EnergyRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\EnergyRepository''getEnergyRepositoryService.php'true],
  1125.             'Suzuki\\SettingBundle\\Repository\\GearboxRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\GearboxRepository''getGearboxRepositoryService.php'true],
  1126.             'Suzuki\\SettingBundle\\Repository\\ModelTypeRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\ModelTypeRepository''getModelTypeRepositoryService.php'true],
  1127.             'Suzuki\\SettingBundle\\Repository\\SettingRepository' => ['privates''Suzuki\\SettingBundle\\Repository\\SettingRepository''getSettingRepositoryService.php'true],
  1128.             'Suzuki\\SuzukiBundle\\Repository\\EquipmentSeriesRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\EquipmentSeriesRepository''getEquipmentSeriesRepositoryService'false],
  1129.             'Suzuki\\SuzukiBundle\\Repository\\ExellencePackConfigRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\ExellencePackConfigRepository''getExellencePackConfigRepositoryService.php'true],
  1130.             'Suzuki\\SuzukiBundle\\Repository\\GuaranteeItemRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\GuaranteeItemRepository''getGuaranteeItemRepositoryService.php'true],
  1131.             'Suzuki\\SuzukiBundle\\Repository\\GuaranteeRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\GuaranteeRepository''getGuaranteeRepositoryService.php'true],
  1132.             'Suzuki\\SuzukiBundle\\Repository\\ModelCarRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\ModelCarRepository''getModelCarRepositoryService.php'true],
  1133.             'Suzuki\\SuzukiBundle\\Repository\\ModelGuaranteeRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\ModelGuaranteeRepository''getModelGuaranteeRepositoryService.php'true],
  1134.             'Suzuki\\SuzukiBundle\\Repository\\ModelMotorizationRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\ModelMotorizationRepository''getModelMotorizationRepositoryService.php'true],
  1135.             'Suzuki\\SuzukiBundle\\Repository\\ModelRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\ModelRepository''getModelRepositoryService.php'true],
  1136.             'Suzuki\\SuzukiBundle\\Repository\\MotorizationRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\MotorizationRepository''getMotorizationRepositoryService.php'true],
  1137.             'Suzuki\\SuzukiBundle\\Repository\\VehicleColorRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\VehicleColorRepository''getVehicleColorRepositoryService.php'true],
  1138.             'Suzuki\\SuzukiBundle\\Repository\\VehicleDescriptionRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\VehicleDescriptionRepository''getVehicleDescriptionRepositoryService.php'true],
  1139.             'Suzuki\\SuzukiBundle\\Repository\\VehicleModelRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\VehicleModelRepository''getVehicleModelRepositoryService.php'true],
  1140.             'Suzuki\\SuzukiBundle\\Repository\\VehicleRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\VehicleRepository''getVehicleRepositoryService.php'true],
  1141.             'Suzuki\\SuzukiBundle\\Repository\\VersionRepository' => ['privates''Suzuki\\SuzukiBundle\\Repository\\VersionRepository''getVersionRepositoryService.php'true],
  1142.         ], [
  1143.             'Suzuki\\AccountBundle\\Repository\\DealerShipRepository' => '?',
  1144.             'Suzuki\\AccountBundle\\Repository\\UserRepository' => '?',
  1145.             'Suzuki\\MediaBundle\\Repository\\MediaRepository' => '?',
  1146.             'Suzuki\\OrderBundle\\Repository\\ConfigurationRepository' => '?',
  1147.             'Suzuki\\OrderBundle\\Repository\\OfferCommercialItemDiscountRepository' => '?',
  1148.             'Suzuki\\OrderBundle\\Repository\\OfferCommercialItemRepository' => '?',
  1149.             'Suzuki\\OrderBundle\\Repository\\OfferCommercialRepository' => '?',
  1150.             'Suzuki\\OrderBundle\\Repository\\OrderEquipmentSeriesRepository' => '?',
  1151.             'Suzuki\\OrderBundle\\Repository\\OrderGuaranteeRepository' => '?',
  1152.             'Suzuki\\OrderBundle\\Repository\\OrderModelRepository' => '?',
  1153.             'Suzuki\\OrderBundle\\Repository\\OrderMotorizationRepository' => '?',
  1154.             'Suzuki\\OrderBundle\\Repository\\OrderVehicleColorRepository' => '?',
  1155.             'Suzuki\\OrderBundle\\Repository\\OrderVehicleRepository' => '?',
  1156.             'Suzuki\\OrderBundle\\Repository\\PurchaseOrdersRepository' => '?',
  1157.             'Suzuki\\SettingBundle\\Repository\\ColorRepository' => '?',
  1158.             'Suzuki\\SettingBundle\\Repository\\DoorNumberRepository' => '?',
  1159.             'Suzuki\\SettingBundle\\Repository\\DriveWheelRepository' => '?',
  1160.             'Suzuki\\SettingBundle\\Repository\\EnergyRepository' => '?',
  1161.             'Suzuki\\SettingBundle\\Repository\\GearboxRepository' => '?',
  1162.             'Suzuki\\SettingBundle\\Repository\\ModelTypeRepository' => '?',
  1163.             'Suzuki\\SettingBundle\\Repository\\SettingRepository' => '?',
  1164.             'Suzuki\\SuzukiBundle\\Repository\\EquipmentSeriesRepository' => '?',
  1165.             'Suzuki\\SuzukiBundle\\Repository\\ExellencePackConfigRepository' => '?',
  1166.             'Suzuki\\SuzukiBundle\\Repository\\GuaranteeItemRepository' => '?',
  1167.             'Suzuki\\SuzukiBundle\\Repository\\GuaranteeRepository' => '?',
  1168.             'Suzuki\\SuzukiBundle\\Repository\\ModelCarRepository' => '?',
  1169.             'Suzuki\\SuzukiBundle\\Repository\\ModelGuaranteeRepository' => '?',
  1170.             'Suzuki\\SuzukiBundle\\Repository\\ModelMotorizationRepository' => '?',
  1171.             'Suzuki\\SuzukiBundle\\Repository\\ModelRepository' => '?',
  1172.             'Suzuki\\SuzukiBundle\\Repository\\MotorizationRepository' => '?',
  1173.             'Suzuki\\SuzukiBundle\\Repository\\VehicleColorRepository' => '?',
  1174.             'Suzuki\\SuzukiBundle\\Repository\\VehicleDescriptionRepository' => '?',
  1175.             'Suzuki\\SuzukiBundle\\Repository\\VehicleModelRepository' => '?',
  1176.             'Suzuki\\SuzukiBundle\\Repository\\VehicleRepository' => '?',
  1177.             'Suzuki\\SuzukiBundle\\Repository\\VersionRepository' => '?',
  1178.         ])));
  1179.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1180.         $a->addCustomDatetimeFunction('MONTH_NAME''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1181.         $a->addCustomDatetimeFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  1182.         $a->addCustomDatetimeFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  1183.         $a->addCustomDatetimeFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  1184.         $a->addCustomDatetimeFunction('DATE_DIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1185.         $a->addCustomDatetimeFunction('SUBSTRING_INDEX''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1186.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1187.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1188.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1189.         return $instance;
  1190.     }
  1191.     /**
  1192.      * Gets the public 'doctrine_cache.providers.suzuki_file_system_cache' shared service.
  1193.      *
  1194.      * @return \Doctrine\Common\Cache\FilesystemCache
  1195.      */
  1196.     protected function getDoctrineCache_Providers_SuzukiFileSystemCacheService()
  1197.     {
  1198.         $this->services['doctrine_cache.providers.suzuki_file_system_cache'] = $instance = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDir.''.'/doctrine/cache/file_system'), NULL2);
  1199.         $instance->setNamespace('suzuki_file_system_cache_ns');
  1200.         return $instance;
  1201.     }
  1202.     /**
  1203.      * Gets the public 'event_dispatcher' shared service.
  1204.      *
  1205.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1206.      */
  1207.     protected function getEventDispatcherService()
  1208.     {
  1209.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1210.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1211.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1212.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1213.         $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())));
  1214.         $instance->addListener('kernel.controller', [=> function () {
  1215.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1216.         }, => 'onKernelController'], 0);
  1217.         $instance->addListener('kernel.request', [=> function () {
  1218.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1219.         }, => 'onKernelRequest'], 10);
  1220.         $instance->addListener('kernel.request', [=> function () {
  1221.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1222.         }, => 'onKernelRequest'], 34);
  1223.         $instance->addListener('kernel.controller', [=> function () {
  1224.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1225.         }, => 'onKernelController'], 5);
  1226.         $instance->addListener('kernel.response', [=> function () {
  1227.             return ($this->privates['fos_rest.allowed_methods_listener'] ?? $this->getFosRest_AllowedMethodsListenerService());
  1228.         }, => 'onKernelResponse'], 0);
  1229.         $instance->addListener('kernel.request', [=> function () {
  1230.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1231.         }, => 'onKernelRequest'], 248);
  1232.         $instance->addListener('kernel.response', [=> function () {
  1233.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1234.         }, => 'onKernelResponse'], 0);
  1235.         $instance->addListener('saved.configuration', [=> function () {
  1236.             return ($this->privates['suzuki.listener.saved_configuration'] ?? $this->load('getSuzuki_Listener_SavedConfigurationService.php'));
  1237.         }, => 'onSavedConfiguration'], 0);
  1238.         $instance->addListener('kernel.exception', [=> function () {
  1239.             return ($this->privates['suzuki.listener.api_exception'] ?? ($this->privates['suzuki.listener.api_exception'] = new \Suzuki\CoreBundle\APIExceptions\APIExceptionListener()));
  1240.         }, => 'onKernelException'], 0);
  1241.         $instance->addListener('sonata.admin.event.configure.menu.sidebar', [=> function () {
  1242.             return ($this->privates['suzuki.custom.menu.listener'] ?? $this->load('getSuzuki_Custom_Menu_ListenerService.php'));
  1243.         }, => 'customMenu'], 0);
  1244.         $instance->addListener('ratelimit.generate.key', [=> function () {
  1245.             return ($this->privates['suzuki.rate.limit.listener'] ?? ($this->privates['suzuki.rate.limit.listener'] = new \Suzuki\CoreBundle\EventListener\RateLimitListener()));
  1246.         }, => 'onGenerateKey'], 0);
  1247.         $instance->addListener('kernel.request', [=> function () {
  1248.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1249.         }, => 'onKernelRequest'], 250);
  1250.         $instance->addListener('kernel.controller', [=> function () {
  1251.             return ($this->privates['noxlogic_rate_limit.rate_limit_annotation_listener'] ?? $this->getNoxlogicRateLimit_RateLimitAnnotationListenerService());
  1252.         }, => 'onKernelController'], -10);
  1253.         $instance->addListener('kernel.response', [=> function () {
  1254.             return ($this->privates['noxlogic_rate_limit.header_modification_listener'] ?? $this->getNoxlogicRateLimit_HeaderModificationListenerService());
  1255.         }, => 'onKernelResponse'], 0);
  1256.         $instance->addListener('ratelimit.generate.key', [=> function () {
  1257.             return ($this->privates['noxlogic_rate_limit.oauth_key_generate_listener'] ?? $this->load('getNoxlogicRateLimit_OauthKeyGenerateListenerService.php'));
  1258.         }, => 'onGenerateKey'], 0);
  1259.         $instance->addListener('kernel.response', [=> function () {
  1260.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1261.         }, => 'onKernelResponse'], 0);
  1262.         $instance->addListener('kernel.response', [=> function () {
  1263.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1264.         }, => 'onKernelResponse'], -1024);
  1265.         $instance->addListener('kernel.request', [=> function () {
  1266.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1267.         }, => 'setDefaultLocale'], 100);
  1268.         $instance->addListener('kernel.request', [=> function () {
  1269.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1270.         }, => 'onKernelRequest'], 16);
  1271.         $instance->addListener('kernel.finish_request', [=> function () {
  1272.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1273.         }, => 'onKernelFinishRequest'], 0);
  1274.         $instance->addListener('kernel.request', [=> function () {
  1275.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1276.         }, => 'onKernelRequest'], 256);
  1277.         $instance->addListener('kernel.request', [=> function () {
  1278.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1279.         }, => 'resolveControllerName'], 24);
  1280.         $instance->addListener('kernel.response', [=> function () {
  1281.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1282.         }, => 'onResponse'], -255);
  1283.         $instance->addListener('kernel.request', [=> function () {
  1284.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1285.         }, => 'onKernelRequest'], 15);
  1286.         $instance->addListener('kernel.finish_request', [=> function () {
  1287.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1288.         }, => 'onKernelFinishRequest'], -15);
  1289.         $instance->addListener('console.error', [=> function () {
  1290.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1291.         }, => 'onConsoleError'], -128);
  1292.         $instance->addListener('console.terminate', [=> function () {
  1293.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1294.         }, => 'onConsoleTerminate'], -128);
  1295.         $instance->addListener('console.error', [=> function () {
  1296.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1297.         }, => 'onConsoleError'], 0);
  1298.         $instance->addListener('kernel.request', [=> function () {
  1299.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1300.         }, => 'onKernelRequest'], 128);
  1301.         $instance->addListener('kernel.response', [=> function () {
  1302.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1303.         }, => 'onKernelResponse'], -1000);
  1304.         $instance->addListener('kernel.finish_request', [=> function () {
  1305.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1306.         }, => 'onFinishRequest'], 0);
  1307.         $instance->addListener('kernel.response', [=> function () {
  1308.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1309.         }, => 'onKernelResponse'], -100);
  1310.         $instance->addListener('kernel.exception', [=> function () {
  1311.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1312.         }, => 'onKernelException'], 0);
  1313.         $instance->addListener('kernel.terminate', [=> function () {
  1314.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1315.         }, => 'onKernelTerminate'], -1024);
  1316.         $instance->addListener('kernel.controller', [=> function () {
  1317.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1318.         }, => 'onKernelController'], 0);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1321.         }, => 'onKernelResponse'], 0);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1324.         }, => 'configure'], 2048);
  1325.         $instance->addListener('console.command', [=> function () {
  1326.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1327.         }, => 'configure'], 2048);
  1328.         $instance->addListener('kernel.request', [=> function () {
  1329.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1330.         }, => 'onKernelRequest'], 32);
  1331.         $instance->addListener('kernel.finish_request', [=> function () {
  1332.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1333.         }, => 'onKernelFinishRequest'], 0);
  1334.         $instance->addListener('kernel.exception', [=> function () {
  1335.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1336.         }, => 'onKernelException'], -64);
  1337.         $instance->addListener('console.error', [=> function () {
  1338.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1339.         }, => 'onConsoleError'], 0);
  1340.         $instance->addListener('console.terminate', [=> function () {
  1341.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1342.         }, => 'onConsoleTerminate'], 0);
  1343.         $instance->addListener('kernel.exception', [=> function () {
  1344.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  1345.         }, => 'onKernelException'], -100);
  1346.         $instance->addListener('kernel.view', [=> function () {
  1347.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  1348.         }, => 'onKernelView'], 30);
  1349.         $instance->addListener('kernel.exception', [=> function () {
  1350.             return ($this->privates['fos_rest.access_denied_listener'] ?? $this->load('getFosRest_AccessDeniedListenerService.php'));
  1351.         }, => 'onKernelException'], 5);
  1352.         $instance->addListener('kernel.exception', [=> function () {
  1353.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1354.         }, => 'logKernelException'], 0);
  1355.         $instance->addListener('kernel.exception', [=> function () {
  1356.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1357.         }, => 'onKernelException'], -128);
  1358.         $instance->addListener('kernel.response', [=> function () {
  1359.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1360.         }, => 'onKernelResponse'], 0);
  1361.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1362.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1363.         }, => 'onVoterVote'], 0);
  1364.         $instance->addListener('kernel.request', [=> function () {
  1365.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1366.         }, => 'configureLogoutUrlGenerator'], 8);
  1367.         $instance->addListener('kernel.request', [=> function () {
  1368.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1369.         }, => 'onKernelRequest'], 8);
  1370.         $instance->addListener('kernel.finish_request', [=> function () {
  1371.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1372.         }, => 'onKernelFinishRequest'], 0);
  1373.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1374.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1375.         }, => 'onImplicitLogin'], 0);
  1376.         $instance->addListener('security.interactive_login', [=> function () {
  1377.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1378.         }, => 'onSecurityInteractiveLogin'], 0);
  1379.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1380.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1381.         }, => 'authenticate'], 0);
  1382.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1383.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1384.         }, => 'authenticate'], 0);
  1385.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1386.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1387.         }, => 'authenticate'], 0);
  1388.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1389.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1390.         }, => 'addSuccessFlash'], 0);
  1391.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1392.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1393.         }, => 'addSuccessFlash'], 0);
  1394.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1395.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1396.         }, => 'addSuccessFlash'], 0);
  1397.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1398.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1399.         }, => 'addSuccessFlash'], 0);
  1400.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1401.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1402.         }, => 'addSuccessFlash'], 0);
  1403.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1404.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1405.         }, => 'addSuccessFlash'], 0);
  1406.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1407.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1408.         }, => 'addSuccessFlash'], 0);
  1409.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1410.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1411.         }, => 'onResettingResetInitialize'], 0);
  1412.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1413.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1414.         }, => 'onResettingResetSuccess'], 0);
  1415.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1416.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1417.         }, => 'onResettingResetRequest'], 0);
  1418.         $instance->addListener('kernel.exception', [=> function () {
  1419.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1420.         }, => 'onException'], 0);
  1421.         $instance->addListener('kernel.terminate', [=> function () {
  1422.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1423.         }, => 'onTerminate'], 0);
  1424.         $instance->addListener('console.error', [=> function () {
  1425.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1426.         }, => 'onException'], 0);
  1427.         $instance->addListener('console.terminate', [=> function () {
  1428.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1429.         }, => 'onTerminate'], 0);
  1430.         $instance->addListener('kernel.response', [=> function () {
  1431.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1432.         }, => 'onKernelResponse'], -128);
  1433.         $instance->addListener('kernel.controller', [=> function () {
  1434.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1435.         }, => 'onKernelController'], 0);
  1436.         $instance->addListener('kernel.controller', [=> function () {
  1437.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1438.         }, => 'onKernelController'], 0);
  1439.         $instance->addListener('kernel.controller', [=> function () {
  1440.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1441.         }, => 'onKernelController'], -128);
  1442.         $instance->addListener('kernel.view', [=> function () {
  1443.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1444.         }, => 'onKernelView'], 0);
  1445.         $instance->addListener('kernel.controller', [=> function () {
  1446.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1447.         }, => 'onKernelController'], 0);
  1448.         $instance->addListener('kernel.response', [=> function () {
  1449.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1450.         }, => 'onKernelResponse'], 0);
  1451.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1452.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1453.         }, => 'onKernelControllerArguments'], 0);
  1454.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1455.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1456.         }, => 'onKernelControllerArguments'], 0);
  1457.         return $instance;
  1458.     }
  1459.     /**
  1460.      * Gets the public 'http_kernel' shared service.
  1461.      *
  1462.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1463.      */
  1464.     protected function getHttpKernelService()
  1465.     {
  1466.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1467.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1468.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1469.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1470.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1471.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1472.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1473.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1474.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1475.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1476.         }, 8)), $a));
  1477.     }
  1478.     /**
  1479.      * Gets the public 'jms_serializer' shared service.
  1480.      *
  1481.      * @return \JMS\Serializer\Serializer
  1482.      */
  1483.     protected function getJmsSerializerService()
  1484.     {
  1485.         $a = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1486.             'jms_serializer.doctrine_proxy_subscriber' => ['services''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService.php'true],
  1487.             'jms_serializer.stopwatch_subscriber' => ['services''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService.php'true],
  1488.         ], [
  1489.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1490.             'jms_serializer.stopwatch_subscriber' => '?',
  1491.         ]));
  1492.         $a->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL]], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL]]]);
  1493.         $this->services['jms_serializer'] = $instance = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php')), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService()), 'yml' => ($this->services['jms_serializer.yaml_serialization_visitor'] ?? $this->getJmsSerializer_YamlSerializationVisitorService())]), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_deserialization_visitor'] ?? $this->getJmsSerializer_XmlDeserializationVisitorService())]), $aNULL, ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  1494.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  1495.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1500.      *
  1501.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1502.      */
  1503.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1504.     {
  1505.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1506.     }
  1507.     /**
  1508.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  1509.      *
  1510.      * @return \JMS\Serializer\JsonDeserializationVisitor
  1511.      */
  1512.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  1513.     {
  1514.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  1515.     }
  1516.     /**
  1517.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  1518.      *
  1519.      * @return \JMS\Serializer\JsonSerializationVisitor
  1520.      */
  1521.     protected function getJmsSerializer_JsonSerializationVisitorService()
  1522.     {
  1523.         $this->services['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\JsonSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  1524.         $instance->setOptions(1216);
  1525.         return $instance;
  1526.     }
  1527.     /**
  1528.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1529.      *
  1530.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1531.      */
  1532.     protected function getJmsSerializer_SerializationContextFactoryService()
  1533.     {
  1534.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1535.     }
  1536.     /**
  1537.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  1538.      *
  1539.      * @return \JMS\Serializer\XmlDeserializationVisitor
  1540.      */
  1541.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  1542.     {
  1543.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  1544.         $instance->setDoctypeWhitelist([]);
  1545.         return $instance;
  1546.     }
  1547.     /**
  1548.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  1549.      *
  1550.      * @return \JMS\Serializer\XmlSerializationVisitor
  1551.      */
  1552.     protected function getJmsSerializer_XmlSerializationVisitorService()
  1553.     {
  1554.         $this->services['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\XmlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  1555.         $instance->setFormatOutput(true);
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  1560.      *
  1561.      * @return \JMS\Serializer\YamlSerializationVisitor
  1562.      */
  1563.     protected function getJmsSerializer_YamlSerializationVisitorService()
  1564.     {
  1565.         return $this->services['jms_serializer.yaml_serialization_visitor'] = new \JMS\Serializer\YamlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  1566.     }
  1567.     /**
  1568.      * Gets the public 'knp_menu.matcher' shared service.
  1569.      *
  1570.      * @return \Knp\Menu\Matcher\Matcher
  1571.      */
  1572.     protected function getKnpMenu_MatcherService()
  1573.     {
  1574.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1575.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1576.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1577.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1578.         }, 3));
  1579.     }
  1580.     /**
  1581.      * Gets the public 'markdown.parser' shared service.
  1582.      *
  1583.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1584.      */
  1585.     protected function getMarkdown_ParserService()
  1586.     {
  1587.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1588.     }
  1589.     /**
  1590.      * Gets the public 'profiler' shared service.
  1591.      *
  1592.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1593.      */
  1594.     protected function getProfilerService()
  1595.     {
  1596.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1597.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1598.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1600.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1601.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1602.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1603.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1604.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1605.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1606.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1607.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1608.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1609.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1610.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1611.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1612.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1613.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1614.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1615.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1616.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1617.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1618.         if ($this->has('kernel')) {
  1619.             $f->setKernel($b);
  1620.         }
  1621.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1622.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1623.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1624.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1625.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1626.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1627.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1628.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1629.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1630.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1631.         $instance->add($d);
  1632.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1633.         $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())));
  1634.         $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())));
  1635.         $instance->add($e);
  1636.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1637.         $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']));
  1638.         $instance->add($f);
  1639.         return $instance;
  1640.     }
  1641.     /**
  1642.      * Gets the public 'request_stack' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1645.      */
  1646.     protected function getRequestStackService()
  1647.     {
  1648.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1649.     }
  1650.     /**
  1651.      * Gets the public 'router' shared service.
  1652.      *
  1653.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1654.      */
  1655.     protected function getRouterService()
  1656.     {
  1657.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1658.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1659.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1661.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1662.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1663.         ], [
  1664.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1665.         ]))->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$this->getEnv('LANGUAGE'));
  1666.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'security.authorization_checker' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1673.      */
  1674.     protected function getSecurity_AuthorizationCheckerService()
  1675.     {
  1676.         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);
  1677.     }
  1678.     /**
  1679.      * Gets the public 'security.token_storage' shared service.
  1680.      *
  1681.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1682.      */
  1683.     protected function getSecurity_TokenStorageService()
  1684.     {
  1685.         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, [
  1686.             'session' => ['services''session''getSessionService.php'true],
  1687.         ], [
  1688.             'session' => '?',
  1689.         ]));
  1690.     }
  1691.     /**
  1692.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1693.      *
  1694.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1695.      */
  1696.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1697.     {
  1698.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1699.     }
  1700.     /**
  1701.      * Gets the public 'sonata.admin.pool' shared service.
  1702.      *
  1703.      * @return \Sonata\AdminBundle\Admin\Pool
  1704.      */
  1705.     protected function getSonata_Admin_PoolService()
  1706.     {
  1707.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Suzuki''/bundles/suzuki/img/logo.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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'22 => 'bundles/suzuki/js/hammer.min.js'23 => 'bundles/suzuki/js/muuri.min.js'24 => 'bundles/suzuki/js/web-animations.min.js'25 => 'bundles/fosckeditor/ckeditor.js'26 => 'bundles/sonataformatter/vendor/markitup-markitup/markitup/jquery.markitup.js'27 => 'bundles/sonataformatter/markitup/sets/markdown/set.js'28 => 'bundles/sonataformatter/markitup/sets/html/set.js'29 => 'bundles/sonataformatter/markitup/sets/textile/set.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'15 => 'bundles/sonataformatter/markitup/skins/sonata/style.css'16 => 'bundles/sonataformatter/markitup/sets/markdown/style.css'17 => 'bundles/sonataformatter/markitup/sets/html/style.css'18 => 'bundles/sonataformatter/markitup/sets/textile/style.css'19 => 'bundles/suzuki/css/logo.css'], 'role_admin' => 'ROLE_USER''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1708.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1709.         $instance->setAdminServiceIds([=> 'sonata.user.admin.user'=> 'sonata.user.admin.group'=> 'sonata.media.admin.media'=> 'sonata.media.admin.gallery'=> 'sonata.media.admin.gallery_has_media'=> 'suzuki.admin.dealer.ship'=> 'suzuki.admin.configuration'=> 'suzuki.admin.purchaseorders'=> 'suzuki.admin.load.configuration'=> 'suzuki.admin.client.to.raise'10 => 'suzuki.admin.client'11 => 'suzuki.admin.deleted.configuration'12 => 'suzuki.admin.guarantee'13 => 'suzuki.admin.guaranteeitem'14 => 'suzuki.admin.exellence_config'15 => 'suzuki.admin.model'16 => 'suzuki.admin.motorization'17 => 'suzuki.admin.version'18 => 'suzuki.admin.modelcar'19 => 'suzuki.admin.color'20 => 'suzuki.admin.co2tag'21 => 'suzuki.admin.drag.drop.model'22 => 'suzuki.admin.vehicle'23 => 'suzuki.admin.model.motorization'24 => 'suzuki.admin.vehiclecolor'25 => 'suzuki.admin.model.guarantee'26 => 'suzuki.admin.energy'27 => 'suzuki.admin.type'28 => 'suzuki.admin.doornumber'29 => 'suzuki.admin.drivewheel'30 => 'suzuki.admin.gearbox'31 => 'suzuki.admin.numberofreport'32 => 'suzuki.admin.setting'33 => 'suzuki.admin.finance'34 => 'suzuki.admin.import'35 => 'suzuki.admin.user.import'36 => 'suzuki.admin.statistic']);
  1710.         $instance->setAdminGroups($this->parameters['sonata.admin.configuration.dashboard_groups']);
  1711.         $instance->setAdminClasses(['Suzuki\\AccountBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'Suzuki\\AccountBundle\\Entity\\Group' => [=> 'sonata.user.admin.group'], 'Suzuki\\MediaBundle\\Entity\\Media' => [=> 'sonata.media.admin.media'], 'Suzuki\\MediaBundle\\Entity\\Gallery' => [=> 'sonata.media.admin.gallery'], 'Suzuki\\MediaBundle\\Entity\\GalleryHasMedia' => [=> 'sonata.media.admin.gallery_has_media'], 'Suzuki\\AccountBundle\\Entity\\DealerShip' => [=> 'suzuki.admin.dealer.ship'], 'Suzuki\\OrderBundle\\Entity\\Configuration' => [=> 'suzuki.admin.configuration'=> 'suzuki.admin.client'=> 'suzuki.admin.deleted.configuration'], 'Suzuki\\OrderBundle\\Entity\\PurchaseOrders' => [=> 'suzuki.admin.purchaseorders'], '' => [=> 'suzuki.admin.load.configuration'=> 'suzuki.admin.drag.drop.model'=> 'suzuki.admin.import'=> 'suzuki.admin.user.import'=> 'suzuki.admin.statistic'], 'Suzuki\\OrderBundle\\Entity\\OfferCommercial' => [=> 'suzuki.admin.client.to.raise'], 'Suzuki\\SuzukiBundle\\Entity\\Guarantee' => [=> 'suzuki.admin.guarantee'], 'Suzuki\\SuzukiBundle\\Entity\\GuaranteeItem' => [=> 'suzuki.admin.guaranteeitem'], 'Suzuki\\SuzukiBundle\\Entity\\ExellencePackConfig' => [=> 'suzuki.admin.exellence_config'], 'Suzuki\\SuzukiBundle\\Entity\\Model' => [=> 'suzuki.admin.model'], 'Suzuki\\SuzukiBundle\\Entity\\Motorization' => [=> 'suzuki.admin.motorization'], 'Suzuki\\SuzukiBundle\\Entity\\Version' => [=> 'suzuki.admin.version'], 'Suzuki\\SuzukiBundle\\Entity\\ModelCar' => [=> 'suzuki.admin.modelcar'], 'Suzuki\\SettingBundle\\Entity\\Color' => [=> 'suzuki.admin.color'], 'Suzuki\\SettingBundle\\Entity\\CO2Tag' => [=> 'suzuki.admin.co2tag'], 'Suzuki\\SuzukiBundle\\Entity\\Vehicle' => [=> 'suzuki.admin.vehicle'], 'Suzuki\\SuzukiBundle\\Entity\\ModelMotorization' => [=> 'suzuki.admin.model.motorization'], 'Suzuki\\SuzukiBundle\\Entity\\VehicleColor' => [=> 'suzuki.admin.vehiclecolor'], 'Suzuki\\SuzukiBundle\\Entity\\ModelGuarantee' => [=> 'suzuki.admin.model.guarantee'], 'Suzuki\\SettingBundle\\Entity\\Energy' => [=> 'suzuki.admin.energy'], 'Suzuki\\SettingBundle\\Entity\\ModelType' => [=> 'suzuki.admin.type'], 'Suzuki\\SettingBundle\\Entity\\DoorNumber' => [=> 'suzuki.admin.doornumber'], 'Suzuki\\SettingBundle\\Entity\\DriveWheel' => [=> 'suzuki.admin.drivewheel'], 'Suzuki\\SettingBundle\\Entity\\Gearbox' => [=> 'suzuki.admin.gearbox'], 'Suzuki\\SettingBundle\\Entity\\NumberOfReport' => [=> 'suzuki.admin.numberofreport'], 'Suzuki\\SettingBundle\\Entity\\Setting' => [=> 'suzuki.admin.setting'], 'Suzuki\\SettingBundle\\Entity\\Finance' => [=> 'suzuki.admin.finance']]);
  1712.         return $instance;
  1713.     }
  1714.     /**
  1715.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1716.      *
  1717.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1718.      */
  1719.     protected function getSonata_Admin_Twig_ExtensionService()
  1720.     {
  1721.         $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()));
  1722.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1723.         return $instance;
  1724.     }
  1725.     /**
  1726.      * Gets the public 'sonata.admin.twig.global' shared service.
  1727.      *
  1728.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1729.      */
  1730.     protected function getSonata_Admin_Twig_GlobalService()
  1731.     {
  1732.         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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');
  1733.     }
  1734.     /**
  1735.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1736.      *
  1737.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1738.      */
  1739.     protected function getSonata_Block_ContextManager_DefaultService()
  1740.     {
  1741.         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()));
  1742.     }
  1743.     /**
  1744.      * Gets the public 'sonata.block.manager' shared service.
  1745.      *
  1746.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1747.      */
  1748.     protected function getSonata_Block_ManagerService()
  1749.     {
  1750.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1751.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1752.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1753.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1754.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1755.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1756.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1757.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1758.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1759.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1760.         $instance->add('sonata.media.block.media''sonata.media.block.media', []);
  1761.         $instance->add('sonata.media.block.feature_media''sonata.media.block.feature_media', []);
  1762.         $instance->add('sonata.media.block.gallery''sonata.media.block.gallery', []);
  1763.         $instance->add('sonata.media.block.gallery_list''sonata.media.block.gallery_list', []);
  1764.         $instance->add('sonata.formatter.block.formatter''sonata.formatter.block.formatter', []);
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the public 'sonata.block.renderer.default' shared service.
  1769.      *
  1770.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1771.      */
  1772.     protected function getSonata_Block_Renderer_DefaultService()
  1773.     {
  1774.         $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'], [], []);
  1775.         $a->setDefaultFilter('debug_only');
  1776.         $a->setDefaultRenderer('throw');
  1777.         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);
  1778.     }
  1779.     /**
  1780.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  1781.      *
  1782.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1783.      */
  1784.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  1785.     {
  1786.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1787.     }
  1788.     /**
  1789.      * Gets the public 'sonata.formatter.twig.control_flow' shared service.
  1790.      *
  1791.      * @return \Sonata\FormatterBundle\Extension\ControlFlowExtension
  1792.      */
  1793.     protected function getSonata_Formatter_Twig_ControlFlowService()
  1794.     {
  1795.         return $this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension();
  1796.     }
  1797.     /**
  1798.      * Gets the public 'sonata.formatter.twig.gist' shared service.
  1799.      *
  1800.      * @return \Sonata\FormatterBundle\Extension\GistExtension
  1801.      */
  1802.     protected function getSonata_Formatter_Twig_GistService()
  1803.     {
  1804.         return $this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension();
  1805.     }
  1806.     /**
  1807.      * Gets the public 'sonata.intl.locale_detector.request_stack' shared service.
  1808.      *
  1809.      * @return \Sonata\IntlBundle\Locale\RequestStackDetector
  1810.      */
  1811.     protected function getSonata_Intl_LocaleDetector_RequestStackService()
  1812.     {
  1813.         return $this->services['sonata.intl.locale_detector.request_stack'] = new \Sonata\IntlBundle\Locale\RequestStackDetector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('LANGUAGE'));
  1814.     }
  1815.     /**
  1816.      * Gets the public 'sonata.intl.templating.helper.datetime' shared service.
  1817.      *
  1818.      * @return \Sonata\IntlBundle\Templating\Helper\DateTimeHelper
  1819.      */
  1820.     protected function getSonata_Intl_Templating_Helper_DatetimeService()
  1821.     {
  1822.         return $this->services['sonata.intl.templating.helper.datetime'] = new \Sonata\IntlBundle\Templating\Helper\DateTimeHelper(($this->services['sonata.intl.timezone_detector.chain'] ?? $this->getSonata_Intl_TimezoneDetector_ChainService()), 'UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  1823.     }
  1824.     /**
  1825.      * Gets the public 'sonata.intl.templating.helper.locale' shared service.
  1826.      *
  1827.      * @return \Sonata\IntlBundle\Templating\Helper\LocaleHelper
  1828.      */
  1829.     protected function getSonata_Intl_Templating_Helper_LocaleService()
  1830.     {
  1831.         return $this->services['sonata.intl.templating.helper.locale'] = new \Sonata\IntlBundle\Templating\Helper\LocaleHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  1832.     }
  1833.     /**
  1834.      * Gets the public 'sonata.intl.templating.helper.number' shared service.
  1835.      *
  1836.      * @return \Sonata\IntlBundle\Templating\Helper\NumberHelper
  1837.      */
  1838.     protected function getSonata_Intl_Templating_Helper_NumberService()
  1839.     {
  1840.         return $this->services['sonata.intl.templating.helper.number'] = new \Sonata\IntlBundle\Templating\Helper\NumberHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  1841.     }
  1842.     /**
  1843.      * Gets the public 'sonata.intl.timezone_detector.chain' shared service.
  1844.      *
  1845.      * @return \Sonata\IntlBundle\Timezone\ChainTimezoneDetector
  1846.      */
  1847.     protected function getSonata_Intl_TimezoneDetector_ChainService()
  1848.     {
  1849.         $this->services['sonata.intl.timezone_detector.chain'] = $instance = new \Sonata\IntlBundle\Timezone\ChainTimezoneDetector('UTC');
  1850.         $instance->addDetector(($this->services['sonata.intl.timezone_detector.user'] ?? $this->getSonata_Intl_TimezoneDetector_UserService()));
  1851.         $instance->addDetector(($this->services['sonata.intl.timezone_detector.locale'] ?? $this->getSonata_Intl_TimezoneDetector_LocaleService()));
  1852.         return $instance;
  1853.     }
  1854.     /**
  1855.      * Gets the public 'sonata.intl.timezone_detector.locale' shared service.
  1856.      *
  1857.      * @return \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector
  1858.      */
  1859.     protected function getSonata_Intl_TimezoneDetector_LocaleService()
  1860.     {
  1861.         return $this->services['sonata.intl.timezone_detector.locale'] = new \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector(($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()), []);
  1862.     }
  1863.     /**
  1864.      * Gets the public 'sonata.intl.timezone_detector.user' shared service.
  1865.      *
  1866.      * @return \Sonata\IntlBundle\Timezone\UserBasedTimezoneDetector
  1867.      */
  1868.     protected function getSonata_Intl_TimezoneDetector_UserService()
  1869.     {
  1870.         return $this->services['sonata.intl.timezone_detector.user'] = new \Sonata\IntlBundle\Timezone\UserBasedTimezoneDetector(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1871.     }
  1872.     /**
  1873.      * Gets the public 'sonata.media.manager.media' shared service.
  1874.      *
  1875.      * @return \Sonata\MediaBundle\Entity\MediaManager
  1876.      */
  1877.     protected function getSonata_Media_Manager_MediaService()
  1878.     {
  1879.         return $this->services['sonata.media.manager.media'] = new \Sonata\MediaBundle\Entity\MediaManager('Suzuki\\MediaBundle\\Entity\\Media', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1880.     }
  1881.     /**
  1882.      * Gets the public 'sonata.media.metadata.proxy' shared service.
  1883.      *
  1884.      * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  1885.      */
  1886.     protected function getSonata_Media_Metadata_ProxyService()
  1887.     {
  1888.         return $this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this);
  1889.     }
  1890.     /**
  1891.      * Gets the public 'sonata.media.pool' shared service.
  1892.      *
  1893.      * @return \Sonata\MediaBundle\Provider\Pool
  1894.      */
  1895.     protected function getSonata_Media_PoolService()
  1896.     {
  1897.         $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  1898.         $a = new \Suzuki\MediaBundle\Provider\CustomImageProvider('sonata.media.provider.custom', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'png'=> 'jpg'=> 'jpeg'], [=> 'image/png'=> 'image/x-png'=> 'image/pjpeg'=> 'image/jpeg'], ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1899.         $a->setTemplates(['helper_view' => 'SonataMediaBundle:Provider:view_image.html.twig''helper_thumbnail' => 'SonataMediaBundle:Provider:thumbnail.html.twig']);
  1900.         $a->setResizer(($this->privates['sonata.media.resizer.square'] ?? $this->getSonata_Media_Resizer_SquareService()));
  1901.         $a->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1902.         $instance->addContext('default', [=> 'sonata.media.provider.custom'], [], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  1903.         $instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'ROLE_USER'=> 'ROLE_SUPER_ADMIN']));
  1904.         $instance->addProvider('sonata.media.provider.image', ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  1905.         $instance->addProvider('sonata.media.provider.file', ($this->services['sonata.media.provider.file'] ?? $this->getSonata_Media_Provider_FileService()));
  1906.         $instance->addProvider('sonata.media.provider.youtube', ($this->services['sonata.media.provider.youtube'] ?? $this->getSonata_Media_Provider_YoutubeService()));
  1907.         $instance->addProvider('sonata.media.provider.dailymotion', ($this->services['sonata.media.provider.dailymotion'] ?? $this->getSonata_Media_Provider_DailymotionService()));
  1908.         $instance->addProvider('sonata.media.provider.vimeo', ($this->services['sonata.media.provider.vimeo'] ?? $this->getSonata_Media_Provider_VimeoService()));
  1909.         $instance->addProvider('sonata.media.provider.custom'$a);
  1910.         return $instance;
  1911.     }
  1912.     /**
  1913.      * Gets the public 'sonata.media.provider.dailymotion' shared service.
  1914.      *
  1915.      * @return \Sonata\MediaBundle\Provider\DailyMotionProvider
  1916.      */
  1917.     protected function getSonata_Media_Provider_DailymotionService()
  1918.     {
  1919.         $this->services['sonata.media.provider.dailymotion'] = $instance = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1920.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  1921.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1922.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the public 'sonata.media.provider.file' shared service.
  1927.      *
  1928.      * @return \Sonata\MediaBundle\Provider\FileProvider
  1929.      */
  1930.     protected function getSonata_Media_Provider_FileService()
  1931.     {
  1932.         $this->services['sonata.media.provider.file'] = $instance = new \Sonata\MediaBundle\Provider\FileProvider('sonata.media.provider.file', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'pdf'=> 'txt'=> 'rtf'=> 'doc'=> 'docx'=> 'xls'=> 'xlsx'=> 'ppt'=> 'pptx'=> 'odt'10 => 'odg'11 => 'odp'12 => 'ods'13 => 'odc'14 => 'odf'15 => 'odb'16 => 'csv'17 => 'xml'], [=> 'application/pdf'=> 'application/x-pdf'=> 'application/rtf'=> 'text/html'=> 'text/rtf'=> 'text/plain'=> 'application/excel'=> 'application/msword'=> 'application/vnd.ms-excel'=> 'application/vnd.ms-powerpoint'10 => 'application/vnd.ms-powerpoint'11 => 'application/vnd.oasis.opendocument.text'12 => 'application/vnd.oasis.opendocument.graphics'13 => 'application/vnd.oasis.opendocument.presentation'14 => 'application/vnd.oasis.opendocument.spreadsheet'15 => 'application/vnd.oasis.opendocument.chart'16 => 'application/vnd.oasis.opendocument.formula'17 => 'application/vnd.oasis.opendocument.database'18 => 'application/vnd.oasis.opendocument.image'19 => 'text/comma-separated-values'20 => 'text/xml'21 => 'application/xml'22 => 'application/zip'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1933.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  1934.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1935.         return $instance;
  1936.     }
  1937.     /**
  1938.      * Gets the public 'sonata.media.provider.image' shared service.
  1939.      *
  1940.      * @return \Sonata\MediaBundle\Provider\ImageProvider
  1941.      */
  1942.     protected function getSonata_Media_Provider_ImageService()
  1943.     {
  1944.         $this->services['sonata.media.provider.image'] = $instance = new \Sonata\MediaBundle\Provider\ImageProvider('sonata.media.provider.image', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'jpg'=> 'png'=> 'jpeg'], [=> 'image/pjpeg'=> 'image/jpeg'=> 'image/png'=> 'image/x-png'], ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1945.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  1946.         $instance->setResizer(($this->privates['sonata.media.resizer.square'] ?? $this->getSonata_Media_Resizer_SquareService()));
  1947.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1948.         return $instance;
  1949.     }
  1950.     /**
  1951.      * Gets the public 'sonata.media.provider.vimeo' shared service.
  1952.      *
  1953.      * @return \Sonata\MediaBundle\Provider\VimeoProvider
  1954.      */
  1955.     protected function getSonata_Media_Provider_VimeoService()
  1956.     {
  1957.         $this->services['sonata.media.provider.vimeo'] = $instance = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  1958.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  1959.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1960.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1961.         return $instance;
  1962.     }
  1963.     /**
  1964.      * Gets the public 'sonata.media.provider.youtube' shared service.
  1965.      *
  1966.      * @return \Sonata\MediaBundle\Provider\YouTubeProvider
  1967.      */
  1968.     protected function getSonata_Media_Provider_YoutubeService()
  1969.     {
  1970.         $this->services['sonata.media.provider.youtube'] = $instance = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))), false);
  1971.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  1972.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  1973.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1974.         return $instance;
  1975.     }
  1976.     /**
  1977.      * Gets the public 'translator' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1980.      */
  1981.     protected function getTranslatorService()
  1982.     {
  1983.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1984.     }
  1985.     /**
  1986.      * Gets the public 'twig' shared service.
  1987.      *
  1988.      * @return \Twig\Environment
  1989.      */
  1990.     protected function getTwigService()
  1991.     {
  1992.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1993.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1994.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1995.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1996.         $d = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), []);
  1997.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1998.         $f = ($this->services['router'] ?? $this->getRouterService());
  1999.         $g = new \Knp\Menu\Util\MenuManipulator();
  2000.         $h = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  2001.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2002.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  2003.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  2004.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  2005.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  2006.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  2007.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  2008.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  2009.         $k = new \Symfony\Bridge\Twig\AppVariable();
  2010.         $k->setEnvironment('dev');
  2011.         $k->setDebug(true);
  2012.         if ($this->has('security.token_storage')) {
  2013.             $k->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2014.         }
  2015.         if ($this->has('request_stack')) {
  2016.             $k->setRequestStack($c);
  2017.         }
  2018.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2019.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2020.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  2021.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  2022.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  2023.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  2024.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2025.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2026.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2027.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2028.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2029.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2030.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2031.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2032.         $instance->addExtension(new \Suzuki\SuzukiBundle\Twig\TwigExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Suzuki\\MediaBundle\\Repository\\MediaRepository'] ?? $this->getMediaRepositoryService()), ($this->privates['Suzuki\\SuzukiBundle\\Repository\\EquipmentSeriesRepository'] ?? $this->getEquipmentSeriesRepositoryService()), ($this->privates['Suzuki\\CoreBundle\\Helpers\\MediaHelper'] ?? $this->getMediaHelperService()), $this));
  2033.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2034.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  2035.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  2036.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  2037.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  2038.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  2039.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
  2040.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  2041.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  2042.         $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, [
  2043.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  2044.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  2045.         ], [
  2046.             'list' => '?',
  2047.             'twig' => '?',
  2048.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $g$h), $h$g));
  2049.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  2050.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  2051.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  2052.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  2053.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  2054.         $instance->addExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  2055.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  2056.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$c, (($this->has("twig")) ? ($this->get("twig")) : ($this->get("templating"))), (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  2057.         $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService())));
  2058.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\LocaleExtension(($this->services['sonata.intl.templating.helper.locale'] ?? $this->getSonata_Intl_Templating_Helper_LocaleService())));
  2059.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\NumberExtension(($this->services['sonata.intl.templating.helper.number'] ?? $this->getSonata_Intl_Templating_Helper_NumberService())));
  2060.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\DateTimeExtension(($this->services['sonata.intl.templating.helper.datetime'] ?? $this->getSonata_Intl_Templating_Helper_DatetimeService())));
  2061.         $instance->addGlobal('app'$k);
  2062.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2063.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  2064.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  2065.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  2066.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  2067.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  2068.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  2069.         ], [
  2070.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2071.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  2072.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  2073.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2074.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2075.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2076.         ])));
  2077.         $instance->addGlobal('google_tag_manager_id'$this->getEnv('GOOGLE_TAG_MANAGER_ID'));
  2078.         $instance->addGlobal('google_tag_manager_domain'$this->getEnv('GOOGLE_TAG_MANAGER_DOMAIN'));
  2079.         $instance->addGlobal('google_tag_datalayer_env'$this->getEnv('GOOGLE_TAG_DATALAYER_ENV'));
  2080.         $instance->addGlobal('google_tag_datalayer_site_level'$this->getEnv('GOOGLE_TAG_DATALAYER_SITE_LEVEL'));
  2081.         $instance->addGlobal('google_tag_datalayer_univers'$this->getEnv('GOOGLE_TAG_DATALAYER_UNIVERS'));
  2082.         $instance->addGlobal('google_tag_datalayer_page_type'$this->getEnv('GOOGLE_TAG_DATALAYER_PAGE_TYPE'));
  2083.         $instance->addGlobal('hotjar_tag_manager_id'$this->getEnv('HOTJAR_TAG_MANAGER_ID'));
  2084.         $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']));
  2085.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  2086.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  2087.         $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables($this));
  2088.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the public 'validator' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2095.      */
  2096.     protected function getValidatorService()
  2097.     {
  2098.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2099.     }
  2100.     /**
  2101.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2102.      *
  2103.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2104.      */
  2105.     protected function get_LegacyResolveControllerNameSubscriberService()
  2106.     {
  2107.         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);
  2108.     }
  2109.     /**
  2110.      * Gets the private 'Suzuki\CoreBundle\Helpers\MediaHelper' shared autowired service.
  2111.      *
  2112.      * @return \Suzuki\CoreBundle\Helpers\MediaHelper
  2113.      */
  2114.     protected function getMediaHelperService()
  2115.     {
  2116.         return $this->privates['Suzuki\\CoreBundle\\Helpers\\MediaHelper'] = new \Suzuki\CoreBundle\Helpers\MediaHelper(($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  2117.     }
  2118.     /**
  2119.      * Gets the private 'Suzuki\MediaBundle\Repository\MediaRepository' shared autowired service.
  2120.      *
  2121.      * @return \Suzuki\MediaBundle\Repository\MediaRepository
  2122.      */
  2123.     protected function getMediaRepositoryService()
  2124.     {
  2125.         return $this->privates['Suzuki\\MediaBundle\\Repository\\MediaRepository'] = new \Suzuki\MediaBundle\Repository\MediaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2126.     }
  2127.     /**
  2128.      * Gets the private 'Suzuki\SuzukiBundle\Repository\EquipmentSeriesRepository' shared autowired service.
  2129.      *
  2130.      * @return \Suzuki\SuzukiBundle\Repository\EquipmentSeriesRepository
  2131.      */
  2132.     protected function getEquipmentSeriesRepositoryService()
  2133.     {
  2134.         return $this->privates['Suzuki\\SuzukiBundle\\Repository\\EquipmentSeriesRepository'] = new \Suzuki\SuzukiBundle\Repository\EquipmentSeriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2135.     }
  2136.     /**
  2137.      * Gets the private 'annotations.cached_reader' shared service.
  2138.      *
  2139.      * @return \Doctrine\Common\Annotations\CachedReader
  2140.      */
  2141.     protected function getAnnotations_CachedReaderService()
  2142.     {
  2143.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  2144.     }
  2145.     /**
  2146.      * Gets the private 'annotations.reader' shared service.
  2147.      *
  2148.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2149.      */
  2150.     protected function getAnnotations_ReaderService()
  2151.     {
  2152.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2153.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2154.         $a->registerUniqueLoader('class_exists');
  2155.         $instance->addGlobalIgnoredName('required'$a);
  2156.         return $instance;
  2157.     }
  2158.     /**
  2159.      * Gets the private 'cache.annotations' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2162.      */
  2163.     protected function getCache_AnnotationsService()
  2164.     {
  2165.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('q76hO3aGXp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2166.     }
  2167.     /**
  2168.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2169.      *
  2170.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2171.      */
  2172.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2173.     {
  2174.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2175.     }
  2176.     /**
  2177.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2178.      *
  2179.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2180.      */
  2181.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2182.     {
  2183.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2184.     }
  2185.     /**
  2186.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2189.      */
  2190.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2191.     {
  2192.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2193.     }
  2194.     /**
  2195.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2196.      *
  2197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2198.      */
  2199.     protected function getCache_Messenger_RestartWorkersSignalService()
  2200.     {
  2201.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0jmheY5aU2'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2202.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2203.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2204.     }
  2205.     /**
  2206.      * Gets the private 'cache.property_info' shared service.
  2207.      *
  2208.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2209.      */
  2210.     protected function getCache_PropertyInfoService()
  2211.     {
  2212.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('atdkbGus5W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2213.     }
  2214.     /**
  2215.      * Gets the private 'cache.security_expression_language' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2218.      */
  2219.     protected function getCache_SecurityExpressionLanguageService()
  2220.     {
  2221.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iCcSk3u5dU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'cache.serializer' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2227.      */
  2228.     protected function getCache_SerializerService()
  2229.     {
  2230.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vp1q17c5IB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'cache.validator' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2236.      */
  2237.     protected function getCache_ValidatorService()
  2238.     {
  2239.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CffSvWREsR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'config_cache_factory' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2245.      */
  2246.     protected function getConfigCacheFactoryService()
  2247.     {
  2248.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2249.             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)));
  2250.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2251.         }, 2));
  2252.     }
  2253.     /**
  2254.      * Gets the private 'data_collector.form' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2257.      */
  2258.     protected function getDataCollector_FormService()
  2259.     {
  2260.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2261.     }
  2262.     /**
  2263.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2266.      */
  2267.     protected function getDebug_DebugHandlersListenerService()
  2268.     {
  2269.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2270.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2271.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2272.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2273.         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);
  2274.     }
  2275.     /**
  2276.      * Gets the private 'debug.file_link_formatter' shared service.
  2277.      *
  2278.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2279.      */
  2280.     protected function getDebug_FileLinkFormatterService()
  2281.     {
  2282.         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 () {
  2283.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2284.         });
  2285.     }
  2286.     /**
  2287.      * Gets the private 'debug.log_processor' shared service.
  2288.      *
  2289.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2290.      */
  2291.     protected function getDebug_LogProcessorService()
  2292.     {
  2293.         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())));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2299.      */
  2300.     protected function getDebug_Security_Access_DecisionManagerService()
  2301.     {
  2302.         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 () {
  2303.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2304.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2305.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2306.         }, 3), 'affirmative'falsetrue));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'debug.security.firewall' shared service.
  2310.      *
  2311.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2312.      */
  2313.     protected function getDebug_Security_FirewallService()
  2314.     {
  2315.         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()));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'fos_rest.allowed_methods_listener' shared service.
  2319.      *
  2320.      * @return \FOS\RestBundle\EventListener\AllowedMethodsListener
  2321.      */
  2322.     protected function getFosRest_AllowedMethodsListenerService()
  2323.     {
  2324.         return $this->privates['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService()));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'fos_rest.allowed_methods_loader' shared service.
  2328.      *
  2329.      * @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
  2330.      */
  2331.     protected function getFosRest_AllowedMethodsLoaderService()
  2332.     {
  2333.         return $this->privates['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(($this->services['router'] ?? $this->getRouterService()), ($this->targetDir.''.'/fos_rest'), true);
  2334.     }
  2335.     /**
  2336.      * Gets the private 'fos_rest.body_listener' shared service.
  2337.      *
  2338.      * @return \FOS\RestBundle\EventListener\BodyListener
  2339.      */
  2340.     protected function getFosRest_BodyListenerService()
  2341.     {
  2342.         $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, [
  2343.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2344.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2345.         ], [
  2346.             'fos_rest.decoder.json' => '?',
  2347.             'fos_rest.decoder.xml' => '?',
  2348.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2349.         $instance->setDefaultFormat(NULL);
  2350.         return $instance;
  2351.     }
  2352.     /**
  2353.      * Gets the private 'fos_rest.format_listener' shared service.
  2354.      *
  2355.      * @return \FOS\RestBundle\EventListener\FormatListener
  2356.      */
  2357.     protected function getFosRest_FormatListenerService()
  2358.     {
  2359.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2360.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2361.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2362.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2363.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2364.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2365.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0''fallback_format' => 'html']);
  2366.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2367.     }
  2368.     /**
  2369.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2370.      *
  2371.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2372.      */
  2373.     protected function getFosRest_ParamFetcherListenerService()
  2374.     {
  2375.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), false);
  2376.     }
  2377.     /**
  2378.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  2379.      *
  2380.      * @return \FOS\RestBundle\Request\ParamReader
  2381.      */
  2382.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  2383.     {
  2384.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2385.     }
  2386.     /**
  2387.      * Gets the private 'fos_rest.serializer.jms' shared service.
  2388.      *
  2389.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  2390.      */
  2391.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  2392.     {
  2393.         return $this->privates['fos_rest.serializer.jms'] = 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())));
  2394.     }
  2395.     /**
  2396.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2397.      *
  2398.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2399.      */
  2400.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2401.     {
  2402.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2403.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService.php'true],
  2404.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService.php'true],
  2405.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService.php'true],
  2406.             'jms_serializer.array_collection_handler' => ['services''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService.php'true],
  2407.             'jms_serializer.constraint_violation_handler' => ['services''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService.php'true],
  2408.             'jms_serializer.datetime_handler' => ['services''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService.php'true],
  2409.             'jms_serializer.php_collection_handler' => ['services''jms_serializer.php_collection_handler''getJmsSerializer_PhpCollectionHandlerService.php'true],
  2410.             'sonata.media.serializer.handler.gallery' => ['privates''sonata.media.serializer.handler.gallery''getSonata_Media_Serializer_Handler_GalleryService.php'true],
  2411.             'sonata.media.serializer.handler.media' => ['privates''sonata.media.serializer.handler.media''getSonata_Media_Serializer_Handler_MediaService.php'true],
  2412.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService.php'true],
  2413.         ], [
  2414.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  2415.             'fos_rest.serializer.flatten_exception_handler' => '?',
  2416.             'fos_rest.serializer.form_error_handler' => '?',
  2417.             'jms_serializer.array_collection_handler' => '?',
  2418.             'jms_serializer.constraint_violation_handler' => '?',
  2419.             'jms_serializer.datetime_handler' => '?',
  2420.             'jms_serializer.php_collection_handler' => '?',
  2421.             'sonata.media.serializer.handler.gallery' => '?',
  2422.             'sonata.media.serializer.handler.media' => '?',
  2423.             'sonata.user.serializer.handler.user' => '?',
  2424.         ]), [=> ['Error' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToXml']], 'Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']], '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']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], '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']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToyml']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToyml']], 'sonata_media_media_id' => ['json' => [=> 'sonata.media.serializer.handler.media'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.media.serializer.handler.media'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.media.serializer.handler.media'=> 'serializeObjectToId']], 'sonata_media_gallery_id' => ['json' => [=> 'sonata.media.serializer.handler.gallery'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.media.serializer.handler.gallery'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.media.serializer.handler.gallery'=> 'serializeObjectToId']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToyml']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToyml']]], => ['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']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromyml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromyml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromyml']], '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']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap']], 'sonata_media_media_id' => ['json' => [=> 'sonata.media.serializer.handler.media'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.media.serializer.handler.media'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.media.serializer.handler.media'=> 'deserializeObjectFromId']], 'sonata_media_gallery_id' => ['json' => [=> 'sonata.media.serializer.handler.gallery'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.media.serializer.handler.gallery'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.media.serializer.handler.gallery'=> 'deserializeObjectFromId']]]]);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  2428.      *
  2429.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  2430.      */
  2431.     protected function getFosRest_ZoneMatcherListenerService()
  2432.     {
  2433.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  2434.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'));
  2435.         return $instance;
  2436.     }
  2437.     /**
  2438.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2439.      *
  2440.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2441.      */
  2442.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2443.     {
  2444.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2445.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2446.     }
  2447.     /**
  2448.      * Gets the private 'fos_user.util.password_updater' shared service.
  2449.      *
  2450.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2451.      */
  2452.     protected function getFosUser_Util_PasswordUpdaterService()
  2453.     {
  2454.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2455.     }
  2456.     /**
  2457.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2458.      *
  2459.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2460.      */
  2461.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2462.     {
  2463.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2464.     }
  2465.     /**
  2466.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2467.      *
  2468.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2469.      */
  2470.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2471.     {
  2472.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2473.     }
  2474.     /**
  2475.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  2476.      *
  2477.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  2478.      */
  2479.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  2480.     {
  2481.         return $this->privates['jms_serializer.accessor_strategy.expression'] = new \JMS\Serializer\Accessor\ExpressionAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()), new \JMS\Serializer\Accessor\DefaultAccessorStrategy());
  2482.     }
  2483.     /**
  2484.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  2485.      *
  2486.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  2487.      */
  2488.     protected function getJmsSerializer_CacheNamingStrategyService()
  2489.     {
  2490.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true)));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  2494.      *
  2495.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  2496.      */
  2497.     protected function getJmsSerializer_ExpressionEvaluatorService()
  2498.     {
  2499.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2500.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2501.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  2502.     }
  2503.     /**
  2504.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  2505.      *
  2506.      * @return \Metadata\MetadataFactory
  2507.      */
  2508.     protected function getJmsSerializer_MetadataFactoryService()
  2509.     {
  2510.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2511.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  2512.         return $instance;
  2513.     }
  2514.     /**
  2515.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2516.      *
  2517.      * @return \Knp\Menu\Provider\ChainProvider
  2518.      */
  2519.     protected function getKnpMenu_MenuProvider_ChainService()
  2520.     {
  2521.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2522.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  2523.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  2524.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  2525.         }, 3));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'locale_aware_listener' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2531.      */
  2532.     protected function getLocaleAwareListenerService()
  2533.     {
  2534.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2535.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2536.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2537.     }
  2538.     /**
  2539.      * Gets the private 'locale_listener' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2542.      */
  2543.     protected function getLocaleListenerService()
  2544.     {
  2545.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('LANGUAGE'), ($this->services['router'] ?? $this->getRouterService()));
  2546.     }
  2547.     /**
  2548.      * Gets the private 'monolog.handler.main' shared service.
  2549.      *
  2550.      * @return \Monolog\Handler\StreamHandler
  2551.      */
  2552.     protected function getMonolog_Handler_MainService()
  2553.     {
  2554.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2555.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2556.         return $instance;
  2557.     }
  2558.     /**
  2559.      * Gets the private 'monolog.logger' shared service.
  2560.      *
  2561.      * @return \Symfony\Bridge\Monolog\Logger
  2562.      */
  2563.     protected function getMonolog_LoggerService()
  2564.     {
  2565.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2566.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2567.         $instance->useMicrosecondTimestamps(true);
  2568.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2569.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2570.         return $instance;
  2571.     }
  2572.     /**
  2573.      * Gets the private 'monolog.logger.cache' shared service.
  2574.      *
  2575.      * @return \Symfony\Bridge\Monolog\Logger
  2576.      */
  2577.     protected function getMonolog_Logger_CacheService()
  2578.     {
  2579.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2580.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2581.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2582.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2583.         return $instance;
  2584.     }
  2585.     /**
  2586.      * Gets the private 'monolog.logger.request' shared service.
  2587.      *
  2588.      * @return \Symfony\Bridge\Monolog\Logger
  2589.      */
  2590.     protected function getMonolog_Logger_RequestService()
  2591.     {
  2592.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2593.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2594.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2595.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2600.      *
  2601.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2602.      */
  2603.     protected function getNelmioCors_CorsListenerService()
  2604.     {
  2605.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2606.     }
  2607.     /**
  2608.      * Gets the private 'noxlogic_rate_limit.header_modification_listener' shared service.
  2609.      *
  2610.      * @return \Noxlogic\RateLimitBundle\EventListener\HeaderModificationListener
  2611.      */
  2612.     protected function getNoxlogicRateLimit_HeaderModificationListenerService()
  2613.     {
  2614.         $this->privates['noxlogic_rate_limit.header_modification_listener'] = $instance = new \Noxlogic\RateLimitBundle\EventListener\HeaderModificationListener();
  2615.         $instance->setParameter('rate_response_code'429);
  2616.         $instance->setParameter('display_headers'true);
  2617.         $instance->setParameter('header_limit_name''SUZUKI-RateLimit-Limit');
  2618.         $instance->setParameter('header_remaining_name''SUZUKI-RateLimit-Remaining');
  2619.         $instance->setParameter('header_reset_name''SUZUKI-RateLimit-Reset');
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the private 'noxlogic_rate_limit.rate_limit_annotation_listener' shared service.
  2624.      *
  2625.      * @return \Noxlogic\RateLimitBundle\EventListener\RateLimitAnnotationListener
  2626.      */
  2627.     protected function getNoxlogicRateLimit_RateLimitAnnotationListenerService()
  2628.     {
  2629.         $a = new \Noxlogic\RateLimitBundle\Service\RateLimitService();
  2630.         $a->setStorage(new \Noxlogic\RateLimitBundle\Service\Storage\DoctrineCache(($this->services['doctrine_cache.providers.suzuki_file_system_cache'] ?? $this->getDoctrineCache_Providers_SuzukiFileSystemCacheService())));
  2631.         $this->privates['noxlogic_rate_limit.rate_limit_annotation_listener'] = $instance = new \Noxlogic\RateLimitBundle\EventListener\RateLimitAnnotationListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, new \Noxlogic\RateLimitBundle\Util\PathLimitProcessor([]));
  2632.         $instance->setParameter('enabled'true);
  2633.         $instance->setParameter('rate_response_code'429);
  2634.         $instance->setParameter('rate_response_message''You exceeded the rate limit');
  2635.         $instance->setParameter('rate_response_exception'NULL);
  2636.         return $instance;
  2637.     }
  2638.     /**
  2639.      * Gets the private 'parameter_bag' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2642.      */
  2643.     protected function getParameterBagService()
  2644.     {
  2645.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2646.     }
  2647.     /**
  2648.      * Gets the private 'profiler_listener' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2651.      */
  2652.     protected function getProfilerListenerService()
  2653.     {
  2654.         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);
  2655.     }
  2656.     /**
  2657.      * Gets the private 'property_accessor' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2660.      */
  2661.     protected function getPropertyAccessorService()
  2662.     {
  2663.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2664.     }
  2665.     /**
  2666.      * Gets the private 'router.request_context' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\Routing\RequestContext
  2669.      */
  2670.     protected function getRouter_RequestContextService()
  2671.     {
  2672.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2673.     }
  2674.     /**
  2675.      * Gets the private 'router_listener' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2678.      */
  2679.     protected function getRouterListenerService()
  2680.     {
  2681.         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);
  2682.     }
  2683.     /**
  2684.      * Gets the private 'security.authentication.manager' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2687.      */
  2688.     protected function getSecurity_Authentication_ManagerService()
  2689.     {
  2690.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2691.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2692.             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'))));
  2693.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  2694.             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'))));
  2695.         }, 4), true);
  2696.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2697.         return $instance;
  2698.     }
  2699.     /**
  2700.      * Gets the private 'security.encoder_factory.generic' shared service.
  2701.      *
  2702.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2703.      */
  2704.     protected function getSecurity_EncoderFactory_GenericService()
  2705.     {
  2706.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> 1]]]);
  2707.     }
  2708.     /**
  2709.      * Gets the private 'security.firewall.map' shared service.
  2710.      *
  2711.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2712.      */
  2713.     protected function getSecurity_Firewall_MapService()
  2714.     {
  2715.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2716.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2717.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2718.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  2719.         ], [
  2720.             'security.firewall.map.context.admin' => '?',
  2721.             'security.firewall.map.context.dev' => '?',
  2722.             'security.firewall.map.context.main' => '?',
  2723.         ]), new RewindableGenerator(function () {
  2724.             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)/')));
  2725.             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(.*)')));
  2726.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  2727.         }, 3));
  2728.     }
  2729.     /**
  2730.      * Gets the private 'security.logout_url_generator' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2733.      */
  2734.     protected function getSecurity_LogoutUrlGeneratorService()
  2735.     {
  2736.         $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()));
  2737.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  2738.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  2739.         return $instance;
  2740.     }
  2741.     /**
  2742.      * Gets the private 'security.role_hierarchy' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2745.      */
  2746.     protected function getSecurity_RoleHierarchyService()
  2747.     {
  2748.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2749.     }
  2750.     /**
  2751.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2752.      *
  2753.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2754.      */
  2755.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2756.     {
  2757.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2758.     }
  2759.     /**
  2760.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2761.      *
  2762.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2763.      */
  2764.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2765.     {
  2766.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2767.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', ($this->services['validator'] ?? $this->getValidatorService()), 'validationErrors'), -50'fos_rest.request_body');
  2768.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2769.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2770.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2771.     }
  2772.     /**
  2773.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2774.      *
  2775.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2776.      */
  2777.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2778.     {
  2779.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2780.     }
  2781.     /**
  2782.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2783.      *
  2784.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2785.      */
  2786.     protected function getSensioFrameworkExtra_View_ListenerService()
  2787.     {
  2788.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2789.     }
  2790.     /**
  2791.      * Gets the private 'session_listener' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2794.      */
  2795.     protected function getSessionListenerService()
  2796.     {
  2797.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2798.             'initialized_session' => ['services''session'NULLtrue],
  2799.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2800.             'session' => ['services''session''getSessionService.php'true],
  2801.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  2802.         ], [
  2803.             'initialized_session' => '?',
  2804.             'request_stack' => '?',
  2805.             'session' => '?',
  2806.             'session_storage' => '?',
  2807.         ]));
  2808.     }
  2809.     /**
  2810.      * Gets the private 'sonata.block.templating.helper' shared service.
  2811.      *
  2812.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2813.      */
  2814.     protected function getSonata_Block_Templating_HelperService()
  2815.     {
  2816.         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))));
  2817.     }
  2818.     /**
  2819.      * Gets the private 'sonata.formatter.pool' shared service.
  2820.      *
  2821.      * @return \Sonata\FormatterBundle\Formatter\Pool
  2822.      */
  2823.     protected function getSonata_Formatter_PoolService()
  2824.     {
  2825.         $this->privates['sonata.formatter.pool'] = $instance = new \Sonata\FormatterBundle\Formatter\Pool('text');
  2826.         $a = new \Sonata\FormatterBundle\Formatter\RawFormatter();
  2827.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2828.         $instance->add('markdown', new \Sonata\FormatterBundle\Formatter\MarkdownFormatter(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max()))), ($this->privates['sonata.formatter.twig.env.markdown'] ?? $this->getSonata_Formatter_Twig_Env_MarkdownService()));
  2829.         $instance->add('text', new \Sonata\FormatterBundle\Formatter\TextFormatter(), ($this->privates['sonata.formatter.twig.env.text'] ?? $this->getSonata_Formatter_Twig_Env_TextService()));
  2830.         $instance->add('rawhtml'$a, ($this->privates['sonata.formatter.twig.env.rawhtml'] ?? $this->getSonata_Formatter_Twig_Env_RawhtmlService()));
  2831.         $instance->add('richhtml'$a, ($this->privates['sonata.formatter.twig.env.richhtml'] ?? $this->getSonata_Formatter_Twig_Env_RichhtmlService()));
  2832.         $instance->add('twig', new \Sonata\FormatterBundle\Formatter\TwigFormatter(($this->services['twig'] ?? $this->getTwigService())), NULL);
  2833.         return $instance;
  2834.     }
  2835.     /**
  2836.      * Gets the private 'sonata.formatter.twig.env.markdown' shared service.
  2837.      *
  2838.      * @return \Twig_Environment
  2839.      */
  2840.     protected function getSonata_Formatter_Twig_Env_MarkdownService()
  2841.     {
  2842.         $this->privates['sonata.formatter.twig.env.markdown'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  2843.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  2844.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  2845.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  2846.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the private 'sonata.formatter.twig.env.rawhtml' shared service.
  2851.      *
  2852.      * @return \Twig_Environment
  2853.      */
  2854.     protected function getSonata_Formatter_Twig_Env_RawhtmlService()
  2855.     {
  2856.         $this->privates['sonata.formatter.twig.env.rawhtml'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  2857.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  2858.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  2859.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  2860.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  2861.         return $instance;
  2862.     }
  2863.     /**
  2864.      * Gets the private 'sonata.formatter.twig.env.richhtml' shared service.
  2865.      *
  2866.      * @return \Twig_Environment
  2867.      */
  2868.     protected function getSonata_Formatter_Twig_Env_RichhtmlService()
  2869.     {
  2870.         $this->privates['sonata.formatter.twig.env.richhtml'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  2871.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  2872.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  2873.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  2874.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  2875.         return $instance;
  2876.     }
  2877.     /**
  2878.      * Gets the private 'sonata.formatter.twig.env.text' shared service.
  2879.      *
  2880.      * @return \Twig_Environment
  2881.      */
  2882.     protected function getSonata_Formatter_Twig_Env_TextService()
  2883.     {
  2884.         $this->privates['sonata.formatter.twig.env.text'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  2885.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  2886.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  2887.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  2888.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  2889.         return $instance;
  2890.     }
  2891.     /**
  2892.      * Gets the private 'sonata.media.buzz.browser' shared service.
  2893.      *
  2894.      * @return \Buzz\Browser
  2895.      */
  2896.     protected function getSonata_Media_Buzz_BrowserService()
  2897.     {
  2898.         $a = new \Buzz\Client\Curl();
  2899.         $a->setIgnoreErrors(true);
  2900.         $a->setMaxRedirects(5);
  2901.         $a->setTimeout(5);
  2902.         $a->setVerifyPeer(true);
  2903.         $a->setProxy(NULL);
  2904.         return $this->privates['sonata.media.buzz.browser'] = new \Buzz\Browser($a);
  2905.     }
  2906.     /**
  2907.      * Gets the private 'sonata.media.filesystem.local' shared service.
  2908.      *
  2909.      * @return \Gaufrette\Filesystem
  2910.      */
  2911.     protected function getSonata_Media_Filesystem_LocalService()
  2912.     {
  2913.         return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/upload/media'), false));
  2914.     }
  2915.     /**
  2916.      * Gets the private 'sonata.media.resizer.simple' shared service.
  2917.      *
  2918.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  2919.      */
  2920.     protected function getSonata_Media_Resizer_SimpleService()
  2921.     {
  2922.         return $this->privates['sonata.media.resizer.simple'] = new \Sonata\MediaBundle\Resizer\SimpleResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 'inset', ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'sonata.media.resizer.square' shared service.
  2926.      *
  2927.      * @return \Sonata\MediaBundle\Resizer\SquareResizer
  2928.      */
  2929.     protected function getSonata_Media_Resizer_SquareService()
  2930.     {
  2931.         return $this->privates['sonata.media.resizer.square'] = new \Sonata\MediaBundle\Resizer\SquareResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 'inset', ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  2932.     }
  2933.     /**
  2934.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  2935.      *
  2936.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  2937.      */
  2938.     protected function getSonata_Media_Thumbnail_FormatService()
  2939.     {
  2940.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  2941.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  2942.         $instance->addResizer('sonata.media.resizer.square', ($this->privates['sonata.media.resizer.square'] ?? $this->getSonata_Media_Resizer_SquareService()));
  2943.         return $instance;
  2944.     }
  2945.     /**
  2946.      * Gets the private 'sonata.media.twig.extension' shared service.
  2947.      *
  2948.      * @return \Sonata\MediaBundle\Twig\Extension\MediaExtension
  2949.      */
  2950.     protected function getSonata_Media_Twig_ExtensionService()
  2951.     {
  2952.         return $this->privates['sonata.media.twig.extension'] = new \Sonata\MediaBundle\Twig\Extension\MediaExtension(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2953.     }
  2954.     /**
  2955.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  2956.      *
  2957.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  2958.      */
  2959.     protected function getSonata_User_MatrixRolesBuilderService()
  2960.     {
  2961.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2962.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2963.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2964.         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']));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'translator.default' shared service.
  2968.      *
  2969.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2970.      */
  2971.     protected function getTranslator_DefaultService()
  2972.     {
  2973.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2974.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2975.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2976.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2977.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2978.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2979.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2980.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2981.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2982.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2983.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2984.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2985.         ], [
  2986.             'translation.loader.csv' => '?',
  2987.             'translation.loader.dat' => '?',
  2988.             'translation.loader.ini' => '?',
  2989.             'translation.loader.json' => '?',
  2990.             'translation.loader.mo' => '?',
  2991.             'translation.loader.php' => '?',
  2992.             'translation.loader.po' => '?',
  2993.             'translation.loader.qt' => '?',
  2994.             'translation.loader.res' => '?',
  2995.             'translation.loader.xliff' => '?',
  2996.             'translation.loader.yml' => '?',
  2997.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('LANGUAGE'), ['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' => ['en' => [=> (\dirname(__DIR__4).'/translations/CO2Tag.en.xliff'), => (\dirname(__DIR__4).'/translations/Color.en.xliff'), => (\dirname(__DIR__4).'/translations/DealerShip.en.xliff'), => (\dirname(__DIR__4).'/translations/Deposit.en.xliff'), => (\dirname(__DIR__4).'/translations/DoorNumber.en.xliff'), => (\dirname(__DIR__4).'/translations/DriveWheel.en.xliff'), => (\dirname(__DIR__4).'/translations/Energy.en.xliff'), => (\dirname(__DIR__4).'/translations/ExellencePackConfig.en.xliff'), => (\dirname(__DIR__4).'/translations/Finance.en.xliff'), => (\dirname(__DIR__4).'/translations/Gearbox.en.xliff'), 10 => (\dirname(__DIR__4).'/translations/Guarantee.en.xliff'), 11 => (\dirname(__DIR__4).'/translations/GuaranteeItem.en.xliff'), 12 => (\dirname(__DIR__4).'/translations/LoadConfiguration.en.xliff'), 13 => (\dirname(__DIR__4).'/translations/Model.en.xliff'), 14 => (\dirname(__DIR__4).'/translations/ModelCar.en.xliff'), 15 => (\dirname(__DIR__4).'/translations/ModelGuarantee.en.xliff'), 16 => (\dirname(__DIR__4).'/translations/ModelType.en.xliff'), 17 => (\dirname(__DIR__4).'/translations/Motorization.en.xliff'), 18 => (\dirname(__DIR__4).'/translations/NumberOfReport.en.xliff'), 19 => (\dirname(__DIR__4).'/translations/Order.en.xliff'), 20 => (\dirname(__DIR__4).'/translations/Payment.en.xliff'), 21 => (\dirname(__DIR__4).'/translations/Setting.en.xliff'), 22 => (\dirname(__DIR__4).'/translations/SonataAdminBundle.en.xlf'), 23 => (\dirname(__DIR__4).'/translations/SonataAdminMenu.en.xliff'), 24 => (\dirname(__DIR__4).'/translations/SonataUserBundle.en.xlf'), 25 => (\dirname(__DIR__4).'/translations/Vehicle.en.xliff'), 26 => (\dirname(__DIR__4).'/translations/VehicleColor.en.xliff'), 27 => (\dirname(__DIR__4).'/translations/Version.en.xliff'), 28 => (\dirname(__DIR__4).'/translations/import.en.xliff'), 29 => (\dirname(__DIR__4).'/translations/messages.en.xliff'), 30 => (\dirname(__DIR__4).'/translations/validators.en.xliff'), 31 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 32 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.en.xliff'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 43 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 44 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 45 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/translations/CO2Tag.fr.xliff'), => (\dirname(__DIR__4).'/translations/Color.fr.xliff'), => (\dirname(__DIR__4).'/translations/DealerShip.fr.xliff'), => (\dirname(__DIR__4).'/translations/Deposit.fr.xliff'), => (\dirname(__DIR__4).'/translations/DoorNumber.fr.xliff'), => (\dirname(__DIR__4).'/translations/DriveWheel.fr.xliff'), => (\dirname(__DIR__4).'/translations/Energy.fr.xliff'), => (\dirname(__DIR__4).'/translations/ExellencePackConfig.fr.xliff'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/Finance.fr.xliff'), 10 => (\dirname(__DIR__4).'/translations/Gearbox.fr.xliff'), 11 => (\dirname(__DIR__4).'/translations/Guarantee.fr.xliff'), 12 => (\dirname(__DIR__4).'/translations/GuaranteeItem.fr.xliff'), 13 => (\dirname(__DIR__4).'/translations/LoadConfiguration.fr.xliff'), 14 => (\dirname(__DIR__4).'/translations/Model.fr.xliff'), 15 => (\dirname(__DIR__4).'/translations/ModelCar.fr.xliff'), 16 => (\dirname(__DIR__4).'/translations/ModelGuarantee.fr.xliff'), 17 => (\dirname(__DIR__4).'/translations/ModelType.fr.xliff'), 18 => (\dirname(__DIR__4).'/translations/Motorization.fr.xliff'), 19 => (\dirname(__DIR__4).'/translations/NumberOfReport.fr.xliff'), 20 => (\dirname(__DIR__4).'/translations/Order.fr.xliff'), 21 => (\dirname(__DIR__4).'/translations/Payment.fr.xliff'), 22 => (\dirname(__DIR__4).'/translations/Setting.fr.xliff'), 23 => (\dirname(__DIR__4).'/translations/SonataAdminBundle.fr.xlf'), 24 => (\dirname(__DIR__4).'/translations/SonataAdminMenu.fr.xliff'), 25 => (\dirname(__DIR__4).'/translations/SonataMediaBundle.fr.xlf'), 26 => (\dirname(__DIR__4).'/translations/SonataUserBundle.fr.xlf'), 27 => (\dirname(__DIR__4).'/translations/Vehicle.fr.xliff'), 28 => (\dirname(__DIR__4).'/translations/VehicleColor.fr.xliff'), 29 => (\dirname(__DIR__4).'/translations/Version.fr.xliff'), 30 => (\dirname(__DIR__4).'/translations/_undefined.fr.xlf'), 31 => (\dirname(__DIR__4).'/translations/import.fr.xliff'), 32 => (\dirname(__DIR__4).'/translations/messages.fr.xliff'), 33 => (\dirname(__DIR__4).'/translations/validators.fr.xliff'), 34 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 35 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 36 => (\dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Resources/translations/messages.fr.xlf'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.fr.xliff'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff'), 45 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 46 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 47 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf')], 'af' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => (\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/symfony/validator/Resources/translations/validators.ar.xlf')], 'bg' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff'), => (\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/symfony/validator/Resources/translations/validators.bg.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'ca' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff'), => (\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/symfony/validator/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), 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'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 14 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml'), => (\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/symfony/validator/Resources/translations/validators.el.xlf')], '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')], 'es' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\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/symfony/validator/Resources/translations/validators.eu.xlf')], 'fa' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff'), => (\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/symfony/validator/Resources/translations/validators.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), => (\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/symfony/validator/Resources/translations/validators.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml'), => (\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/symfony/validator/Resources/translations/validators.he.xlf')], 'hr' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff'), => (\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/symfony/validator/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf')], 'it' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf')], 'ja' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf')], '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')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\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/symfony/validator/Resources/translations/validators.lb.xlf')], 'lt' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff'), => (\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/symfony/validator/Resources/translations/validators.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\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/symfony/validator/Resources/translations/validators.lv.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), => (\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/symfony/validator/Resources/translations/validators.nb.xlf')], 'nl' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf')], 'pl' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff'), => (\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/symfony/validator/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff'), => (\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/symfony/validator/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sk.xliff'), => (\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/symfony/validator/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf')], 'sr_Latn' => [=> (\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'), => (\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/symfony/validator/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), => (\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/symfony/validator/Resources/translations/validators.th.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\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/symfony/validator/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\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/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff'), => (\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/symfony/validator/Resources/translations/validators.uk.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml'), => (\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/symfony/validator/Resources/translations/validators.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\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/symfony/validator/Resources/translations/validators.zh_CN.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff'), => (\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/symfony/validator/Resources/translations/validators.no.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')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\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'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')]], '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/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/SonataMediaBundle/translations'), 54 => (\dirname(__DIR__4).'/bundles/Suzuki/AccountBundle/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/AccountBundle/translations'), 56 => (\dirname(__DIR__4).'/bundles/Suzuki/OrderBundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/OrderBundle/translations'), 58 => (\dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/SuzukiBundle/translations'), 60 => (\dirname(__DIR__4).'/bundles/Suzuki/RestBundle/translations'), 61 => (\dirname(__DIR__4).'/src/Resources/RestBundle/translations'), 62 => (\dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/translations'), 63 => (\dirname(__DIR__4).'/src/Resources/CoreBundle/translations'), 64 => (\dirname(__DIR__4).'/bundles/Suzuki/MediaBundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/MediaBundle/translations'), 66 => (\dirname(__DIR__4).'/bundles/Suzuki/SettingBundle/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/SettingBundle/translations'), 68 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 69 => (\dirname(__DIR__4).'/src/Resources/KnpMarkdownBundle/translations'), 70 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 71 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 72 => (\dirname(__DIR__4).'/src/Resources/SonataFormatterBundle/translations'), 73 => (\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/translations'), 74 => (\dirname(__DIR__4).'/src/Resources/SonataIntlBundle/translations'), 75 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 76 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 77 => (\dirname(__DIR__4).'/bundles/Suzuki/ChartBundle/translations'), 78 => (\dirname(__DIR__4).'/src/Resources/ChartBundle/translations'), 79 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 80 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 81 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 82 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 83 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 84 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 85 => (\dirname(__DIR__4).'/src/Resources/NoxlogicRateLimitBundle/translations'), 86 => (\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/datagrid-bundle/src/Resources/translations'=> 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'=> 'vendor/sonata-project/media-bundle/src/Resources/translations'10 => 'vendor/sonata-project/formatter-bundle/src/Resources/translations'11 => 'vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Resources/translations'12 => 'translations'13 => 'vendor/symfony/framework-bundle/translations'14 => 'src/Resources/FrameworkBundle/translations'15 => 'vendor/doctrine/doctrine-cache-bundle/translations'16 => 'src/Resources/DoctrineCacheBundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'src/Resources/DoctrineBundle/translations'19 => 'vendor/doctrine/doctrine-migrations-bundle/translations'20 => 'src/Resources/DoctrineMigrationsBundle/translations'21 => 'vendor/symfony/maker-bundle/src/translations'22 => 'src/Resources/MakerBundle/translations'23 => 'vendor/friendsofsymfony/rest-bundle/translations'24 => 'src/Resources/FOSRestBundle/translations'25 => 'vendor/nelmio/api-doc-bundle/translations'26 => 'src/Resources/NelmioApiDocBundle/translations'27 => 'vendor/sonata-project/easy-extends-bundle/src/translations'28 => 'src/Resources/SonataEasyExtendsBundle/translations'29 => 'src/Resources/SonataDatagridBundle/translations'30 => 'src/Resources/SonataCoreBundle/translations'31 => 'vendor/symfony/twig-bundle/translations'32 => 'src/Resources/TwigBundle/translations'33 => 'vendor/symfony/security-bundle/translations'34 => 'src/Resources/SecurityBundle/translations'35 => 'src/Resources/SonataBlockBundle/translations'36 => 'vendor/knplabs/knp-menu-bundle/src/translations'37 => 'src/Resources/KnpMenuBundle/translations'38 => 'src/Resources/SonataAdminBundle/translations'39 => 'src/Resources/FOSUserBundle/translations'40 => 'src/Resources/SonataUserBundle/translations'41 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'42 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'43 => 'vendor/symfony/swiftmailer-bundle/translations'44 => 'src/Resources/SwiftmailerBundle/translations'45 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'46 => 'src/Resources/DoctrineFixturesBundle/translations'47 => 'vendor/symfony/web-profiler-bundle/translations'48 => 'src/Resources/WebProfilerBundle/translations'49 => 'vendor/sensio/framework-extra-bundle/src/translations'50 => 'src/Resources/SensioFrameworkExtraBundle/translations'51 => 'vendor/jms/serializer-bundle/translations'52 => 'src/Resources/JMSSerializerBundle/translations'53 => 'src/Resources/SonataMediaBundle/translations'54 => 'bundles/Suzuki/AccountBundle/translations'55 => 'src/Resources/AccountBundle/translations'56 => 'bundles/Suzuki/OrderBundle/translations'57 => 'src/Resources/OrderBundle/translations'58 => 'bundles/Suzuki/SuzukiBundle/translations'59 => 'src/Resources/SuzukiBundle/translations'60 => 'bundles/Suzuki/RestBundle/translations'61 => 'src/Resources/RestBundle/translations'62 => 'bundles/Suzuki/CoreBundle/translations'63 => 'src/Resources/CoreBundle/translations'64 => 'bundles/Suzuki/MediaBundle/translations'65 => 'src/Resources/MediaBundle/translations'66 => 'bundles/Suzuki/SettingBundle/translations'67 => 'src/Resources/SettingBundle/translations'68 => 'vendor/knplabs/knp-markdown-bundle/translations'69 => 'src/Resources/KnpMarkdownBundle/translations'70 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'71 => 'src/Resources/FOSCKEditorBundle/translations'72 => 'src/Resources/SonataFormatterBundle/translations'73 => 'vendor/sonata-project/intl-bundle/src/translations'74 => 'src/Resources/SonataIntlBundle/translations'75 => 'vendor/knplabs/knp-snappy-bundle/src/translations'76 => 'src/Resources/KnpSnappyBundle/translations'77 => 'bundles/Suzuki/ChartBundle/translations'78 => 'src/Resources/ChartBundle/translations'79 => 'vendor/stof/doctrine-extensions-bundle/translations'80 => 'src/Resources/StofDoctrineExtensionsBundle/translations'81 => 'vendor/nelmio/cors-bundle/translations'82 => 'src/Resources/NelmioCorsBundle/translations'83 => 'vendor/symfony/monolog-bundle/translations'84 => 'src/Resources/MonologBundle/translations'85 => 'src/Resources/NoxlogicRateLimitBundle/translations'86 => 'src/Resources/translations']]]);
  2998.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2999.         $instance->setFallbackLocales([=> $this->getEnv('LANGUAGE')]);
  3000.         return $instance;
  3001.     }
  3002.     /**
  3003.      * Gets the private 'twig.loader.filesystem' shared service.
  3004.      *
  3005.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  3006.      */
  3007.     protected function getTwig_Loader_FilesystemService()
  3008.     {
  3009.         $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  3010.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  3011.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3012.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3013.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3014.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3015.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  3016.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  3017.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  3018.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  3019.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  3020.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  3021.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3022.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3023.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3024.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3025.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  3026.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  3027.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  3028.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  3029.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  3030.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  3031.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  3032.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  3033.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  3034.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  3035.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  3036.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  3037.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3038.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3039.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3040.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3041.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  3042.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  3043.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/OrderBundle/Resources/views'), 'Order');
  3044.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/OrderBundle/Resources/views'), '!Order');
  3045.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle/Resources/views'), 'Suzuki');
  3046.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle/Resources/views'), '!Suzuki');
  3047.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/RestBundle/Resources/views'), 'Rest');
  3048.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/RestBundle/Resources/views'), '!Rest');
  3049.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/Resources/views'), 'Core');
  3050.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/CoreBundle/Resources/views'), '!Core');
  3051.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/SettingBundle/Resources/views'), 'Setting');
  3052.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/SettingBundle/Resources/views'), '!Setting');
  3053.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  3054.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  3055.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), 'SonataFormatter');
  3056.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), '!SonataFormatter');
  3057.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Resources/views'), 'SonataIntl');
  3058.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Resources/views'), '!SonataIntl');
  3059.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/ChartBundle/Resources/views'), 'Chart');
  3060.         $instance->addPath((\dirname(__DIR__4).'/bundles/Suzuki/ChartBundle/Resources/views'), '!Chart');
  3061.         $instance->addPath((\dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Resources/views'), 'NoxlogicRateLimit');
  3062.         $instance->addPath((\dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle/Resources/views'), '!NoxlogicRateLimit');
  3063.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3064.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3065.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3066.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3067.         return $instance;
  3068.     }
  3069.     /**
  3070.      * Gets the private 'validator.builder' shared service.
  3071.      *
  3072.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3073.      */
  3074.     protected function getValidator_BuilderService()
  3075.     {
  3076.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3077.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3078.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3079.         $instance->setTranslationDomain('validators');
  3080.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml')]);
  3081.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3082.         $instance->addMethodMapping('loadValidatorMetadata');
  3083.         $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()))]);
  3084.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3085.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the private 'validator.validator_factory' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3092.      */
  3093.     protected function getValidator_ValidatorFactoryService()
  3094.     {
  3095.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3096.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  3097.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  3098.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService.php'true],
  3099.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService.php'true],
  3100.             'Suzuki\\AccountBundle\\Validator\\Constraints\\CheckDealerShipByRoleValidator' => ['privates''Suzuki\\AccountBundle\\Validator\\Constraints\\CheckDealerShipByRoleValidator''getCheckDealerShipByRoleValidatorService.php'true],
  3101.             'Suzuki\\SuzukiBundle\\Validator\\Constraints\\CheckVehicleValidator' => ['privates''Suzuki\\SuzukiBundle\\Validator\\Constraints\\CheckVehicleValidator''getCheckVehicleValidatorService.php'true],
  3102.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3103.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3104.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3105.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3106.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3107.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3108.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3109.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  3110.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  3111.             'sonata.formatter.validator.formatter' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService.php'true],
  3112.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService.php'true],
  3113.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3114.         ], [
  3115.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  3116.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3117.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => '?',
  3118.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  3119.             'Suzuki\\AccountBundle\\Validator\\Constraints\\CheckDealerShipByRoleValidator' => '?',
  3120.             'Suzuki\\SuzukiBundle\\Validator\\Constraints\\CheckVehicleValidator' => '?',
  3121.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3122.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3123.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3124.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3125.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3126.             'doctrine.orm.validator.unique' => '?',
  3127.             'security.validator.user_password' => '?',
  3128.             'sonata.admin.validator.inline' => '?',
  3129.             'sonata.core.validator.inline' => '?',
  3130.             'sonata.formatter.validator.formatter' => '?',
  3131.             'sonata.media.validator.format' => '?',
  3132.             'validator.expression' => '?',
  3133.         ]));
  3134.     }
  3135.     /**
  3136.      * Gets the private 'web_profiler.csp.handler' shared service.
  3137.      *
  3138.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3139.      */
  3140.     protected function getWebProfiler_Csp_HandlerService()
  3141.     {
  3142.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3143.     }
  3144.     /**
  3145.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3146.      *
  3147.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3148.      */
  3149.     protected function getWebProfiler_DebugToolbarService()
  3150.     {
  3151.         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()));
  3152.     }
  3153.     /**
  3154.      * @return array|bool|float|int|string|null
  3155.      */
  3156.     public function getParameter($name)
  3157.     {
  3158.         $name = (string) $name;
  3159.         if (isset($this->buildParameters[$name])) {
  3160.             return $this->buildParameters[$name];
  3161.         }
  3162.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  3163.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3164.         }
  3165.         if (isset($this->loadedDynamicParameters[$name])) {
  3166.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3167.         }
  3168.         return $this->parameters[$name];
  3169.     }
  3170.     public function hasParameter($name): bool
  3171.     {
  3172.         $name = (string) $name;
  3173.         if (isset($this->buildParameters[$name])) {
  3174.             return true;
  3175.         }
  3176.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  3177.     }
  3178.     public function setParameter($name$value): void
  3179.     {
  3180.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3181.     }
  3182.     public function getParameterBag(): ParameterBagInterface
  3183.     {
  3184.         if (null === $this->parameterBag) {
  3185.             $parameters $this->parameters;
  3186.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3187.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3188.             }
  3189.             foreach ($this->buildParameters as $name => $value) {
  3190.                 $parameters[$name] = $value;
  3191.             }
  3192.             $this->parameterBag = new FrozenParameterBag($parameters);
  3193.         }
  3194.         return $this->parameterBag;
  3195.     }
  3196.     private $loadedDynamicParameters = [
  3197.         'kernel.cache_dir' => false,
  3198.         'MAILER_FROM' => false,
  3199.         'MAILER_SUBJECT' => false,
  3200.         'API_DEALERSHIP' => false,
  3201.         'API_SUZUKI_RELANCE' => false,
  3202.         'locale' => false,
  3203.         'kernel.secret' => false,
  3204.         'kernel.default_locale' => false,
  3205.         'session.save_path' => false,
  3206.         'validator.mapping.cache.file' => false,
  3207.         'profiler.storage.dsn' => false,
  3208.         'debug.container.dump' => false,
  3209.         'serializer.mapping.cache.file' => false,
  3210.         'doctrine.orm.proxy_dir' => false,
  3211.         'fos_user.registration.confirmation.from_email' => false,
  3212.         'fos_user.resetting.email.from_email' => false,
  3213.         'swiftmailer.spool.default.memory.path' => false,
  3214.         'knp_snappy.pdf.binary' => false,
  3215.         'stof_doctrine_extensions.default_locale' => false,
  3216.         'nelmio_cors.defaults' => false,
  3217.     ];
  3218.     private $dynamicParameters = [];
  3219.     private function getDynamicParameter(string $name)
  3220.     {
  3221.         switch ($name) {
  3222.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3223.             case 'MAILER_FROM'$value $this->getEnv('MAILER_FROM'); break;
  3224.             case 'MAILER_SUBJECT'$value $this->getEnv('MAILER_SUBJECT'); break;
  3225.             case 'API_DEALERSHIP'$value $this->getEnv('API_DEALERSHIP'); break;
  3226.             case 'API_SUZUKI_RELANCE'$value $this->getEnv('API_SUZUKI_RELANCE'); break;
  3227.             case 'locale'$value $this->getEnv('LANGUAGE'); break;
  3228.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3229.             case 'kernel.default_locale'$value $this->getEnv('LANGUAGE'); break;
  3230.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3231.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3232.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3233.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  3234.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3235.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3236.             case 'fos_user.registration.confirmation.from_email'$value = [
  3237.                 $this->getEnv('MAILER_FROM') => $this->getEnv('MAILER_FROM'),
  3238.             ]; break;
  3239.             case 'fos_user.resetting.email.from_email'$value = [
  3240.                 $this->getEnv('MAILER_FROM') => $this->getEnv('MAILER_FROM'),
  3241.             ]; break;
  3242.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3243.             case 'knp_snappy.pdf.binary'$value $this->getEnv('resolve:WKHTMLTOPDF_PATH'); break;
  3244.             case 'stof_doctrine_extensions.default_locale'$value $this->getEnv('LANGUAGE'); break;
  3245.             case 'nelmio_cors.defaults'$value = [
  3246.                 'allow_origin' => [
  3247.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3248.                 ],
  3249.                 'allow_credentials' => false,
  3250.                 'allow_headers' => [
  3251.                     => 'content-type',
  3252.                     => 'authorization',
  3253.                 ],
  3254.                 'expose_headers' => [
  3255.                     => 'Link',
  3256.                 ],
  3257.                 'allow_methods' => [
  3258.                     => 'GET',
  3259.                     => 'OPTIONS',
  3260.                     => 'POST',
  3261.                     => 'PUT',
  3262.                     => 'PATCH',
  3263.                     => 'DELETE',
  3264.                 ],
  3265.                 'max_age' => 3600,
  3266.                 'hosts' => [
  3267.                 ],
  3268.                 'origin_regex' => false,
  3269.                 'forced_allow_origin_value' => NULL,
  3270.             ]; break;
  3271.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3272.         }
  3273.         $this->loadedDynamicParameters[$name] = true;
  3274.         return $this->dynamicParameters[$name] = $value;
  3275.     }
  3276.     protected function getDefaultParameters(): array
  3277.     {
  3278.         return [
  3279.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  3280.             'kernel.project_dir' => \dirname(__DIR__4),
  3281.             'kernel.environment' => 'dev',
  3282.             'kernel.debug' => true,
  3283.             'kernel.name' => 'src',
  3284.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3285.             'kernel.bundles' => [
  3286.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3287.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3288.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3289.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3290.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3291.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3292.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3293.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  3294.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  3295.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  3296.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3297.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3298.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3299.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3300.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3301.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3302.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  3303.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3304.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3305.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3306.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3307.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3308.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3309.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  3310.                 'AccountBundle' => 'Suzuki\\AccountBundle\\AccountBundle',
  3311.                 'OrderBundle' => 'Suzuki\\OrderBundle\\OrderBundle',
  3312.                 'SuzukiBundle' => 'Suzuki\\SuzukiBundle\\SuzukiBundle',
  3313.                 'RestBundle' => 'Suzuki\\RestBundle\\RestBundle',
  3314.                 'CoreBundle' => 'Suzuki\\CoreBundle\\CoreBundle',
  3315.                 'MediaBundle' => 'Suzuki\\MediaBundle\\MediaBundle',
  3316.                 'SettingBundle' => 'Suzuki\\SettingBundle\\SettingBundle',
  3317.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  3318.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3319.                 'SonataFormatterBundle' => 'Sonata\\FormatterBundle\\SonataFormatterBundle',
  3320.                 'SonataIntlBundle' => 'Sonata\\IntlBundle\\SonataIntlBundle',
  3321.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3322.                 'ChartBundle' => 'Suzuki\\ChartBundle\\ChartBundle',
  3323.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3324.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3325.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3326.                 'NoxlogicRateLimitBundle' => 'Noxlogic\\RateLimitBundle\\NoxlogicRateLimitBundle',
  3327.             ],
  3328.             'kernel.bundles_metadata' => [
  3329.                 'FrameworkBundle' => [
  3330.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3331.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3332.                 ],
  3333.                 'DoctrineCacheBundle' => [
  3334.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  3335.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  3336.                 ],
  3337.                 'DoctrineBundle' => [
  3338.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3339.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3340.                 ],
  3341.                 'DoctrineMigrationsBundle' => [
  3342.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3343.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3344.                 ],
  3345.                 'MakerBundle' => [
  3346.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3347.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3348.                 ],
  3349.                 'FOSRestBundle' => [
  3350.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  3351.                     'namespace' => 'FOS\\RestBundle',
  3352.                 ],
  3353.                 'NelmioApiDocBundle' => [
  3354.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3355.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3356.                 ],
  3357.                 'SonataEasyExtendsBundle' => [
  3358.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  3359.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  3360.                 ],
  3361.                 'SonataDatagridBundle' => [
  3362.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  3363.                     'namespace' => 'Sonata\\DatagridBundle',
  3364.                 ],
  3365.                 'SonataCoreBundle' => [
  3366.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  3367.                     'namespace' => 'Sonata\\CoreBundle',
  3368.                 ],
  3369.                 'TwigBundle' => [
  3370.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3371.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3372.                 ],
  3373.                 'SecurityBundle' => [
  3374.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3375.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3376.                 ],
  3377.                 'SonataBlockBundle' => [
  3378.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  3379.                     'namespace' => 'Sonata\\BlockBundle',
  3380.                 ],
  3381.                 'KnpMenuBundle' => [
  3382.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3383.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3384.                 ],
  3385.                 'SonataAdminBundle' => [
  3386.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  3387.                     'namespace' => 'Sonata\\AdminBundle',
  3388.                 ],
  3389.                 'FOSUserBundle' => [
  3390.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  3391.                     'namespace' => 'FOS\\UserBundle',
  3392.                 ],
  3393.                 'SonataUserBundle' => [
  3394.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  3395.                     'namespace' => 'Sonata\\UserBundle',
  3396.                 ],
  3397.                 'SonataDoctrineORMAdminBundle' => [
  3398.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3399.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3400.                 ],
  3401.                 'SwiftmailerBundle' => [
  3402.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3403.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3404.                 ],
  3405.                 'DoctrineFixturesBundle' => [
  3406.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3407.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3408.                 ],
  3409.                 'WebProfilerBundle' => [
  3410.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3411.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3412.                 ],
  3413.                 'SensioFrameworkExtraBundle' => [
  3414.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3415.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3416.                 ],
  3417.                 'JMSSerializerBundle' => [
  3418.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  3419.                     'namespace' => 'JMS\\SerializerBundle',
  3420.                 ],
  3421.                 'SonataMediaBundle' => [
  3422.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src'),
  3423.                     'namespace' => 'Sonata\\MediaBundle',
  3424.                 ],
  3425.                 'AccountBundle' => [
  3426.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/AccountBundle'),
  3427.                     'namespace' => 'Suzuki\\AccountBundle',
  3428.                 ],
  3429.                 'OrderBundle' => [
  3430.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/OrderBundle'),
  3431.                     'namespace' => 'Suzuki\\OrderBundle',
  3432.                 ],
  3433.                 'SuzukiBundle' => [
  3434.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/SuzukiBundle'),
  3435.                     'namespace' => 'Suzuki\\SuzukiBundle',
  3436.                 ],
  3437.                 'RestBundle' => [
  3438.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/RestBundle'),
  3439.                     'namespace' => 'Suzuki\\RestBundle',
  3440.                 ],
  3441.                 'CoreBundle' => [
  3442.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/CoreBundle'),
  3443.                     'namespace' => 'Suzuki\\CoreBundle',
  3444.                 ],
  3445.                 'MediaBundle' => [
  3446.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/MediaBundle'),
  3447.                     'namespace' => 'Suzuki\\MediaBundle',
  3448.                 ],
  3449.                 'SettingBundle' => [
  3450.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/SettingBundle'),
  3451.                     'namespace' => 'Suzuki\\SettingBundle',
  3452.                 ],
  3453.                 'KnpMarkdownBundle' => [
  3454.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  3455.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  3456.                 ],
  3457.                 'FOSCKEditorBundle' => [
  3458.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3459.                     'namespace' => 'FOS\\CKEditorBundle',
  3460.                 ],
  3461.                 'SonataFormatterBundle' => [
  3462.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src'),
  3463.                     'namespace' => 'Sonata\\FormatterBundle',
  3464.                 ],
  3465.                 'SonataIntlBundle' => [
  3466.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src'),
  3467.                     'namespace' => 'Sonata\\IntlBundle',
  3468.                 ],
  3469.                 'KnpSnappyBundle' => [
  3470.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3471.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3472.                 ],
  3473.                 'ChartBundle' => [
  3474.                     'path' => (\dirname(__DIR__4).'/bundles/Suzuki/ChartBundle'),
  3475.                     'namespace' => 'Suzuki\\ChartBundle',
  3476.                 ],
  3477.                 'StofDoctrineExtensionsBundle' => [
  3478.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  3479.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3480.                 ],
  3481.                 'NelmioCorsBundle' => [
  3482.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3483.                     'namespace' => 'Nelmio\\CorsBundle',
  3484.                 ],
  3485.                 'MonologBundle' => [
  3486.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3487.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3488.                 ],
  3489.                 'NoxlogicRateLimitBundle' => [
  3490.                     'path' => (\dirname(__DIR__4).'/vendor/noxlogic/ratelimit-bundle/Noxlogic/RateLimitBundle'),
  3491.                     'namespace' => 'Noxlogic\\RateLimitBundle',
  3492.                 ],
  3493.             ],
  3494.             'kernel.charset' => 'UTF-8',
  3495.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  3496.             'container.dumper.inline_class_loader' => true,
  3497.             'env(DATABASE_URL)' => '',
  3498.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  3499.             'event_dispatcher.event_aliases' => [
  3500.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3501.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3502.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3503.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3504.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3505.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3506.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3507.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3508.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3509.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3510.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3511.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3512.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3513.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3514.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3515.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3516.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3517.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3518.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3519.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3520.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3521.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3522.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3523.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3524.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3525.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3526.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3527.             ],
  3528.             'fragment.renderer.hinclude.global_template' => NULL,
  3529.             'fragment.path' => '/_fragment',
  3530.             'kernel.http_method_override' => true,
  3531.             'kernel.trusted_hosts' => [
  3532.             ],
  3533.             'kernel.error_controller' => 'error_controller',
  3534.             'templating.helper.code.file_link_format' => NULL,
  3535.             'debug.file_link_format' => NULL,
  3536.             'session.metadata.storage_key' => '_sf2_meta',
  3537.             'session.storage.options' => [
  3538.                 'cache_limiter' => '0',
  3539.                 'cookie_lifetime' => 2592000,
  3540.                 'cookie_secure' => 'auto',
  3541.                 'cookie_httponly' => true,
  3542.                 'cookie_samesite' => 'lax',
  3543.                 'gc_maxlifetime' => 2592000,
  3544.                 'gc_probability' => 1,
  3545.             ],
  3546.             'session.metadata.update_threshold' => 0,
  3547.             'form.type_extension.csrf.enabled' => true,
  3548.             'form.type_extension.csrf.field_name' => '_token',
  3549.             'asset.request_context.base_path' => '',
  3550.             'asset.request_context.secure' => false,
  3551.             'templating.loader.cache.path' => NULL,
  3552.             'templating.engines' => [
  3553.                 => 'twig',
  3554.             ],
  3555.             'validator.mapping.cache.prefix' => '',
  3556.             'validator.translation_domain' => 'validators',
  3557.             'translator.logging' => false,
  3558.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3559.             'profiler_listener.only_exceptions' => false,
  3560.             'profiler_listener.only_master_requests' => false,
  3561.             'debug.error_handler.throw_at' => -1,
  3562.             'router.request_context.host' => 'localhost',
  3563.             'router.request_context.scheme' => 'http',
  3564.             'router.request_context.base_url' => '',
  3565.             'router.resource' => 'kernel::loadRoutes',
  3566.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  3567.             'request_listener.http_port' => 80,
  3568.             'request_listener.https_port' => 443,
  3569.             'serializer.mapping.cache.prefix' => '',
  3570.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3571.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3572.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3573.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3574.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3575.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3576.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3577.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3578.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3579.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3580.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3581.             'doctrine_cache.memcache.host' => 'localhost',
  3582.             'doctrine_cache.memcache.port' => 11211,
  3583.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3584.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3585.             'doctrine_cache.memcached.host' => 'localhost',
  3586.             'doctrine_cache.memcached.port' => 11211,
  3587.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3588.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3589.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3590.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3591.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3592.             'doctrine_cache.predis.scheme' => 'tcp',
  3593.             'doctrine_cache.predis.host' => 'localhost',
  3594.             'doctrine_cache.predis.port' => 6379,
  3595.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3596.             'doctrine_cache.redis.connection.class' => 'Redis',
  3597.             'doctrine_cache.redis.host' => 'localhost',
  3598.             'doctrine_cache.redis.port' => 6379,
  3599.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3600.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3601.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3602.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3603.             'doctrine_cache.riak.host' => 'localhost',
  3604.             'doctrine_cache.riak.port' => 8087,
  3605.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3606.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3607.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3608.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3609.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3610.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3611.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3612.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3613.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3614.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3615.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3616.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3617.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3618.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3619.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3620.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3621.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3622.             'doctrine.entity_managers' => [
  3623.                 'default' => 'doctrine.orm.default_entity_manager',
  3624.             ],
  3625.             'doctrine.default_entity_manager' => 'default',
  3626.             'doctrine.dbal.connection_factory.types' => [
  3627.             ],
  3628.             'doctrine.connections' => [
  3629.                 'default' => 'doctrine.dbal.default_connection',
  3630.             ],
  3631.             'doctrine.default_connection' => 'default',
  3632.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3633.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3634.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3635.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3636.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3637.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3638.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3639.             'doctrine.orm.cache.memcache_port' => 11211,
  3640.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3641.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3642.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3643.             'doctrine.orm.cache.memcached_port' => 11211,
  3644.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3645.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3646.             'doctrine.orm.cache.redis_host' => 'localhost',
  3647.             'doctrine.orm.cache.redis_port' => 6379,
  3648.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3649.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3650.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3651.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3652.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3653.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3654.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3655.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3656.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3657.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3658.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3659.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3660.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3661.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3662.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3663.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3664.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3665.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3666.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3667.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3668.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3669.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3670.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3671.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3672.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3673.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3674.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3675.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3676.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3677.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3678.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3679.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/bundles/Suzuki/SettingBundle/Migrations'),
  3680.             'doctrine_migrations.namespace' => 'Suzuki\\SettingBundle\\Migrations',
  3681.             'doctrine_migrations.name' => 'Application Migrations',
  3682.             'doctrine_migrations.migrations_paths' => [
  3683.             ],
  3684.             'doctrine_migrations.table_name' => 'migration_versions',
  3685.             'doctrine_migrations.column_name' => 'version',
  3686.             'doctrine_migrations.column_length' => 14,
  3687.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  3688.             'doctrine_migrations.all_or_nothing' => false,
  3689.             'doctrine_migrations.custom_template' => NULL,
  3690.             'doctrine_migrations.organize_migrations' => false,
  3691.             'fos_rest.format_listener.rules' => NULL,
  3692.             'nelmio_api_doc.areas' => [
  3693.                 => 'default',
  3694.             ],
  3695.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3696.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3697.             'sonata.core.form_type' => 'standard',
  3698.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  3699.             'twig.form.resources' => [
  3700.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3701.                 => 'form_div_layout.html.twig',
  3702.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  3703.                 => '@SonataFormatter/Form/formatter.html.twig',
  3704.                 => '@SonataMedia/Form/media_widgets.html.twig',
  3705.             ],
  3706.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3707.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3708.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3709.             'security.role_hierarchy.roles' => [
  3710.                 'ROLE_REGION_MANAGER' => [
  3711.                     => 'ROLE_USER',
  3712.                     => 'ROLE_SONATA_ADMIN',
  3713.                     => 'ROLE_SONATA_USER_ADMIN_USER_ALL',
  3714.                     => 'ROLE_SUZUKI_ADMIN_PURCHASEORDERS_ALL',
  3715.                     => 'ROLE_SUZUKI_ADMIN_CONFIGURATION_ALL',
  3716.                     => 'ROLE_SUZUKI_ADMIN_STATISTIC_ALL',
  3717.                     => 'ROLE_SUZUKI_ADMIN_CLIENT_TO_RAISE_ALL',
  3718.                     => 'ROLE_SUZUKI_ADMIN_CLIENT_ALL',
  3719.                     => 'ROLE_SUZUKI_ADMIN_DELETED_CONFIGURATION_ALL',
  3720.                     => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_CREATE',
  3721.                 ],
  3722.                 'ROLE_DEALER' => [
  3723.                     => 'ROLE_USER',
  3724.                     => 'ROLE_SONATA_ADMIN',
  3725.                     => 'ROLE_SONATA_USER_ADMIN_USER_ALL',
  3726.                     => 'ROLE_SUZUKI_ADMIN_PURCHASEORDERS_ALL',
  3727.                     => 'ROLE_SUZUKI_ADMIN_CONFIGURATION_ALL',
  3728.                     => 'ROLE_SUZUKI_ADMIN_STATISTIC_ALL',
  3729.                     => 'ROLE_SUZUKI_ADMIN_CLIENT_TO_RAISE_ALL',
  3730.                     => 'ROLE_SUZUKI_ADMIN_CLIENT_ALL',
  3731.                     => 'ROLE_SUZUKI_ADMIN_DELETED_CONFIGURATION_ALL',
  3732.                     => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_CREATE',
  3733.                 ],
  3734.                 'ROLE_SELLER' => [
  3735.                     => 'ROLE_USER',
  3736.                     => 'ROLE_SONATA_ADMIN',
  3737.                     => 'ROLE_SUZUKI_ADMIN_PURCHASEORDERS_ALL',
  3738.                     => 'ROLE_SUZUKI_ADMIN_CONFIGURATION_ALL',
  3739.                     => 'ROLE_SUZUKI_ADMIN_STATISTIC_ALL',
  3740.                     => 'ROLE_SUZUKI_ADMIN_LOAD_CONFIGURATION_ALL',
  3741.                     => 'ROLE_SONATA_USER_ADMIN_USER_EDIT',
  3742.                     => 'ROLE_SUZUKI_ADMIN_CLIENT_TO_RAISE_ALL',
  3743.                     => 'ROLE_SUZUKI_ADMIN_CLIENT_ALL',
  3744.                     => 'ROLE_SUZUKI_ADMIN_DELETED_CONFIGURATION_ALL',
  3745.                     10 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_CREATE',
  3746.                 ],
  3747.                 'ROLE_SUPER_ADMIN' => [
  3748.                     => 'ROLE_SONATA_ADMIN',
  3749.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3750.                     => 'ROLE_SONATA_USER_ADMIN_USER_ALL',
  3751.                     => 'ROLE_SUZUKI_ADMIN_MODEL_ALL',
  3752.                     => 'ROLE_SUZUKI_ADMIN_MOTORIZATION_ALL',
  3753.                     => 'ROLE_SUZUKI_ADMIN_VERSION_ALL',
  3754.                     => 'ROLE_SUZUKI_ADMIN_VEHICLE_ALL',
  3755.                     => 'ROLE_SUZUKI_ADMIN_VEHICLECOLOR_ALL',
  3756.                     => 'ROLE_SUZUKI_ADMIN_DRAG_DROP_MODEL_ALL',
  3757.                     => 'ROLE_SUZUKI_ADMIN_GUARANTEE_ALL',
  3758.                     10 => 'ROLE_SUZUKI_ADMIN_GUARANTEEITEM_ALL',
  3759.                     11 => 'ROLE_SUZUKI_ADMIN_MODEL_GUARANTEE_ALL',
  3760.                     12 => 'ROLE_SUZUKI_ADMIN_ENERGY_ALL',
  3761.                     13 => 'ROLE_SUZUKI_ADMIN_TYPE_ALL',
  3762.                     14 => 'ROLE_SUZUKI_ADMIN_DRIVEWHEEL_ALL',
  3763.                     15 => 'ROLE_SUZUKI_ADMIN_GEARBOX_ALL',
  3764.                     16 => 'ROLE_SUZUKI_ADMIN_DOORNUMBER_ALL',
  3765.                     17 => 'ROLE_SUZUKI_ADMIN_NUMBEROFREPORT_ALL',
  3766.                     18 => 'ROLE_SUZUKI_ADMIN_FINANCE_ALL',
  3767.                     19 => 'ROLE_SUZUKI_ADMIN_SETTING_ALL',
  3768.                     20 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_ALL',
  3769.                     21 => 'ROLE_SUZUKI_ADMIN_COLOR_ALL',
  3770.                     22 => 'ROLE_SUZUKI_ADMIN_MODEL_MOTORIZATION_ALL',
  3771.                     23 => 'ROLE_SUZUKI_ADMIN_DEALER_SHIP_ALL',
  3772.                     24 => 'ROLE_SUZUKI_ADMIN_EXELLENCE_CONFIG_ALL',
  3773.                 ],
  3774.                 'ROLE_ADMIN' => [
  3775.                     => 'ROLE_SONATA_ADMIN',
  3776.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3777.                     => 'ROLE_SONATA_USER_ADMIN_USER_ALL',
  3778.                     => 'ROLE_SUZUKI_ADMIN_STATISTIC_ALL',
  3779.                     => 'ROLE_SUZUKI_ADMIN_MODEL_ALL',
  3780.                     => 'ROLE_SUZUKI_ADMIN_MODELCAR_ALL',
  3781.                     => 'ROLE_SUZUKI_ADMIN_MOTORIZATION_ALL',
  3782.                     => 'ROLE_SUZUKI_ADMIN_VERSION_ALL',
  3783.                     => 'ROLE_SUZUKI_ADMIN_VEHICLE_ALL',
  3784.                     => 'ROLE_SUZUKI_ADMIN_VEHICLECOLOR_ALL',
  3785.                     10 => 'ROLE_SUZUKI_ADMIN_DRAG_DROP_MODEL_ALL',
  3786.                     11 => 'ROLE_SUZUKI_ADMIN_GUARANTEE_ALL',
  3787.                     12 => 'ROLE_SUZUKI_ADMIN_GUARANTEEITEM_ALL',
  3788.                     13 => 'ROLE_SUZUKI_ADMIN_MODEL_GUARANTEE_ALL',
  3789.                     14 => 'ROLE_SUZUKI_ADMIN_ENERGY_ALL',
  3790.                     15 => 'ROLE_SUZUKI_ADMIN_TYPE_ALL',
  3791.                     16 => 'ROLE_SUZUKI_ADMIN_DRIVEWHEEL_ALL',
  3792.                     17 => 'ROLE_SUZUKI_ADMIN_GEARBOX_ALL',
  3793.                     18 => 'ROLE_SUZUKI_ADMIN_DOORNUMBER_ALL',
  3794.                     19 => 'ROLE_SUZUKI_ADMIN_NUMBEROFREPORT_ALL',
  3795.                     20 => 'ROLE_SUZUKI_ADMIN_FINANCE_ALL',
  3796.                     21 => 'ROLE_SUZUKI_ADMIN_SETTING_ALL',
  3797.                     22 => 'ROLE_SONATA_MEDIA_ADMIN_MEDIA_ALL',
  3798.                     23 => 'ROLE_SUZUKI_ADMIN_COLOR_ALL',
  3799.                     24 => 'ROLE_SUZUKI_ADMIN_MODEL_MOTORIZATION_ALL',
  3800.                     25 => 'ROLE_SUZUKI_ADMIN_DEALER_SHIP_ALL',
  3801.                     26 => 'ROLE_SUZUKI_ADMIN_EXELLENCE_CONFIG_ALL',
  3802.                     27 => 'ROLE_SUZUKI_ADMIN_USER_IMPORT_ALL',
  3803.                 ],
  3804.             ],
  3805.             'security.access.denied_url' => NULL,
  3806.             'security.authentication.manager.erase_credentials' => true,
  3807.             'security.authentication.session_strategy.strategy' => 'migrate',
  3808.             'security.access.always_authenticate_before_granting' => false,
  3809.             'security.authentication.hide_user_not_found' => true,
  3810.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  3811.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  3812.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  3813.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  3814.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  3815.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  3816.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  3817.             'sonata.block.container.types' => [
  3818.                 => 'sonata.block.service.container',
  3819.                 => 'sonata.page.block.container',
  3820.                 => 'sonata.dashboard.block.container',
  3821.                 => 'cmf.block.container',
  3822.                 => 'cmf.block.slideshow',
  3823.             ],
  3824.             'sonata_block.blocks' => [
  3825.                 'sonata.admin.block.admin_list' => [
  3826.                     'contexts' => [
  3827.                         => 'admin',
  3828.                     ],
  3829.                     'templates' => [
  3830.                     ],
  3831.                     'cache' => 'sonata.cache.noop',
  3832.                     'settings' => [
  3833.                     ],
  3834.                 ],
  3835.                 'sonata.block.service.container' => [
  3836.                     'contexts' => [
  3837.                     ],
  3838.                     'templates' => [
  3839.                     ],
  3840.                     'cache' => 'sonata.cache.noop',
  3841.                     'settings' => [
  3842.                     ],
  3843.                 ],
  3844.                 'sonata.block.service.empty' => [
  3845.                     'contexts' => [
  3846.                     ],
  3847.                     'templates' => [
  3848.                     ],
  3849.                     'cache' => 'sonata.cache.noop',
  3850.                     'settings' => [
  3851.                     ],
  3852.                 ],
  3853.                 'sonata.block.service.text' => [
  3854.                     'contexts' => [
  3855.                     ],
  3856.                     'templates' => [
  3857.                     ],
  3858.                     'cache' => 'sonata.cache.noop',
  3859.                     'settings' => [
  3860.                     ],
  3861.                 ],
  3862.                 'sonata.block.service.rss' => [
  3863.                     'contexts' => [
  3864.                     ],
  3865.                     'templates' => [
  3866.                     ],
  3867.                     'cache' => 'sonata.cache.noop',
  3868.                     'settings' => [
  3869.                     ],
  3870.                 ],
  3871.                 'sonata.block.service.menu' => [
  3872.                     'contexts' => [
  3873.                     ],
  3874.                     'templates' => [
  3875.                     ],
  3876.                     'cache' => 'sonata.cache.noop',
  3877.                     'settings' => [
  3878.                     ],
  3879.                 ],
  3880.                 'sonata.block.service.template' => [
  3881.                     'contexts' => [
  3882.                     ],
  3883.                     'templates' => [
  3884.                     ],
  3885.                     'cache' => 'sonata.cache.noop',
  3886.                     'settings' => [
  3887.                     ],
  3888.                 ],
  3889.                 'sonata.admin.block.search_result' => [
  3890.                     'contexts' => [
  3891.                     ],
  3892.                     'templates' => [
  3893.                     ],
  3894.                     'cache' => 'sonata.cache.noop',
  3895.                     'settings' => [
  3896.                     ],
  3897.                 ],
  3898.                 'sonata.admin.block.stats' => [
  3899.                     'contexts' => [
  3900.                     ],
  3901.                     'templates' => [
  3902.                     ],
  3903.                     'cache' => 'sonata.cache.noop',
  3904.                     'settings' => [
  3905.                     ],
  3906.                 ],
  3907.                 'sonata.media.block.media' => [
  3908.                     'contexts' => [
  3909.                     ],
  3910.                     'templates' => [
  3911.                     ],
  3912.                     'cache' => 'sonata.cache.noop',
  3913.                     'settings' => [
  3914.                     ],
  3915.                 ],
  3916.                 'sonata.media.block.feature_media' => [
  3917.                     'contexts' => [
  3918.                     ],
  3919.                     'templates' => [
  3920.                     ],
  3921.                     'cache' => 'sonata.cache.noop',
  3922.                     'settings' => [
  3923.                     ],
  3924.                 ],
  3925.                 'sonata.media.block.gallery' => [
  3926.                     'contexts' => [
  3927.                     ],
  3928.                     'templates' => [
  3929.                     ],
  3930.                     'cache' => 'sonata.cache.noop',
  3931.                     'settings' => [
  3932.                     ],
  3933.                 ],
  3934.                 'sonata.media.block.gallery_list' => [
  3935.                     'contexts' => [
  3936.                     ],
  3937.                     'templates' => [
  3938.                     ],
  3939.                     'cache' => 'sonata.cache.noop',
  3940.                     'settings' => [
  3941.                     ],
  3942.                 ],
  3943.                 'sonata.formatter.block.formatter' => [
  3944.                     'contexts' => [
  3945.                     ],
  3946.                     'templates' => [
  3947.                     ],
  3948.                     'cache' => 'sonata.cache.noop',
  3949.                     'settings' => [
  3950.                     ],
  3951.                 ],
  3952.             ],
  3953.             'sonata_block.blocks_by_class' => [
  3954.             ],
  3955.             'sonata_blocks.block_types' => [
  3956.                 => 'sonata.admin.block.admin_list',
  3957.                 => 'sonata.block.service.container',
  3958.                 => 'sonata.block.service.empty',
  3959.                 => 'sonata.block.service.text',
  3960.                 => 'sonata.block.service.rss',
  3961.                 => 'sonata.block.service.menu',
  3962.                 => 'sonata.block.service.template',
  3963.                 => 'sonata.admin.block.search_result',
  3964.                 => 'sonata.admin.block.stats',
  3965.                 => 'sonata.media.block.media',
  3966.                 10 => 'sonata.media.block.feature_media',
  3967.                 11 => 'sonata.media.block.gallery',
  3968.                 12 => 'sonata.media.block.gallery_list',
  3969.                 13 => 'sonata.formatter.block.formatter',
  3970.             ],
  3971.             'sonata_block.cache_blocks' => [
  3972.                 'by_type' => [
  3973.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3974.                     'sonata.block.service.container' => 'sonata.cache.noop',
  3975.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  3976.                     'sonata.block.service.text' => 'sonata.cache.noop',
  3977.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  3978.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  3979.                     'sonata.block.service.template' => 'sonata.cache.noop',
  3980.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  3981.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  3982.                     'sonata.media.block.media' => 'sonata.cache.noop',
  3983.                     'sonata.media.block.feature_media' => 'sonata.cache.noop',
  3984.                     'sonata.media.block.gallery' => 'sonata.cache.noop',
  3985.                     'sonata.media.block.gallery_list' => 'sonata.cache.noop',
  3986.                     'sonata.formatter.block.formatter' => 'sonata.cache.noop',
  3987.                 ],
  3988.             ],
  3989.             'sonata_blocks.default_contexts' => [
  3990.             ],
  3991.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  3992.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  3993.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  3994.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  3995.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  3996.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  3997.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  3998.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  3999.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  4000.             'knp_menu.renderer.list.options' => [
  4001.             ],
  4002.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  4003.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  4004.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4005.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4006.             'knp_menu.renderer.twig.options' => [
  4007.             ],
  4008.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4009.             'knp_menu.default_renderer' => 'twig',
  4010.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  4011.                 'choice' => 'select',
  4012.                 'boolean' => 'select',
  4013.                 'text' => 'text',
  4014.                 'textarea' => 'textarea',
  4015.                 'html' => 'textarea',
  4016.                 'email' => 'email',
  4017.                 'string' => 'text',
  4018.                 'smallint' => 'text',
  4019.                 'bigint' => 'text',
  4020.                 'integer' => 'number',
  4021.                 'decimal' => 'number',
  4022.                 'currency' => 'number',
  4023.                 'percent' => 'number',
  4024.                 'url' => 'url',
  4025.                 'date' => 'date',
  4026.             ],
  4027.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  4028.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  4029.             'sonata.admin.configuration.templates' => [
  4030.                 'history_revision_timestamp' => '@SonataIntl/CRUD/history_revision_timestamp.html.twig',
  4031.                 'user_block' => '@Suzuki/user_block.html.twig',
  4032.                 'layout' => '@Suzuki/standard_layout.html.twig',
  4033.                 'dashboard' => '@Suzuki/dashboard.html.twig',
  4034.                 'edit' => '@Suzuki/CRUD/edit.html.twig',
  4035.                 'knp_menu_template' => '@Suzuki/menu/custom_knp_menu.html.twig',
  4036.                 'delete' => '@Suzuki/CRUD/delete.html.twig',
  4037.                 'show' => '@Suzuki/CRUD/show.html.twig',
  4038.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  4039.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  4040.                 'search' => '@SonataAdmin/Core/search.html.twig',
  4041.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  4042.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  4043.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  4044.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  4045.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  4046.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  4047.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  4048.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  4049.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  4050.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  4051.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  4052.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  4053.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  4054.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  4055.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  4056.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  4057.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  4058.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  4059.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  4060.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  4061.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  4062.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  4063.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  4064.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  4065.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  4066.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  4067.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  4068.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  4069.             ],
  4070.             'sonata.admin.configuration.admin_services' => [
  4071.             ],
  4072.             'sonata.admin.configuration.dashboard_groups' => [
  4073.                 'suzuki.admin.dashboard' => [
  4074.                     'on_top' => true,
  4075.                     'label' => 'suzuki.dashboard',
  4076.                     'label_catalogue' => 'SonataAdminMenu',
  4077.                     'icon' => '<i class="fa fa-line-chart" aria-hidden="true"></i>',
  4078.                     'items' => [
  4079.                         => [
  4080.                             'route' => 'sonata_admin_dashboard',
  4081.                             'label' => 'Dashboard',
  4082.                             'route_params' => [
  4083.                             ],
  4084.                             'admin' => '',
  4085.                             'roles' => [
  4086.                             ],
  4087.                             'route_absolute' => false,
  4088.                         ],
  4089.                     ],
  4090.                     'keep_open' => false,
  4091.                     'item_adds' => [
  4092.                     ],
  4093.                     'roles' => [
  4094.                     ],
  4095.                 ],
  4096.                 'suzuki.admin.create.configuration' => [
  4097.                     'on_top' => true,
  4098.                     'label' => 'suzuki.create.configuration',
  4099.                     'label_catalogue' => 'SonataAdminMenu',
  4100.                     'icon' => '<i class="fa fa-plus" aria-hidden="true"></i>',
  4101.                     'items' => [
  4102.                         => [
  4103.                             'route' => 'home',
  4104.                             'label' => 'Create Congifuration',
  4105.                             'route_params' => [
  4106.                             ],
  4107.                             'admin' => '',
  4108.                             'roles' => [
  4109.                             ],
  4110.                             'route_absolute' => false,
  4111.                         ],
  4112.                     ],
  4113.                     'keep_open' => false,
  4114.                     'item_adds' => [
  4115.                     ],
  4116.                     'roles' => [
  4117.                     ],
  4118.                 ],
  4119.                 'suzuki.admin.group.load.configuration' => [
  4120.                     'on_top' => true,
  4121.                     'label' => 'menu.load.configuration',
  4122.                     'label_catalogue' => 'SonataAdminMenu',
  4123.                     'icon' => '<i class="fa fa-refresh"></i>',
  4124.                     'items' => [
  4125.                         => [
  4126.                             'admin' => 'suzuki.admin.load.configuration',
  4127.                             'label' => '',
  4128.                             'route' => '',
  4129.                             'route_params' => [
  4130.                             ],
  4131.                             'route_absolute' => false,
  4132.                             'roles' => [
  4133.                             ],
  4134.                         ],
  4135.                     ],
  4136.                     'keep_open' => false,
  4137.                     'item_adds' => [
  4138.                     ],
  4139.                     'roles' => [
  4140.                     ],
  4141.                 ],
  4142.                 'sonata.admin.group.statistic' => [
  4143.                     'on_top' => true,
  4144.                     'label' => 'menu.statistic.label',
  4145.                     'label_catalogue' => 'SonataAdminMenu',
  4146.                     'icon' => '<i class="fa fa-bar-chart"></i>',
  4147.                     'items' => [
  4148.                         => [
  4149.                             'admin' => 'suzuki.admin.statistic',
  4150.                             'label' => '',
  4151.                             'route' => '',
  4152.                             'route_params' => [
  4153.                             ],
  4154.                             'route_absolute' => false,
  4155.                             'roles' => [
  4156.                             ],
  4157.                         ],
  4158.                     ],
  4159.                     'keep_open' => false,
  4160.                     'item_adds' => [
  4161.                     ],
  4162.                     'roles' => [
  4163.                     ],
  4164.                 ],
  4165.                 'sonata.admin.group.offerCommercial' => [
  4166.                     'on_top' => true,
  4167.                     'label' => 'menu.order.offer.commercial',
  4168.                     'label_catalogue' => 'SonataAdminMenu',
  4169.                     'icon' => '<i class="fa fa-cart-arrow-down"></i>',
  4170.                     'items' => [
  4171.                         => [
  4172.                             'admin' => 'suzuki.admin.configuration',
  4173.                             'label' => '',
  4174.                             'route' => '',
  4175.                             'route_params' => [
  4176.                             ],
  4177.                             'route_absolute' => false,
  4178.                             'roles' => [
  4179.                             ],
  4180.                         ],
  4181.                     ],
  4182.                     'keep_open' => false,
  4183.                     'item_adds' => [
  4184.                     ],
  4185.                     'roles' => [
  4186.                     ],
  4187.                 ],
  4188.                 'sonata.admin.group.purchaseOrder' => [
  4189.                     'on_top' => true,
  4190.                     'label' => 'menu.order.purchase.order',
  4191.                     'label_catalogue' => 'SonataAdminMenu',
  4192.                     'icon' => '<i class="fa fa-shopping-cart"></i>',
  4193.                     'items' => [
  4194.                         => [
  4195.                             'admin' => 'suzuki.admin.purchaseorders',
  4196.                             'label' => '',
  4197.                             'route' => '',
  4198.                             'route_params' => [
  4199.                             ],
  4200.                             'route_absolute' => false,
  4201.                             'roles' => [
  4202.                             ],
  4203.                         ],
  4204.                     ],
  4205.                     'keep_open' => false,
  4206.                     'item_adds' => [
  4207.                     ],
  4208.                     'roles' => [
  4209.                     ],
  4210.                 ],
  4211.                 'sonata.admin.group.client.to.raise' => [
  4212.                     'on_top' => true,
  4213.                     'label' => 'client.to.raise.label',
  4214.                     'label_catalogue' => 'SonataAdminMenu',
  4215.                     'icon' => '<i class="fa fa-address-card"></i>',
  4216.                     'items' => [
  4217.                         => [
  4218.                             'admin' => 'suzuki.admin.client.to.raise',
  4219.                             'label' => '',
  4220.                             'route' => '',
  4221.                             'route_params' => [
  4222.                             ],
  4223.                             'route_absolute' => false,
  4224.                             'roles' => [
  4225.                             ],
  4226.                         ],
  4227.                     ],
  4228.                     'keep_open' => false,
  4229.                     'item_adds' => [
  4230.                     ],
  4231.                     'roles' => [
  4232.                     ],
  4233.                 ],
  4234.                 'sonata.admin.group.client.all' => [
  4235.                     'on_top' => true,
  4236.                     'label' => 'client.label',
  4237.                     'label_catalogue' => 'SonataAdminMenu',
  4238.                     'icon' => '<i class="fa fa-user-o"></i>',
  4239.                     'items' => [
  4240.                         => [
  4241.                             'admin' => 'suzuki.admin.client',
  4242.                             'label' => '',
  4243.                             'route' => '',
  4244.                             'route_params' => [
  4245.                             ],
  4246.                             'route_absolute' => false,
  4247.                             'roles' => [
  4248.                             ],
  4249.                         ],
  4250.                     ],
  4251.                     'keep_open' => false,
  4252.                     'item_adds' => [
  4253.                     ],
  4254.                     'roles' => [
  4255.                     ],
  4256.                 ],
  4257.                 'sonata.admin.group.deleted.configuration' => [
  4258.                     'on_top' => true,
  4259.                     'label' => 'deleted.configuration.label',
  4260.                     'label_catalogue' => 'SonataAdminMenu',
  4261.                     'icon' => '<i class="fa fa-trash"></i>',
  4262.                     'items' => [
  4263.                         => [
  4264.                             'admin' => 'suzuki.admin.deleted.configuration',
  4265.                             'label' => '',
  4266.                             'route' => '',
  4267.                             'route_params' => [
  4268.                             ],
  4269.                             'route_absolute' => false,
  4270.                             'roles' => [
  4271.                             ],
  4272.                         ],
  4273.                     ],
  4274.                     'keep_open' => false,
  4275.                     'item_adds' => [
  4276.                     ],
  4277.                     'roles' => [
  4278.                     ],
  4279.                 ],
  4280.                 'sonata.admin.group.user' => [
  4281.                     'label' => 'menu.user.label',
  4282.                     'label_catalogue' => 'SonataAdminMenu',
  4283.                     'icon' => '<i class="fa fa-user"></i>',
  4284.                     'items' => [
  4285.                         => [
  4286.                             'admin' => 'sonata.user.admin.user',
  4287.                             'label' => '',
  4288.                             'route' => '',
  4289.                             'route_params' => [
  4290.                             ],
  4291.                             'route_absolute' => false,
  4292.                             'roles' => [
  4293.                             ],
  4294.                         ],
  4295.                         => [
  4296.                             'admin' => 'suzuki.admin.dealer.ship',
  4297.                             'label' => '',
  4298.                             'route' => '',
  4299.                             'route_params' => [
  4300.                             ],
  4301.                             'route_absolute' => false,
  4302.                             'roles' => [
  4303.                             ],
  4304.                         ],
  4305.                     ],
  4306.                     'on_top' => false,
  4307.                     'keep_open' => false,
  4308.                     'item_adds' => [
  4309.                     ],
  4310.                     'roles' => [
  4311.                     ],
  4312.                 ],
  4313.                 'sonata.admin.group.product' => [
  4314.                     'label' => 'menu.product.label',
  4315.                     'label_catalogue' => 'SonataAdminMenu',
  4316.                     'icon' => '<i class="fa fa-car"></i>',
  4317.                     'items' => [
  4318.                         => [
  4319.                             'admin' => 'suzuki.admin.model',
  4320.                             'label' => '',
  4321.                             'route' => '',
  4322.                             'route_params' => [
  4323.                             ],
  4324.                             'route_absolute' => false,
  4325.                             'roles' => [
  4326.                             ],
  4327.                         ],
  4328.                         => [
  4329.                             'admin' => 'suzuki.admin.motorization',
  4330.                             'label' => '',
  4331.                             'route' => '',
  4332.                             'route_params' => [
  4333.                             ],
  4334.                             'route_absolute' => false,
  4335.                             'roles' => [
  4336.                             ],
  4337.                         ],
  4338.                         => [
  4339.                             'admin' => 'suzuki.admin.modelcar',
  4340.                             'label' => '',
  4341.                             'route' => '',
  4342.                             'route_params' => [
  4343.                             ],
  4344.                             'route_absolute' => false,
  4345.                             'roles' => [
  4346.                             ],
  4347.                         ],
  4348.                         => [
  4349.                             'admin' => 'suzuki.admin.version',
  4350.                             'label' => '',
  4351.                             'route' => '',
  4352.                             'route_params' => [
  4353.                             ],
  4354.                             'route_absolute' => false,
  4355.                             'roles' => [
  4356.                             ],
  4357.                         ],
  4358.                         => [
  4359.                             'admin' => 'suzuki.admin.vehicle',
  4360.                             'label' => '',
  4361.                             'route' => '',
  4362.                             'route_params' => [
  4363.                             ],
  4364.                             'route_absolute' => false,
  4365.                             'roles' => [
  4366.                             ],
  4367.                         ],
  4368.                         => [
  4369.                             'admin' => 'suzuki.admin.vehiclecolor',
  4370.                             'label' => '',
  4371.                             'route' => '',
  4372.                             'route_params' => [
  4373.                             ],
  4374.                             'route_absolute' => false,
  4375.                             'roles' => [
  4376.                             ],
  4377.                         ],
  4378.                         => [
  4379.                             'admin' => 'suzuki.admin.drag.drop.model',
  4380.                             'label' => '',
  4381.                             'route' => '',
  4382.                             'route_params' => [
  4383.                             ],
  4384.                             'route_absolute' => false,
  4385.                             'roles' => [
  4386.                             ],
  4387.                         ],
  4388.                         => [
  4389.                             'admin' => 'suzuki.admin.exellence_config',
  4390.                             'label' => '',
  4391.                             'route' => '',
  4392.                             'route_params' => [
  4393.                             ],
  4394.                             'route_absolute' => false,
  4395.                             'roles' => [
  4396.                             ],
  4397.                         ],
  4398.                     ],
  4399.                     'on_top' => false,
  4400.                     'keep_open' => false,
  4401.                     'item_adds' => [
  4402.                     ],
  4403.                     'roles' => [
  4404.                     ],
  4405.                 ],
  4406.                 'sonata.admin.group.guarantee' => [
  4407.                     'label' => 'menu.guarantee.label',
  4408.                     'label_catalogue' => 'SonataAdminMenu',
  4409.                     'icon' => '<i class="fa fa-shield"></i>',
  4410.                     'items' => [
  4411.                         => [
  4412.                             'admin' => 'suzuki.admin.guarantee',
  4413.                             'label' => '',
  4414.                             'route' => '',
  4415.                             'route_params' => [
  4416.                             ],
  4417.                             'route_absolute' => false,
  4418.                             'roles' => [
  4419.                             ],
  4420.                         ],
  4421.                         => [
  4422.                             'admin' => 'suzuki.admin.guaranteeitem',
  4423.                             'label' => '',
  4424.                             'route' => '',
  4425.                             'route_params' => [
  4426.                             ],
  4427.                             'route_absolute' => false,
  4428.                             'roles' => [
  4429.                             ],
  4430.                         ],
  4431.                         => [
  4432.                             'admin' => 'suzuki.admin.model.guarantee',
  4433.                             'label' => '',
  4434.                             'route' => '',
  4435.                             'route_params' => [
  4436.                             ],
  4437.                             'route_absolute' => false,
  4438.                             'roles' => [
  4439.                             ],
  4440.                         ],
  4441.                     ],
  4442.                     'on_top' => false,
  4443.                     'keep_open' => false,
  4444.                     'item_adds' => [
  4445.                     ],
  4446.                     'roles' => [
  4447.                     ],
  4448.                 ],
  4449.                 'sonata.admin.group.setting' => [
  4450.                     'label' => 'menu.setting.label',
  4451.                     'label_catalogue' => 'SonataAdminMenu',
  4452.                     'icon' => '<i class="fa fa-cogs"></i>',
  4453.                     'items' => [
  4454.                         => [
  4455.                             'admin' => 'suzuki.admin.drivewheel',
  4456.                             'label' => '',
  4457.                             'route' => '',
  4458.                             'route_params' => [
  4459.                             ],
  4460.                             'route_absolute' => false,
  4461.                             'roles' => [
  4462.                             ],
  4463.                         ],
  4464.                         => [
  4465.                             'admin' => 'suzuki.admin.energy',
  4466.                             'label' => '',
  4467.                             'route' => '',
  4468.                             'route_params' => [
  4469.                             ],
  4470.                             'route_absolute' => false,
  4471.                             'roles' => [
  4472.                             ],
  4473.                         ],
  4474.                         => [
  4475.                             'admin' => 'suzuki.admin.gearbox',
  4476.                             'label' => '',
  4477.                             'route' => '',
  4478.                             'route_params' => [
  4479.                             ],
  4480.                             'route_absolute' => false,
  4481.                             'roles' => [
  4482.                             ],
  4483.                         ],
  4484.                         => [
  4485.                             'admin' => 'suzuki.admin.type',
  4486.                             'label' => '',
  4487.                             'route' => '',
  4488.                             'route_params' => [
  4489.                             ],
  4490.                             'route_absolute' => false,
  4491.                             'roles' => [
  4492.                             ],
  4493.                         ],
  4494.                         => [
  4495.                             'admin' => 'suzuki.admin.doornumber',
  4496.                             'label' => '',
  4497.                             'route' => '',
  4498.                             'route_params' => [
  4499.                             ],
  4500.                             'route_absolute' => false,
  4501.                             'roles' => [
  4502.                             ],
  4503.                         ],
  4504.                         => [
  4505.                             'admin' => 'suzuki.admin.color',
  4506.                             'label' => '',
  4507.                             'route' => '',
  4508.                             'route_params' => [
  4509.                             ],
  4510.                             'route_absolute' => false,
  4511.                             'roles' => [
  4512.                             ],
  4513.                         ],
  4514.                         => [
  4515.                             'admin' => 'suzuki.admin.co2tag',
  4516.                             'label' => '',
  4517.                             'route' => '',
  4518.                             'route_params' => [
  4519.                             ],
  4520.                             'route_absolute' => false,
  4521.                             'roles' => [
  4522.                             ],
  4523.                         ],
  4524.                         => [
  4525.                             'admin' => 'suzuki.admin.import',
  4526.                             'label' => '',
  4527.                             'route' => '',
  4528.                             'route_params' => [
  4529.                             ],
  4530.                             'route_absolute' => false,
  4531.                             'roles' => [
  4532.                             ],
  4533.                         ],
  4534.                         => [
  4535.                             'admin' => 'suzuki.admin.user.import',
  4536.                             'label' => '',
  4537.                             'route' => '',
  4538.                             'route_params' => [
  4539.                             ],
  4540.                             'route_absolute' => false,
  4541.                             'roles' => [
  4542.                             ],
  4543.                         ],
  4544.                         => [
  4545.                             'admin' => 'suzuki.admin.numberofreport',
  4546.                             'label' => '',
  4547.                             'route' => '',
  4548.                             'route_params' => [
  4549.                             ],
  4550.                             'route_absolute' => false,
  4551.                             'roles' => [
  4552.                             ],
  4553.                         ],
  4554.                         10 => [
  4555.                             'admin' => 'suzuki.admin.finance',
  4556.                             'label' => '',
  4557.                             'route' => '',
  4558.                             'route_params' => [
  4559.                             ],
  4560.                             'route_absolute' => false,
  4561.                             'roles' => [
  4562.                             ],
  4563.                         ],
  4564.                         11 => [
  4565.                             'admin' => 'suzuki.admin.setting',
  4566.                             'label' => '',
  4567.                             'route' => '',
  4568.                             'route_params' => [
  4569.                             ],
  4570.                             'route_absolute' => false,
  4571.                             'roles' => [
  4572.                             ],
  4573.                         ],
  4574.                     ],
  4575.                     'on_top' => false,
  4576.                     'keep_open' => false,
  4577.                     'item_adds' => [
  4578.                     ],
  4579.                     'roles' => [
  4580.                     ],
  4581.                 ],
  4582.                 'sonata.admin.group.media' => [
  4583.                     'label' => 'menu.media.label',
  4584.                     'label_catalogue' => 'SonataAdminMenu',
  4585.                     'icon' => '<i class="fa fa-file-image-o"></i>',
  4586.                     'items' => [
  4587.                         => [
  4588.                             'admin' => 'sonata.media.admin.media',
  4589.                             'label' => '',
  4590.                             'route' => '',
  4591.                             'route_params' => [
  4592.                             ],
  4593.                             'route_absolute' => false,
  4594.                             'roles' => [
  4595.                             ],
  4596.                         ],
  4597.                     ],
  4598.                     'on_top' => false,
  4599.                     'keep_open' => false,
  4600.                     'item_adds' => [
  4601.                     ],
  4602.                     'roles' => [
  4603.                     ],
  4604.                 ],
  4605.                 'sonata.admin.group.refresh' => [
  4606.                     'on_top' => true,
  4607.                     'label' => 'Refresh',
  4608.                     'label_catalogue' => 'SonataAdminMenu',
  4609.                     'icon' => '<i class="fa fa-refresh" aria-hidden="true"></i>',
  4610.                     'items' => [
  4611.                         => [
  4612.                             'route' => 'refresh_list',
  4613.                             'label' => 'Refresh',
  4614.                             'route_params' => [
  4615.                             ],
  4616.                             'admin' => '',
  4617.                             'roles' => [
  4618.                             ],
  4619.                             'route_absolute' => false,
  4620.                         ],
  4621.                     ],
  4622.                     'keep_open' => false,
  4623.                     'item_adds' => [
  4624.                     ],
  4625.                     'roles' => [
  4626.                     ],
  4627.                 ],
  4628.             ],
  4629.             'sonata.admin.configuration.dashboard_blocks' => [
  4630.             ],
  4631.             'sonata.admin.configuration.sort_admins' => false,
  4632.             'sonata.admin.configuration.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==',
  4633.             'sonata.admin.configuration.default_group' => 'default',
  4634.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4635.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  4636.             'sonata.admin.configuration.breadcrumbs' => [
  4637.                 'child_admin_route' => 'edit',
  4638.             ],
  4639.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  4640.             'sonata.admin.configuration.security.role_admin' => 'ROLE_USER',
  4641.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4642.             'sonata.admin.configuration.security.information' => [
  4643.                 'ALL' => [
  4644.                     => 'ALL',
  4645.                 ],
  4646.             ],
  4647.             'sonata.admin.configuration.security.admin_permissions' => [
  4648.                 => 'CREATE',
  4649.                 => 'LIST',
  4650.                 => 'DELETE',
  4651.                 => 'UNDELETE',
  4652.                 => 'EXPORT',
  4653.                 => 'OPERATOR',
  4654.                 => 'MASTER',
  4655.             ],
  4656.             'sonata.admin.configuration.security.object_permissions' => [
  4657.                 => 'VIEW',
  4658.                 => 'EDIT',
  4659.                 => 'DELETE',
  4660.                 => 'UNDELETE',
  4661.                 => 'OPERATOR',
  4662.                 => 'MASTER',
  4663.                 => 'OWNER',
  4664.             ],
  4665.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4666.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4667.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4668.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4669.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4670.             'sonata.admin.extension.map' => [
  4671.                 'admins' => [
  4672.                 ],
  4673.                 'excludes' => [
  4674.                 ],
  4675.                 'implements' => [
  4676.                 ],
  4677.                 'extends' => [
  4678.                 ],
  4679.                 'instanceof' => [
  4680.                 ],
  4681.                 'uses' => [
  4682.                 ],
  4683.             ],
  4684.             'sonata.admin.configuration.filters.persist' => false,
  4685.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4686.             'sonata.admin.configuration.show.mosaic.button' => true,
  4687.             'sonata.admin.configuration.translate_group_label' => false,
  4688.             'fos_user.backend_type_orm' => true,
  4689.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4690.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4691.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  4692.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  4693.             'fos_user.storage' => 'orm',
  4694.             'fos_user.firewall_name' => 'main',
  4695.             'fos_user.model_manager_name' => NULL,
  4696.             'fos_user.model.user.class' => 'Suzuki\\AccountBundle\\Entity\\User',
  4697.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4698.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  4699.             'fos_user.profile.form.validation_groups' => [
  4700.                 => 'Profile',
  4701.                 => 'Default',
  4702.             ],
  4703.             'fos_user.registration.confirmation.enabled' => false,
  4704.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  4705.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  4706.             'fos_user.registration.form.validation_groups' => [
  4707.                 => 'Registration',
  4708.                 => 'Default',
  4709.             ],
  4710.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4711.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4712.             'fos_user.change_password.form.validation_groups' => [
  4713.                 => 'ChangePassword',
  4714.                 => 'Default',
  4715.             ],
  4716.             'fos_user.resetting.retry_ttl' => 7200,
  4717.             'fos_user.resetting.token_ttl' => 86400,
  4718.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4719.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4720.             'fos_user.resetting.form.validation_groups' => [
  4721.                 => 'ResetPassword',
  4722.                 => 'Default',
  4723.             ],
  4724.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  4725.             'fos_user.model.group.class' => 'Suzuki\\AccountBundle\\Entity\\Group',
  4726.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  4727.             'fos_user.group.form.name' => 'fos_user_group_form',
  4728.             'fos_user.group.form.validation_groups' => [
  4729.                 => 'Registration',
  4730.                 => 'Default',
  4731.             ],
  4732.             'sonata.user.admin.groupname' => 'sonata_user',
  4733.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  4734.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  4735.             'sonata.user.admin.user.class' => 'Suzuki\\AccountBundle\\Admin\\UserAdmin',
  4736.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  4737.             'sonata.user.admin.user.entity' => 'Suzuki\\AccountBundle\\Entity\\User',
  4738.             'sonata.user.admin.group.entity' => 'Suzuki\\AccountBundle\\Entity\\Group',
  4739.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  4740.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  4741.             'sonata.user.admin.user.controller' => 'Suzuki\\AccountBundle\\Controller\\AccountController',
  4742.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  4743.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  4744.             'sonata.user.impersonating' => false,
  4745.             'sonata.user.google.authenticator.enabled' => false,
  4746.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4747.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4748.             'sonata_doctrine_orm_admin.templates' => [
  4749.                 'types' => [
  4750.                     'list' => [
  4751.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4752.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4753.                         'date' => '@SonataIntl/CRUD/list_date.html.twig',
  4754.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4755.                         'datetime' => '@SonataIntl/CRUD/list_datetime.html.twig',
  4756.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  4757.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4758.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4759.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4760.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4761.                         'smallint' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4762.                         'bigint' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4763.                         'integer' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4764.                         'decimal' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4765.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4766.                         'currency' => '@SonataIntl/CRUD/list_currency.html.twig',
  4767.                         'percent' => '@SonataIntl/CRUD/list_percent.html.twig',
  4768.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4769.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4770.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4771.                     ],
  4772.                     'show' => [
  4773.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4774.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4775.                         'date' => '@SonataIntl/CRUD/show_date.html.twig',
  4776.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4777.                         'datetime' => '@SonataIntl/CRUD/show_datetime.html.twig',
  4778.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4779.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4780.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4781.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4782.                         'smallint' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4783.                         'bigint' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4784.                         'integer' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4785.                         'decimal' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4786.                         'currency' => '@SonataIntl/CRUD/show_currency.html.twig',
  4787.                         'percent' => '@SonataIntl/CRUD/show_percent.html.twig',
  4788.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4789.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4790.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4791.                     ],
  4792.                 ],
  4793.                 'form' => [
  4794.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  4795.                 ],
  4796.                 'filter' => [
  4797.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  4798.                 ],
  4799.             ],
  4800.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4801.             'swiftmailer.mailer.default.spool.enabled' => true,
  4802.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4803.             'swiftmailer.mailer.default.single_address' => NULL,
  4804.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4805.             'swiftmailer.spool.enabled' => true,
  4806.             'swiftmailer.delivery.enabled' => true,
  4807.             'swiftmailer.single_address' => NULL,
  4808.             'swiftmailer.mailers' => [
  4809.                 'default' => 'swiftmailer.mailer.default',
  4810.             ],
  4811.             'swiftmailer.default_mailer' => 'default',
  4812.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4813.             'web_profiler.debug_toolbar.mode' => 2,
  4814.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  4815.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  4816.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  4817.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  4818.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  4819.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  4820.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  4821.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  4822.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  4823.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  4824.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  4825.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  4826.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  4827.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  4828.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  4829.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  4830.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  4831.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  4832.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  4833.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  4834.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  4835.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  4836.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  4837.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  4838.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  4839.             'jms_serializer.json_serialization_visitor.options' => 1216,
  4840.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  4841.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  4842.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  4843.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  4844.             ],
  4845.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  4846.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  4847.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  4848.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  4849.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  4850.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  4851.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  4852.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  4853.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  4854.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  4855.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  4856.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  4857.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  4858.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  4859.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  4860.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  4861.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  4862.             'sonata.media.provider.image.class' => 'Sonata\\MediaBundle\\Provider\\ImageProvider',
  4863.             'sonata.media.provider.file.class' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
  4864.             'sonata.media.provider.youtube.class' => 'Sonata\\MediaBundle\\Provider\\YouTubeProvider',
  4865.             'sonata.media.provider.dailymotion.class' => 'Sonata\\MediaBundle\\Provider\\DailyMotionProvider',
  4866.             'sonata.media.provider.vimeo.class' => 'Sonata\\MediaBundle\\Provider\\VimeoProvider',
  4867.             'sonata.media.thumbnail.format' => 'Sonata\\MediaBundle\\Thumbnail\\FormatThumbnail',
  4868.             'sonata.media.thumbnail.format.default' => 'jpg',
  4869.             'sonata.media.thumbnail.liip_imagine' => 'Sonata\\MediaBundle\\Thumbnail\\LiipImagineThumbnail',
  4870.             'sonata.media.pool.class' => 'Sonata\\MediaBundle\\Provider\\Pool',
  4871.             'sonata.media.resizer.simple.class' => 'Sonata\\MediaBundle\\Resizer\\SimpleResizer',
  4872.             'sonata.media.resizer.square.class' => 'Sonata\\MediaBundle\\Resizer\\SquareResizer',
  4873.             'sonata.media.adapter.image.gd.class' => 'Imagine\\Gd\\Imagine',
  4874.             'sonata.media.adapter.image.imagick.class' => 'Imagine\\Imagick\\Imagine',
  4875.             'sonata.media.adapter.image.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  4876.             'sonata.media.metadata.proxy.class' => 'Sonata\\MediaBundle\\Metadata\\ProxyMetadataBuilder',
  4877.             'sonata.media.metadata.amazon.class' => 'Sonata\\MediaBundle\\Metadata\\AmazonMetadataBuilder',
  4878.             'sonata.media.metadata.noop.class' => 'Sonata\\MediaBundle\\Metadata\\NoopMetadataBuilder',
  4879.             'sonata.media.adapater.filesystem.opencloud.class' => '',
  4880.             'sonata.media.block.media.class' => 'Sonata\\MediaBundle\\Block\\MediaBlockService',
  4881.             'sonata.media.block.feature_media.class' => 'Sonata\\MediaBundle\\Block\\FeatureMediaBlockService',
  4882.             'sonata.media.block.gallery.class' => 'Sonata\\MediaBundle\\Block\\GalleryBlockService',
  4883.             'sonata.media.block.gallery_list.class' => 'Sonata\\MediaBundle\\Block\\GalleryListBlockService',
  4884.             'sonata.media.manager.media.class' => 'Sonata\\MediaBundle\\Entity\\MediaManager',
  4885.             'sonata.media.manager.gallery.class' => 'Sonata\\MediaBundle\\Entity\\GalleryManager',
  4886.             'sonata.media.admin.groupname' => 'sonata_media',
  4887.             'sonata.media.admin.groupicon' => '<i class=\'fa fa-image\'></i>',
  4888.             'sonata.media.admin.media.class' => 'Sonata\\MediaBundle\\Admin\\ORM\\MediaAdmin',
  4889.             'sonata.media.admin.media.controller' => 'Sonata\\MediaBundle\\Controller\\MediaAdminController',
  4890.             'sonata.media.admin.media.translation_domain' => 'SonataMediaBundle',
  4891.             'sonata.media.admin.gallery.class' => 'Sonata\\MediaBundle\\Admin\\GalleryAdmin',
  4892.             'sonata.media.admin.gallery.controller' => 'Sonata\\MediaBundle\\Controller\\GalleryAdminController',
  4893.             'sonata.media.admin.gallery.translation_domain' => 'SonataMediaBundle',
  4894.             'sonata.media.admin.gallery_has_media.class' => 'Sonata\\MediaBundle\\Admin\\GalleryHasMediaAdmin',
  4895.             'sonata.media.admin.gallery_has_media.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  4896.             'sonata.media.admin.gallery_has_media.translation_domain' => 'SonataMediaBundle',
  4897.             'sonata.media.admin_format' => [
  4898.                 'width' => 200,
  4899.                 'height' => NULL,
  4900.                 'quality' => 90,
  4901.                 'format' => 'jpg',
  4902.                 'constraint' => true,
  4903.             ],
  4904.             'sonata.media.resizer.simple.adapter.mode' => 'inset',
  4905.             'sonata.media.resizer.square.adapter.mode' => 'inset',
  4906.             'sonata.media.admin.media.entity' => 'Suzuki\\MediaBundle\\Entity\\Media',
  4907.             'sonata.media.admin.gallery.entity' => 'Suzuki\\MediaBundle\\Entity\\Gallery',
  4908.             'sonata.media.admin.gallery_has_media.entity' => 'Suzuki\\MediaBundle\\Entity\\GalleryHasMedia',
  4909.             'sonata.media.media.class' => 'Suzuki\\MediaBundle\\Entity\\Media',
  4910.             'sonata.media.gallery.class' => 'Suzuki\\MediaBundle\\Entity\\Gallery',
  4911.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4912.             'sonata.formatter.text.markdown.class' => 'Sonata\\FormatterBundle\\Formatter\\MarkdownFormatter',
  4913.             'sonata.formatter.text.text.class' => 'Sonata\\FormatterBundle\\Formatter\\TextFormatter',
  4914.             'sonata.formatter.text.raw.class' => 'Sonata\\FormatterBundle\\Formatter\\RawFormatter',
  4915.             'sonata.formatter.text.twigengine.class' => 'Sonata\\FormatterBundle\\Formatter\\TwigFormatter',
  4916.             'sonata.formatter.block.formatter.class' => 'Sonata\\FormatterBundle\\Block\\FormatterBlockService',
  4917.             'sonata.formatter.ckeditor.extension.class' => 'Sonata\\FormatterBundle\\Admin\\CkeditorAdminExtension',
  4918.             'sonata.formatter.ckeditor.configuration.templates' => [
  4919.                 'browser' => '@SonataFormatter/Ckeditor/browser.html.twig',
  4920.                 'upload' => '@SonataFormatter/Ckeditor/upload.html.twig',
  4921.             ],
  4922.             'sonata.intl.locale_detector.request.class' => 'Sonata\\IntlBundle\\Locale\\RequestDetector',
  4923.             'sonata.intl.locale_detector.session.class' => 'Sonata\\IntlBundle\\Locale\\SessionDetector',
  4924.             'sonata.intl.templating.helper.locale.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\LocaleHelper',
  4925.             'sonata.intl.templating.helper.number.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\NumberHelper',
  4926.             'sonata.intl.templating.helper.datetime.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\DateTimeHelper',
  4927.             'sonata.intl.timezone_detector.chain.class' => 'Sonata\\IntlBundle\\Timezone\\ChainTimezoneDetector',
  4928.             'sonata.intl.timezone_detector.user.class' => 'Sonata\\IntlBundle\\Timezone\\UserBasedTimezoneDetector',
  4929.             'sonata.intl.timezone_detector.locale.class' => 'Sonata\\IntlBundle\\Timezone\\LocaleBasedTimezoneDetector',
  4930.             'sonata.intl.twig.helper.locale.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\LocaleExtension',
  4931.             'sonata.intl.twig.helper.number.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\NumberExtension',
  4932.             'sonata.intl.twig.helper.datetime.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\DateTimeExtension',
  4933.             'sonata_intl.timezone.detectors' => [
  4934.                 => 'sonata.intl.timezone_detector.user',
  4935.                 => 'sonata.intl.timezone_detector.locale',
  4936.             ],
  4937.             'knp_snappy.pdf.options' => [
  4938.             ],
  4939.             'knp_snappy.pdf.env' => [
  4940.             ],
  4941.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  4942.             'knp_snappy.image.options' => [
  4943.             ],
  4944.             'knp_snappy.image.env' => [
  4945.             ],
  4946.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4947.             'stof_doctrine_extensions.translation_fallback' => false,
  4948.             'stof_doctrine_extensions.persist_default_translation' => false,
  4949.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4950.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4951.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4952.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4953.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4954.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4955.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4956.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4957.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4958.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4959.             'nelmio_cors.map' => [
  4960.                 '^/api' => [
  4961.                 ],
  4962.             ],
  4963.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4964.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4965.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4966.             'monolog.use_microseconds' => true,
  4967.             'monolog.swift_mailer.handlers' => [
  4968.             ],
  4969.             'monolog.handlers_to_channels' => [
  4970.                 'monolog.handler.suzuki_api_relance' => [
  4971.                     'type' => 'inclusive',
  4972.                     'elements' => [
  4973.                         => 'suzuki_api_relance',
  4974.                     ],
  4975.                 ],
  4976.                 'monolog.handler.dealership' => [
  4977.                     'type' => 'inclusive',
  4978.                     'elements' => [
  4979.                         => 'dealership_channel',
  4980.                     ],
  4981.                 ],
  4982.                 'monolog.handler.main' => [
  4983.                     'type' => 'exclusive',
  4984.                     'elements' => [
  4985.                         => 'event',
  4986.                         => 'dealership_channel',
  4987.                         => 'suzuki_api_relance',
  4988.                     ],
  4989.                 ],
  4990.             ],
  4991.             'noxlogic_rate_limit.header_modification_listener.class' => 'Noxlogic\\RateLimitBundle\\EventListener\\HeaderModificationListener',
  4992.             'noxlogic_rate_limit.rate_limit_annotation_listener.class' => 'Noxlogic\\RateLimitBundle\\EventListener\\RateLimitAnnotationListener',
  4993.             'noxlogic_rate_limit.rate_limit_service.class' => 'Noxlogic\\RateLimitBundle\\Service\\RateLimitService',
  4994.             'noxlogic_rate_limit.oauth_key_generate_listener.class' => 'Noxlogic\\RateLimitBundle\\EventListener\\OauthKeyGenerateListener',
  4995.             'noxlogic_rate_limit.path_limit_processor.class' => 'Noxlogic\\RateLimitBundle\\Util\\PathLimitProcessor',
  4996.             'noxlogic_rate_limit.enabled' => true,
  4997.             'noxlogic_rate_limit.rate_response_exception' => NULL,
  4998.             'noxlogic_rate_limit.rate_response_code' => 429,
  4999.             'noxlogic_rate_limit.rate_response_message' => 'You exceeded the rate limit',
  5000.             'noxlogic_rate_limit.display_headers' => true,
  5001.             'noxlogic_rate_limit.headers.limit.name' => 'SUZUKI-RateLimit-Limit',
  5002.             'noxlogic_rate_limit.headers.remaining.name' => 'SUZUKI-RateLimit-Remaining',
  5003.             'noxlogic_rate_limit.headers.reset.name' => 'SUZUKI-RateLimit-Reset',
  5004.             'noxlogic_rate_limit.path_limits' => [
  5005.             ],
  5006.             'noxlogic_rate_limit.storage.class' => 'Noxlogic\\RateLimitBundle\\Service\\Storage\\DoctrineCache',
  5007.             'data_collector.templates' => [
  5008.                 'data_collector.request' => [
  5009.                     => 'request',
  5010.                     => '@WebProfiler/Collector/request.html.twig',
  5011.                 ],
  5012.                 'data_collector.time' => [
  5013.                     => 'time',
  5014.                     => '@WebProfiler/Collector/time.html.twig',
  5015.                 ],
  5016.                 'data_collector.memory' => [
  5017.                     => 'memory',
  5018.                     => '@WebProfiler/Collector/memory.html.twig',
  5019.                 ],
  5020.                 'data_collector.validator' => [
  5021.                     => 'validator',
  5022.                     => '@WebProfiler/Collector/validator.html.twig',
  5023.                 ],
  5024.                 'data_collector.ajax' => [
  5025.                     => 'ajax',
  5026.                     => '@WebProfiler/Collector/ajax.html.twig',
  5027.                 ],
  5028.                 'data_collector.form' => [
  5029.                     => 'form',
  5030.                     => '@WebProfiler/Collector/form.html.twig',
  5031.                 ],
  5032.                 'data_collector.exception' => [
  5033.                     => 'exception',
  5034.                     => '@WebProfiler/Collector/exception.html.twig',
  5035.                 ],
  5036.                 'data_collector.logger' => [
  5037.                     => 'logger',
  5038.                     => '@WebProfiler/Collector/logger.html.twig',
  5039.                 ],
  5040.                 'data_collector.events' => [
  5041.                     => 'events',
  5042.                     => '@WebProfiler/Collector/events.html.twig',
  5043.                 ],
  5044.                 'data_collector.router' => [
  5045.                     => 'router',
  5046.                     => '@WebProfiler/Collector/router.html.twig',
  5047.                 ],
  5048.                 'data_collector.cache' => [
  5049.                     => 'cache',
  5050.                     => '@WebProfiler/Collector/cache.html.twig',
  5051.                 ],
  5052.                 'data_collector.translation' => [
  5053.                     => 'translation',
  5054.                     => '@WebProfiler/Collector/translation.html.twig',
  5055.                 ],
  5056.                 'data_collector.security' => [
  5057.                     => 'security',
  5058.                     => '@Security/Collector/security.html.twig',
  5059.                 ],
  5060.                 'data_collector.twig' => [
  5061.                     => 'twig',
  5062.                     => '@WebProfiler/Collector/twig.html.twig',
  5063.                 ],
  5064.                 'data_collector.doctrine' => [
  5065.                     => 'db',
  5066.                     => '@Doctrine/Collector/db.html.twig',
  5067.                 ],
  5068.                 'swiftmailer.data_collector' => [
  5069.                     => 'swiftmailer',
  5070.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  5071.                 ],
  5072.                 'sonata.block.data_collector' => [
  5073.                     => 'block',
  5074.                     => '@SonataBlock/Profiler/block.html.twig',
  5075.                 ],
  5076.                 'data_collector.config' => [
  5077.                     => 'config',
  5078.                     => '@WebProfiler/Collector/config.html.twig',
  5079.                 ],
  5080.             ],
  5081.             'sonata.core.form.types' => [
  5082.                 => 'Suzuki\\CoreBundle\\Type\\CustomModelListType',
  5083.                 => 'Suzuki\\OrderBundle\\Form\\CommercialDiscountType',
  5084.                 => 'Suzuki\\OrderBundle\\Form\\CommercialType',
  5085.                 => 'Suzuki\\SuzukiBundle\\Form\\EquipmentSeriesType',
  5086.                 => 'Suzuki\\SuzukiBundle\\Form\\VehicleDescriptionType',
  5087.                 => 'Suzuki\\SuzukiBundle\\Form\\VehicleModelType',
  5088.                 => 'form.type.form',
  5089.                 => 'form.type.choice',
  5090.                 => 'form.type.file',
  5091.                 => 'form.type.entity',
  5092.                 10 => 'sonata.core.form.type.array_legacy',
  5093.                 11 => 'sonata.core.form.type.boolean_legacy',
  5094.                 12 => 'sonata.core.form.type.collection_legacy',
  5095.                 13 => 'sonata.core.form.type.translatable_choice',
  5096.                 14 => 'sonata.core.form.type.date_range_legacy',
  5097.                 15 => 'sonata.core.form.type.datetime_range_legacy',
  5098.                 16 => 'sonata.core.form.type.date_picker_legacy',
  5099.                 17 => 'sonata.core.form.type.datetime_picker_legacy',
  5100.                 18 => 'sonata.core.form.type.date_range_picker_legacy',
  5101.                 19 => 'sonata.core.form.type.datetime_range_picker_legacy',
  5102.                 20 => 'sonata.core.form.type.equal_legacy',
  5103.                 21 => 'sonata.core.form.type.color_selector',
  5104.                 22 => 'sonata.core.form.type.color_legacy',
  5105.                 23 => 'sonata.core.form.type.array',
  5106.                 24 => 'sonata.core.form.type.boolean',
  5107.                 25 => 'sonata.core.form.type.collection',
  5108.                 26 => 'sonata.core.form.type.date_range',
  5109.                 27 => 'sonata.core.form.type.datetime_range',
  5110.                 28 => 'sonata.core.form.type.date_picker',
  5111.                 29 => 'sonata.core.form.type.datetime_picker',
  5112.                 30 => 'sonata.core.form.type.date_range_picker',
  5113.                 31 => 'sonata.core.form.type.datetime_range_picker',
  5114.                 32 => 'sonata.core.form.type.equal',
  5115.                 33 => 'sonata.block.form.type.block',
  5116.                 34 => 'sonata.block.form.type.container_template',
  5117.                 35 => 'sonata.admin.form.type.admin',
  5118.                 36 => 'sonata.admin.form.type.model_choice',
  5119.                 37 => 'sonata.admin.form.type.model_list',
  5120.                 38 => 'sonata.admin.form.type.model_reference',
  5121.                 39 => 'sonata.admin.form.type.model_hidden',
  5122.                 40 => 'sonata.admin.form.type.model_autocomplete',
  5123.                 41 => 'sonata.admin.form.type.collection',
  5124.                 42 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  5125.                 43 => 'sonata.admin.form.filter.type.number',
  5126.                 44 => 'sonata.admin.form.filter.type.choice',
  5127.                 45 => 'sonata.admin.form.filter.type.default',
  5128.                 46 => 'sonata.admin.form.filter.type.date',
  5129.                 47 => 'sonata.admin.form.filter.type.daterange',
  5130.                 48 => 'sonata.admin.form.filter.type.datetime',
  5131.                 49 => 'sonata.admin.form.filter.type.datetime_range',
  5132.                 50 => 'fos_user.username_form_type',
  5133.                 51 => 'fos_user.profile.form.type',
  5134.                 52 => 'fos_user.registration.form.type',
  5135.                 53 => 'fos_user.change_password.form.type',
  5136.                 54 => 'fos_user.resetting.form.type',
  5137.                 55 => 'fos_user.group.form.type',
  5138.                 56 => 'sonata.user.form.type.security_roles',
  5139.                 57 => 'sonata.user.form.roles_matrix_type',
  5140.                 58 => 'sonata.user.form.gender_list',
  5141.                 59 => 'sonata.user.api.form.type.group',
  5142.                 60 => 'sonata.user.api.form.type.user',
  5143.                 61 => 'sonata.media.form.type.media',
  5144.                 62 => 'sonata.media.api.form.type.doctrine.media',
  5145.                 63 => 'sonata.media.api.form.type.media',
  5146.                 64 => 'sonata.media.api.form.type.gallery',
  5147.                 65 => 'sonata.media.api.form.type.gallery_has_media',
  5148.                 66 => 'fos_ck_editor.form.type',
  5149.                 67 => 'sonata.formatter.form.type.selector',
  5150.                 68 => 'sonata.formatter.form.type.simple',
  5151.             ],
  5152.             'sonata.core.form.type_extensions' => [
  5153.                 => 'form.type_extension.form.transformation_failure_handling',
  5154.                 => 'form.type_extension.form.http_foundation',
  5155.                 => 'form.type_extension.form.validator',
  5156.                 => 'form.type_extension.repeated.validator',
  5157.                 => 'form.type_extension.submit.validator',
  5158.                 => 'form.type_extension.upload.validator',
  5159.                 => 'form.type_extension.csrf',
  5160.                 => 'form.type_extension.form.data_collector',
  5161.                 => 'fos_rest.form.extension.csrf_disable',
  5162.                 => 'nelmio_api_doc.form.documentation_extension',
  5163.                 10 => 'sonata.admin.form.extension.field',
  5164.                 11 => 'sonata.admin.form.extension.field.mopa',
  5165.                 12 => 'sonata.admin.form.extension.choice',
  5166.             ],
  5167.             'console.command.ids' => [
  5168.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  5169.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  5170.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  5171.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  5172.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  5173.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  5174.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  5175.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  5176.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  5177.                 => 'Sonata\\MediaBundle\\Command\\AddMassMediaCommand',
  5178.                 10 => 'Sonata\\MediaBundle\\Command\\AddMediaCommand',
  5179.                 11 => 'Sonata\\MediaBundle\\Command\\CleanMediaCommand',
  5180.                 12 => 'Sonata\\MediaBundle\\Command\\FixMediaContextCommand',
  5181.                 13 => 'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand',
  5182.                 14 => 'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand',
  5183.                 15 => 'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand',
  5184.                 16 => 'Sonata\\MediaBundle\\Command\\SyncThumbsCommand',
  5185.                 17 => 'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand',
  5186.             ],
  5187.         ];
  5188.     }
  5189.     protected function throw($message)
  5190.     {
  5191.         throw new RuntimeException($message);
  5192.     }
  5193. }