var/cache/dev/ContainerEwIXgMr/srcApp_KernelDevDebugContainer.php line 1697

Open in your IDE?
  1. <?php
  2. namespace ContainerEwIXgMr;
  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.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  45.             'hwi_oauth.security.oauth_utils' => 'getHwiOauth_Security_OauthUtilsService',
  46.             'profiler' => 'getProfilerService',
  47.             'request_stack' => 'getRequestStackService',
  48.             'router' => 'getRouterService',
  49.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  50.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  51.             'security.token_storage' => 'getSecurity_TokenStorageService',
  52.             'session' => 'getSessionService',
  53.             'translator' => 'getTranslatorService',
  54.             'twig' => 'getTwigService',
  55.             'validator' => 'getValidatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.         ];
  58.         $this->fileMap = [
  59.             'App\\Controller\\AdminController' => 'getAdminControllerService.php',
  60.             'App\\Controller\\AlianazaCitiesController' => 'getAlianazaCitiesControllerService.php',
  61.             'App\\Controller\\BlogController' => 'getBlogControllerService.php',
  62.             'App\\Controller\\ButtonsController' => 'getButtonsControllerService.php',
  63.             'App\\Controller\\Call2ActionCityController' => 'getCall2ActionCityControllerService.php',
  64.             'App\\Controller\\DefaultConfigController' => 'getDefaultConfigControllerService.php',
  65.             'App\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  66.             'App\\Controller\\DomusController' => 'getDomusControllerService.php',
  67.             'App\\Controller\\LayoutController' => 'getLayoutControllerService.php',
  68.             'App\\Controller\\ModalsController' => 'getModalsControllerService.php',
  69.             'App\\Controller\\PageController' => 'getPageControllerService.php',
  70.             'App\\Controller\\ProcessController' => 'getProcessControllerService.php',
  71.             'App\\Controller\\ProjectsController' => 'getProjectsControllerService.php',
  72.             'App\\Controller\\PropertiesController' => 'getPropertiesControllerService.php',
  73.             'App\\Controller\\ReportsController' => 'getReportsControllerService.php',
  74.             'App\\Controller\\ServicesController' => 'getServicesControllerService.php',
  75.             'App\\Controller\\SiteDataController' => 'getSiteDataControllerService.php',
  76.             'App\\Controller\\SlidersController' => 'getSlidersControllerService.php',
  77.             'App\\Controller\\TeamController' => 'getTeamControllerService.php',
  78.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService.php',
  79.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  80.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  81.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  82.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  83.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  84.             'cache_clearer' => 'getCacheClearerService.php',
  85.             'cache_warmer' => 'getCacheWarmerService.php',
  86.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  87.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  88.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  89.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  90.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  91.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  92.             'doctrine.dbal.external_db_connection' => 'getDoctrine_Dbal_ExternalDbConnectionService.php',
  93.             'error_controller' => 'getErrorControllerService.php',
  94.             'filesystem' => 'getFilesystemService.php',
  95.             'form.factory' => 'getForm_FactoryService.php',
  96.             'form.type.file' => 'getForm_Type_FileService.php',
  97.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  98.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  99.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  100.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  101.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  102.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  103.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService.php',
  104.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService.php',
  105.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService.php',
  106.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService.php',
  107.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService.php',
  108.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService.php',
  109.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService.php',
  110.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService.php',
  111.             'httplug.uri_factory' => 'getHttplug_UriFactoryService.php',
  112.             'hwi_oauth.http.client' => 'getHwiOauth_Http_ClientService.php',
  113.             'hwi_oauth.http.message_factory' => 'getHwiOauth_Http_MessageFactoryService.php',
  114.             'hwi_oauth.http_client' => 'getHwiOauth_HttpClientService.php',
  115.             'hwi_oauth.resource_owner.facebook' => 'getHwiOauth_ResourceOwner_FacebookService.php',
  116.             'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService.php',
  117.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService.php',
  118.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  119.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  120.             'routing.loader' => 'getRouting_LoaderService.php',
  121.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  122.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  123.             'serializer' => 'getSerializerService.php',
  124.             'services_resetter' => 'getServicesResetterService.php',
  125.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  126.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  127.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  128.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  129.             'templating' => 'getTemplatingService.php',
  130.             'templating.loader' => 'getTemplating_LoaderService.php',
  131.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  132.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  133.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  134.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  135.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  136.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  137.         ];
  138.         $this->aliases = [
  139.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  140.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  141.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  142.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  143.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  144.             'database_connection' => 'doctrine.dbal.default_connection',
  145.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  146.             'httplug.client' => 'hwi_oauth.http.client',
  147.             'httplug.message_factory' => 'hwi_oauth.http.message_factory',
  148.             'mailer' => 'swiftmailer.mailer.default',
  149.         ];
  150.         $this->privates['service_container'] = function () {
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  157.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  194.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  243.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/bes/mobiledetect-twig-extension/src/Bes/Twig/Extension/MobileDetectExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  429.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  441.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  455.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  456.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  458.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  461.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  462.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  465.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  466.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  467.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  468.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  469.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  490.         };
  491.     }
  492.     public function compile(): void
  493.     {
  494.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  495.     }
  496.     public function isCompiled(): bool
  497.     {
  498.         return true;
  499.     }
  500.     public function getRemovedIds(): array
  501.     {
  502.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  503.     }
  504.     protected function load($file$lazyLoad true)
  505.     {
  506.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  507.     }
  508.     /**
  509.      * Gets the public 'cache.app' shared service.
  510.      *
  511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  512.      */
  513.     protected function getCache_AppService()
  514.     {
  515.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('96BZUdVhzL'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  516.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  517.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  518.     }
  519.     /**
  520.      * Gets the public 'cache.system' shared service.
  521.      *
  522.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  523.      */
  524.     protected function getCache_SystemService()
  525.     {
  526.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PfXDLFRLDf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  527.     }
  528.     /**
  529.      * Gets the public 'data_collector.dump' shared service.
  530.      *
  531.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  532.      */
  533.     protected function getDataCollector_DumpService()
  534.     {
  535.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  536.     }
  537.     /**
  538.      * Gets the public 'doctrine' shared service.
  539.      *
  540.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  541.      */
  542.     protected function getDoctrineService()
  543.     {
  544.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  545.     }
  546.     /**
  547.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  548.      *
  549.      * @return \Doctrine\DBAL\Connection
  550.      */
  551.     protected function getDoctrine_Dbal_DefaultConnectionService()
  552.     {
  553.         $a = new \Doctrine\DBAL\Configuration();
  554.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  555.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(($this->privates['.service_locator..GE4V8A'] ?? $this->get_ServiceLocator__GE4V8AService()), [=> 'fos_user.user_listener']);
  556.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  557.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  558.     }
  559.     /**
  560.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  561.      *
  562.      * @return \Doctrine\ORM\EntityManager
  563.      */
  564.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  565.     {
  566.         $a = new \Doctrine\ORM\Configuration();
  567.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  568.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  569.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  570.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  571.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  572.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  573.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  574.         $a->setMetadataDriverImpl($b);
  575.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  576.         $a->setProxyNamespace('Proxies');
  577.         $a->setAutoGenerateProxyClasses(true);
  578.         $a->setSchemaIgnoreClasses([]);
  579.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  580.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  581.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  582.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  583.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  584.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  585.             'App\\Repository\\AlianazaCitiesRepository' => ['privates''App\\Repository\\AlianazaCitiesRepository''getAlianazaCitiesRepositoryService.php'true],
  586.             'App\\Repository\\AppButtonsRepository' => ['privates''App\\Repository\\AppButtonsRepository''getAppButtonsRepositoryService.php'true],
  587.             'App\\Repository\\BaseReportGroupsRepository' => ['privates''App\\Repository\\BaseReportGroupsRepository''getBaseReportGroupsRepositoryService.php'true],
  588.             'App\\Repository\\BaseReportParamsRepository' => ['privates''App\\Repository\\BaseReportParamsRepository''getBaseReportParamsRepositoryService.php'true],
  589.             'App\\Repository\\BaseReportRepository' => ['privates''App\\Repository\\BaseReportRepository''getBaseReportRepositoryService.php'true],
  590.             'App\\Repository\\BaseReportViewsRepository' => ['privates''App\\Repository\\BaseReportViewsRepository''getBaseReportViewsRepositoryService.php'true],
  591.             'App\\Repository\\CallbackByCityRepository' => ['privates''App\\Repository\\CallbackByCityRepository''getCallbackByCityRepositoryService.php'true],
  592.             'App\\Repository\\ColsByRowRepository' => ['privates''App\\Repository\\ColsByRowRepository''getColsByRowRepositoryService.php'true],
  593.             'App\\Repository\\ComparePropertiesByUserRepository' => ['privates''App\\Repository\\ComparePropertiesByUserRepository''getComparePropertiesByUserRepositoryService.php'true],
  594.             'App\\Repository\\ContentBySectionRepository' => ['privates''App\\Repository\\ContentBySectionRepository''getContentBySectionRepositoryService.php'true],
  595.             'App\\Repository\\ContentElementsByColumnsRepository' => ['privates''App\\Repository\\ContentElementsByColumnsRepository''getContentElementsByColumnsRepositoryService.php'true],
  596.             'App\\Repository\\ContentElementsByMetaRepository' => ['privates''App\\Repository\\ContentElementsByMetaRepository''getContentElementsByMetaRepositoryService.php'true],
  597.             'App\\Repository\\DefaultConfigRepository' => ['privates''App\\Repository\\DefaultConfigRepository''getDefaultConfigRepositoryService.php'true],
  598.             'App\\Repository\\FavsPropertiesByUserRepository' => ['privates''App\\Repository\\FavsPropertiesByUserRepository''getFavsPropertiesByUserRepositoryService.php'true],
  599.             'App\\Repository\\FeaturesByServiceRepository' => ['privates''App\\Repository\\FeaturesByServiceRepository''getFeaturesByServiceRepositoryService.php'true],
  600.             'App\\Repository\\GalleryByProjectRepository' => ['privates''App\\Repository\\GalleryByProjectRepository''getGalleryByProjectRepositoryService.php'true],
  601.             'App\\Repository\\LeadsRepository' => ['privates''App\\Repository\\LeadsRepository''getLeadsRepositoryService.php'true],
  602.             'App\\Repository\\LinksPoliticasFrontRepository' => ['privates''App\\Repository\\LinksPoliticasFrontRepository''getLinksPoliticasFrontRepositoryService.php'true],
  603.             'App\\Repository\\MetaBySectionRepository' => ['privates''App\\Repository\\MetaBySectionRepository''getMetaBySectionRepositoryService.php'true],
  604.             'App\\Repository\\ModalsRepository' => ['privates''App\\Repository\\ModalsRepository''getModalsRepositoryService.php'true],
  605.             'App\\Repository\\OptionsBypageRepository' => ['privates''App\\Repository\\OptionsBypageRepository''getOptionsBypageRepositoryService.php'true],
  606.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService.php'true],
  607.             'App\\Repository\\PersonRepository' => ['privates''App\\Repository\\PersonRepository''getPersonRepositoryService.php'true],
  608.             'App\\Repository\\ProcessRepository' => ['privates''App\\Repository\\ProcessRepository''getProcessRepositoryService.php'true],
  609.             'App\\Repository\\ProcessStepsRepository' => ['privates''App\\Repository\\ProcessStepsRepository''getProcessStepsRepositoryService.php'true],
  610.             'App\\Repository\\ProjectsRepository' => ['privates''App\\Repository\\ProjectsRepository''getProjectsRepositoryService.php'true],
  611.             'App\\Repository\\PropertiesRepository' => ['privates''App\\Repository\\PropertiesRepository''getPropertiesRepositoryService.php'true],
  612.             'App\\Repository\\ResourcesByPageRepository' => ['privates''App\\Repository\\ResourcesByPageRepository''getResourcesByPageRepositoryService.php'true],
  613.             'App\\Repository\\ResourcesTypeRepository' => ['privates''App\\Repository\\ResourcesTypeRepository''getResourcesTypeRepositoryService.php'true],
  614.             'App\\Repository\\RowsBySectionRepository' => ['privates''App\\Repository\\RowsBySectionRepository''getRowsBySectionRepositoryService.php'true],
  615.             'App\\Repository\\SectionStylesRepository' => ['privates''App\\Repository\\SectionStylesRepository''getSectionStylesRepositoryService.php'true],
  616.             'App\\Repository\\SectionsByPageRepository' => ['privates''App\\Repository\\SectionsByPageRepository''getSectionsByPageRepositoryService.php'true],
  617.             'App\\Repository\\ServicesByCityRepository' => ['privates''App\\Repository\\ServicesByCityRepository''getServicesByCityRepositoryService.php'true],
  618.             'App\\Repository\\ServicesRepository' => ['privates''App\\Repository\\ServicesRepository''getServicesRepositoryService.php'true],
  619.             'App\\Repository\\ShowStateRepository' => ['privates''App\\Repository\\ShowStateRepository''getShowStateRepositoryService.php'true],
  620.             'App\\Repository\\SiteDataRepository' => ['privates''App\\Repository\\SiteDataRepository''getSiteDataRepositoryService.php'true],
  621.             'App\\Repository\\SlidersRepository' => ['privates''App\\Repository\\SlidersRepository''getSlidersRepositoryService.php'true],
  622.             'App\\Repository\\SlidesBySliderRepository' => ['privates''App\\Repository\\SlidesBySliderRepository''getSlidesBySliderRepositoryService.php'true],
  623.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService.php'true],
  624.             'App\\Repository\\TextPropertiesByElementRepository' => ['privates''App\\Repository\\TextPropertiesByElementRepository''getTextPropertiesByElementRepositoryService.php'true],
  625.             'App\\Repository\\TypeBuildingRepository' => ['privates''App\\Repository\\TypeBuildingRepository''getTypeBuildingRepositoryService.php'true],
  626.             'App\\Repository\\UtilDateRepository' => ['privates''App\\Repository\\UtilDateRepository''getUtilDateRepositoryService.php'true],
  627.         ], [
  628.             'App\\Repository\\AlianazaCitiesRepository' => '?',
  629.             'App\\Repository\\AppButtonsRepository' => '?',
  630.             'App\\Repository\\BaseReportGroupsRepository' => '?',
  631.             'App\\Repository\\BaseReportParamsRepository' => '?',
  632.             'App\\Repository\\BaseReportRepository' => '?',
  633.             'App\\Repository\\BaseReportViewsRepository' => '?',
  634.             'App\\Repository\\CallbackByCityRepository' => '?',
  635.             'App\\Repository\\ColsByRowRepository' => '?',
  636.             'App\\Repository\\ComparePropertiesByUserRepository' => '?',
  637.             'App\\Repository\\ContentBySectionRepository' => '?',
  638.             'App\\Repository\\ContentElementsByColumnsRepository' => '?',
  639.             'App\\Repository\\ContentElementsByMetaRepository' => '?',
  640.             'App\\Repository\\DefaultConfigRepository' => '?',
  641.             'App\\Repository\\FavsPropertiesByUserRepository' => '?',
  642.             'App\\Repository\\FeaturesByServiceRepository' => '?',
  643.             'App\\Repository\\GalleryByProjectRepository' => '?',
  644.             'App\\Repository\\LeadsRepository' => '?',
  645.             'App\\Repository\\LinksPoliticasFrontRepository' => '?',
  646.             'App\\Repository\\MetaBySectionRepository' => '?',
  647.             'App\\Repository\\ModalsRepository' => '?',
  648.             'App\\Repository\\OptionsBypageRepository' => '?',
  649.             'App\\Repository\\PageRepository' => '?',
  650.             'App\\Repository\\PersonRepository' => '?',
  651.             'App\\Repository\\ProcessRepository' => '?',
  652.             'App\\Repository\\ProcessStepsRepository' => '?',
  653.             'App\\Repository\\ProjectsRepository' => '?',
  654.             'App\\Repository\\PropertiesRepository' => '?',
  655.             'App\\Repository\\ResourcesByPageRepository' => '?',
  656.             'App\\Repository\\ResourcesTypeRepository' => '?',
  657.             'App\\Repository\\RowsBySectionRepository' => '?',
  658.             'App\\Repository\\SectionStylesRepository' => '?',
  659.             'App\\Repository\\SectionsByPageRepository' => '?',
  660.             'App\\Repository\\ServicesByCityRepository' => '?',
  661.             'App\\Repository\\ServicesRepository' => '?',
  662.             'App\\Repository\\ShowStateRepository' => '?',
  663.             'App\\Repository\\SiteDataRepository' => '?',
  664.             'App\\Repository\\SlidersRepository' => '?',
  665.             'App\\Repository\\SlidesBySliderRepository' => '?',
  666.             'App\\Repository\\TeamRepository' => '?',
  667.             'App\\Repository\\TextPropertiesByElementRepository' => '?',
  668.             'App\\Repository\\TypeBuildingRepository' => '?',
  669.             'App\\Repository\\UtilDateRepository' => '?',
  670.         ])));
  671.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  672.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  673.         return $instance;
  674.     }
  675.     /**
  676.      * Gets the public 'event_dispatcher' shared service.
  677.      *
  678.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  679.      */
  680.     protected function getEventDispatcherService()
  681.     {
  682.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  683.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  684.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  685.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  686.         $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())));
  687.         $instance->addListener('kernel.controller', [=> function () {
  688.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  689.         }, => 'onKernelController'], 0);
  690.         $instance->addListener('kernel.response', [=> function () {
  691.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  692.         }, => 'onKernelResponse'], 0);
  693.         $instance->addListener('kernel.response', [=> function () {
  694.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  695.         }, => 'onKernelResponse'], -1024);
  696.         $instance->addListener('kernel.request', [=> function () {
  697.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  698.         }, => 'setDefaultLocale'], 100);
  699.         $instance->addListener('kernel.request', [=> function () {
  700.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  701.         }, => 'onKernelRequest'], 16);
  702.         $instance->addListener('kernel.finish_request', [=> function () {
  703.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  704.         }, => 'onKernelFinishRequest'], 0);
  705.         $instance->addListener('kernel.request', [=> function () {
  706.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  707.         }, => 'onKernelRequest'], 256);
  708.         $instance->addListener('kernel.request', [=> function () {
  709.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  710.         }, => 'resolveControllerName'], 24);
  711.         $instance->addListener('kernel.response', [=> function () {
  712.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  713.         }, => 'onResponse'], -255);
  714.         $instance->addListener('kernel.request', [=> function () {
  715.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  716.         }, => 'onKernelRequest'], 15);
  717.         $instance->addListener('kernel.finish_request', [=> function () {
  718.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  719.         }, => 'onKernelFinishRequest'], -15);
  720.         $instance->addListener('console.error', [=> function () {
  721.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  722.         }, => 'onConsoleError'], -128);
  723.         $instance->addListener('console.terminate', [=> function () {
  724.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  725.         }, => 'onConsoleTerminate'], -128);
  726.         $instance->addListener('console.error', [=> function () {
  727.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  728.         }, => 'onConsoleError'], 0);
  729.         $instance->addListener('kernel.request', [=> function () {
  730.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  731.         }, => 'onKernelRequest'], 128);
  732.         $instance->addListener('kernel.response', [=> function () {
  733.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  734.         }, => 'onKernelResponse'], -1000);
  735.         $instance->addListener('kernel.finish_request', [=> function () {
  736.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  737.         }, => 'onFinishRequest'], 0);
  738.         $instance->addListener('kernel.response', [=> function () {
  739.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  740.         }, => 'onKernelResponse'], -100);
  741.         $instance->addListener('kernel.exception', [=> function () {
  742.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  743.         }, => 'onKernelException'], 0);
  744.         $instance->addListener('kernel.terminate', [=> function () {
  745.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  746.         }, => 'onKernelTerminate'], -1024);
  747.         $instance->addListener('kernel.controller', [=> function () {
  748.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  749.         }, => 'onKernelController'], 0);
  750.         $instance->addListener('kernel.response', [=> function () {
  751.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  752.         }, => 'onKernelResponse'], 0);
  753.         $instance->addListener('kernel.request', [=> function () {
  754.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  755.         }, => 'configure'], 2048);
  756.         $instance->addListener('console.command', [=> function () {
  757.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  758.         }, => 'configure'], 2048);
  759.         $instance->addListener('kernel.request', [=> function () {
  760.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  761.         }, => 'onKernelRequest'], 32);
  762.         $instance->addListener('kernel.finish_request', [=> function () {
  763.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  764.         }, => 'onKernelFinishRequest'], 0);
  765.         $instance->addListener('kernel.exception', [=> function () {
  766.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  767.         }, => 'onKernelException'], -64);
  768.         $instance->addListener('kernel.response', [=> function () {
  769.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  770.         }, => 'onKernelResponse'], 0);
  771.         $instance->addListener('kernel.controller', [=> function () {
  772.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  773.         }, => 'onKernelController'], 0);
  774.         $instance->addListener('kernel.controller', [=> function () {
  775.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  776.         }, => 'onKernelController'], 0);
  777.         $instance->addListener('kernel.controller', [=> function () {
  778.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  779.         }, => 'onKernelController'], -128);
  780.         $instance->addListener('kernel.view', [=> function () {
  781.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  782.         }, => 'onKernelView'], 0);
  783.         $instance->addListener('kernel.controller', [=> function () {
  784.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  785.         }, => 'onKernelController'], 0);
  786.         $instance->addListener('kernel.response', [=> function () {
  787.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  788.         }, => 'onKernelResponse'], 0);
  789.         $instance->addListener('kernel.controller_arguments', [=> function () {
  790.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  791.         }, => 'onKernelControllerArguments'], 0);
  792.         $instance->addListener('kernel.controller_arguments', [=> function () {
  793.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  794.         }, => 'onKernelControllerArguments'], 0);
  795.         $instance->addListener('kernel.response', [=> function () {
  796.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  797.         }, => 'onKernelResponse'], 0);
  798.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  799.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  800.         }, => 'onVoterVote'], 0);
  801.         $instance->addListener('kernel.request', [=> function () {
  802.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  803.         }, => 'configureLogoutUrlGenerator'], 8);
  804.         $instance->addListener('kernel.request', [=> function () {
  805.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  806.         }, => 'onKernelRequest'], 8);
  807.         $instance->addListener('kernel.finish_request', [=> function () {
  808.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  809.         }, => 'onKernelFinishRequest'], 0);
  810.         $instance->addListener('kernel.exception', [=> function () {
  811.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  812.         }, => 'onException'], 0);
  813.         $instance->addListener('kernel.terminate', [=> function () {
  814.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  815.         }, => 'onTerminate'], 0);
  816.         $instance->addListener('console.error', [=> function () {
  817.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  818.         }, => 'onException'], 0);
  819.         $instance->addListener('console.terminate', [=> function () {
  820.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  821.         }, => 'onTerminate'], 0);
  822.         $instance->addListener('kernel.exception', [=> function () {
  823.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  824.         }, => 'logKernelException'], 0);
  825.         $instance->addListener('kernel.exception', [=> function () {
  826.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  827.         }, => 'onKernelException'], -128);
  828.         $instance->addListener('kernel.response', [=> function () {
  829.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  830.         }, => 'onKernelResponse'], -128);
  831.         $instance->addListener('console.command', [=> function () {
  832.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  833.         }, => 'onCommand'], 255);
  834.         $instance->addListener('console.terminate', [=> function () {
  835.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  836.         }, => 'onTerminate'], -255);
  837.         $instance->addListener('console.command', [=> function () {
  838.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  839.         }, => 'configure'], 1024);
  840.         $instance->addListener('console.error', [=> function () {
  841.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  842.         }, => 'onConsoleError'], 0);
  843.         $instance->addListener('console.terminate', [=> function () {
  844.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  845.         }, => 'onConsoleTerminate'], 0);
  846.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  847.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  848.         }, => 'onImplicitLogin'], 0);
  849.         $instance->addListener('security.interactive_login', [=> function () {
  850.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  851.         }, => 'onSecurityInteractiveLogin'], 0);
  852.         $instance->addListener('fos_user.registration.completed', [=> function () {
  853.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  854.         }, => 'authenticate'], 0);
  855.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  856.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  857.         }, => 'authenticate'], 0);
  858.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  859.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  860.         }, => 'authenticate'], 0);
  861.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  862.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  863.         }, => 'addSuccessFlash'], 0);
  864.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  865.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  866.         }, => 'addSuccessFlash'], 0);
  867.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  868.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  869.         }, => 'addSuccessFlash'], 0);
  870.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  871.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  872.         }, => 'addSuccessFlash'], 0);
  873.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  874.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  875.         }, => 'addSuccessFlash'], 0);
  876.         $instance->addListener('fos_user.registration.completed', [=> function () {
  877.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  878.         }, => 'addSuccessFlash'], 0);
  879.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  880.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  881.         }, => 'addSuccessFlash'], 0);
  882.         $instance->addListener('fos_user.registration.success', [=> function () {
  883.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
  884.         }, => 'onRegistrationSuccess'], 0);
  885.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  886.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  887.         }, => 'onResettingResetInitialize'], 0);
  888.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  889.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  890.         }, => 'onResettingResetSuccess'], 0);
  891.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  892.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  893.         }, => 'onResettingResetRequest'], 0);
  894.         $instance->addListener('kernel.request', [=> function () {
  895.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  896.         }, => 'onEvent'], 1024);
  897.         $instance->addListener('console.command', [=> function () {
  898.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  899.         }, => 'onEvent'], 1024);
  900.         $instance->addListener('kernel.request', [=> function () {
  901.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  902.         }, => 'onEvent'], 1024);
  903.         $instance->addListener('console.command', [=> function () {
  904.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  905.         }, => 'onEvent'], 1024);
  906.         return $instance;
  907.     }
  908.     /**
  909.      * Gets the public 'http_kernel' shared service.
  910.      *
  911.      * @return \Symfony\Component\HttpKernel\HttpKernel
  912.      */
  913.     protected function getHttpKernelService()
  914.     {
  915.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  916.         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 () {
  917.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  918.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  919.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  920.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  921.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  922.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  923.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  924.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  925.         }, 8)), $a));
  926.     }
  927.     /**
  928.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  929.      *
  930.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  931.      */
  932.     protected function getHwiOauth_ResourceOwnermap_MainService()
  933.     {
  934.         $this->services['hwi_oauth.resource_ownermap.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.main']);
  935.         $instance->setContainer($this);
  936.         return $instance;
  937.     }
  938.     /**
  939.      * Gets the public 'hwi_oauth.security.oauth_utils' shared service.
  940.      *
  941.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  942.      */
  943.     protected function getHwiOauth_Security_OauthUtilsService()
  944.     {
  945.         $this->services['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), false'IS_AUTHENTICATED_REMEMBERED');
  946.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  947.         return $instance;
  948.     }
  949.     /**
  950.      * Gets the public 'profiler' shared service.
  951.      *
  952.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  953.      */
  954.     protected function getProfilerService()
  955.     {
  956.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  957.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  958.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  959.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  961.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  962.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  963.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  964.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  965.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  966.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  967.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  968.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  969.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  970.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  971.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  972.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  973.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  974.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  975.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  976.         $e->addLogger('external_db', ($this->privates['doctrine.dbal.logger.profiling.external_db'] ?? ($this->privates['doctrine.dbal.logger.profiling.external_db'] = new \Doctrine\DBAL\Logging\DebugStack())));
  977.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  978.         if ($this->has('kernel')) {
  979.             $f->setKernel($b);
  980.         }
  981.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  982.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  983.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  984.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  985.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  986.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  987.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  988.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  989.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  990.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  991.         $instance->add($d);
  992.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  993.         $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())));
  994.         $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())));
  995.         $instance->add($e);
  996.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  997.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  998.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  999.         $instance->add($f);
  1000.         return $instance;
  1001.     }
  1002.     /**
  1003.      * Gets the public 'request_stack' shared service.
  1004.      *
  1005.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1006.      */
  1007.     protected function getRequestStackService()
  1008.     {
  1009.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1010.     }
  1011.     /**
  1012.      * Gets the public 'router' shared service.
  1013.      *
  1014.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1015.      */
  1016.     protected function getRouterService()
  1017.     {
  1018.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1019.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1020.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1021.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1022.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1023.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1024.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1025.         ], [
  1026.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1027.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1028.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1029.         return $instance;
  1030.     }
  1031.     /**
  1032.      * Gets the public 'security.authorization_checker' shared service.
  1033.      *
  1034.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1035.      */
  1036.     protected function getSecurity_AuthorizationCheckerService()
  1037.     {
  1038.         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);
  1039.     }
  1040.     /**
  1041.      * Gets the public 'security.csrf.token_manager' shared service.
  1042.      *
  1043.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1044.      */
  1045.     protected function getSecurity_Csrf_TokenManagerService()
  1046.     {
  1047.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1048.     }
  1049.     /**
  1050.      * Gets the public 'security.token_storage' shared service.
  1051.      *
  1052.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1053.      */
  1054.     protected function getSecurity_TokenStorageService()
  1055.     {
  1056.         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, [
  1057.             'session' => ['services''session''getSessionService'false],
  1058.         ], [
  1059.             'session' => '?',
  1060.         ]));
  1061.     }
  1062.     /**
  1063.      * Gets the public 'session' shared service.
  1064.      *
  1065.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1066.      */
  1067.     protected function getSessionService()
  1068.     {
  1069.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1070.     }
  1071.     /**
  1072.      * Gets the public 'translator' shared service.
  1073.      *
  1074.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1075.      */
  1076.     protected function getTranslatorService()
  1077.     {
  1078.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1079.     }
  1080.     /**
  1081.      * Gets the public 'twig' shared service.
  1082.      *
  1083.      * @return \Twig\Environment
  1084.      */
  1085.     protected function getTwigService()
  1086.     {
  1087.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  1088.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1089.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1090.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1091.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1092.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1093.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1094.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1095.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1096.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1097.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1098.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1099.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1100.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1101.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1102.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1103.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1104.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1105.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  1106.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  1107.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1108.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1109.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1110.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1111.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1112.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1113.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1114.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1115.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1116.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1117.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1118.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1119.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1120.         $f->setEnvironment('dev');
  1121.         $f->setDebug(true);
  1122.         if ($this->has('security.token_storage')) {
  1123.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1124.         }
  1125.         if ($this->has('request_stack')) {
  1126.             $f->setRequestStack($d);
  1127.         }
  1128.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1129.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1130.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1131.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1132.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1133.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1134.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  1135.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1136.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1137.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1138.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1139.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1140.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1141.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1142.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1143.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1144.         $instance->addExtension(new \Bes\Twig\Extension\MobileDetectExtension());
  1145.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1146.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1147.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(($this->privates['hwi_oauth.templating.helper.oauth'] ?? $this->getHwiOauth_Templating_Helper_OauthService())));
  1148.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  1149.         $instance->addGlobal('app'$f);
  1150.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1151.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1152.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1153.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1154.         ], [
  1155.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1156.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1157.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1158.         ])));
  1159.         $instance->addGlobal('fos_csrf_provider', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1160.         $instance->addGlobal('pathToWeb', (\dirname(__DIR__4).'/src/../public'));
  1161.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1162.         return $instance;
  1163.     }
  1164.     /**
  1165.      * Gets the public 'validator' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1168.      */
  1169.     protected function getValidatorService()
  1170.     {
  1171.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1172.     }
  1173.     /**
  1174.      * Gets the public 'var_dumper.cloner' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1177.      */
  1178.     protected function getVarDumper_ClonerService()
  1179.     {
  1180.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1181.         $instance->setMaxItems(2500);
  1182.         $instance->setMinDepth(1);
  1183.         $instance->setMaxString(-1);
  1184.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1185.         return $instance;
  1186.     }
  1187.     /**
  1188.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1189.      *
  1190.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1191.      */
  1192.     protected function get_LegacyResolveControllerNameSubscriberService()
  1193.     {
  1194.         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);
  1195.     }
  1196.     /**
  1197.      * Gets the private '.service_locator..GE4V8A' shared service.
  1198.      *
  1199.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1200.      */
  1201.     protected function get_ServiceLocator__GE4V8AService()
  1202.     {
  1203.         return $this->privates['.service_locator..GE4V8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1204.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  1205.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService.php'true],
  1206.         ], [
  1207.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1208.             'fos_user.user_listener' => '?',
  1209.         ]);
  1210.     }
  1211.     /**
  1212.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  1213.      *
  1214.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  1215.      */
  1216.     protected function getPluginClientFactoryService()
  1217.     {
  1218.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1219.     }
  1220.     /**
  1221.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  1222.      *
  1223.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  1224.      */
  1225.     protected function getPluginClientFactoryListenerService()
  1226.     {
  1227.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  1228.     }
  1229.     /**
  1230.      * Gets the private 'annotations.cache_adapter' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1233.      */
  1234.     protected function getAnnotations_CacheAdapterService()
  1235.     {
  1236.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1237.     }
  1238.     /**
  1239.      * Gets the private 'annotations.cached_reader' shared service.
  1240.      *
  1241.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1242.      */
  1243.     protected function getAnnotations_CachedReaderService()
  1244.     {
  1245.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1246.     }
  1247.     /**
  1248.      * Gets the private 'annotations.reader' shared service.
  1249.      *
  1250.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1251.      */
  1252.     protected function getAnnotations_ReaderService()
  1253.     {
  1254.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1255.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1256.         $a->registerUniqueLoader('class_exists');
  1257.         $instance->addGlobalIgnoredName('required'$a);
  1258.         return $instance;
  1259.     }
  1260.     /**
  1261.      * Gets the private 'assets.packages' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\Asset\Packages
  1264.      */
  1265.     protected function getAssets_PackagesService()
  1266.     {
  1267.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1268.     }
  1269.     /**
  1270.      * Gets the private 'cache.annotations' shared service.
  1271.      *
  1272.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1273.      */
  1274.     protected function getCache_AnnotationsService()
  1275.     {
  1276.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MLqbfQH6+2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1277.     }
  1278.     /**
  1279.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1282.      */
  1283.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1284.     {
  1285.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1286.     }
  1287.     /**
  1288.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1289.      *
  1290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1291.      */
  1292.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1293.     {
  1294.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1295.     }
  1296.     /**
  1297.      * Gets the private 'cache.property_info' shared service.
  1298.      *
  1299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1300.      */
  1301.     protected function getCache_PropertyInfoService()
  1302.     {
  1303.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qketGwiAzl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1304.     }
  1305.     /**
  1306.      * Gets the private 'cache.security_expression_language' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1309.      */
  1310.     protected function getCache_SecurityExpressionLanguageService()
  1311.     {
  1312.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ib60m5xYEr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1313.     }
  1314.     /**
  1315.      * Gets the private 'cache.serializer' shared service.
  1316.      *
  1317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1318.      */
  1319.     protected function getCache_SerializerService()
  1320.     {
  1321.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cfsLOQVk45'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1322.     }
  1323.     /**
  1324.      * Gets the private 'cache.validator' shared service.
  1325.      *
  1326.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1327.      */
  1328.     protected function getCache_ValidatorService()
  1329.     {
  1330.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7I9A7CVaSO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1331.     }
  1332.     /**
  1333.      * Gets the private 'config_cache_factory' shared service.
  1334.      *
  1335.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1336.      */
  1337.     protected function getConfigCacheFactoryService()
  1338.     {
  1339.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1340.             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)));
  1341.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1342.         }, 2));
  1343.     }
  1344.     /**
  1345.      * Gets the private 'data_collector.form' shared service.
  1346.      *
  1347.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1348.      */
  1349.     protected function getDataCollector_FormService()
  1350.     {
  1351.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1352.     }
  1353.     /**
  1354.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1355.      *
  1356.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1357.      */
  1358.     protected function getDebug_DebugHandlersListenerService()
  1359.     {
  1360.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1361.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1362.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1363.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1365.         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);
  1366.     }
  1367.     /**
  1368.      * Gets the private 'debug.file_link_formatter' shared service.
  1369.      *
  1370.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1371.      */
  1372.     protected function getDebug_FileLinkFormatterService()
  1373.     {
  1374.         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 () {
  1375.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1376.         });
  1377.     }
  1378.     /**
  1379.      * Gets the private 'debug.log_processor' shared service.
  1380.      *
  1381.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1382.      */
  1383.     protected function getDebug_LogProcessorService()
  1384.     {
  1385.         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())));
  1386.     }
  1387.     /**
  1388.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1389.      *
  1390.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1391.      */
  1392.     protected function getDebug_Security_Access_DecisionManagerService()
  1393.     {
  1394.         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 () {
  1395.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1396.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1397.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1398.         }, 3), 'affirmative'falsetrue));
  1399.     }
  1400.     /**
  1401.      * Gets the private 'debug.security.firewall' shared service.
  1402.      *
  1403.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1404.      */
  1405.     protected function getDebug_Security_FirewallService()
  1406.     {
  1407.         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()));
  1408.     }
  1409.     /**
  1410.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  1411.      *
  1412.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  1413.      */
  1414.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  1415.     {
  1416.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  1417.     }
  1418.     /**
  1419.      * Gets the private 'doctrine.dbal.logger' shared service.
  1420.      *
  1421.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  1422.      */
  1423.     protected function getDoctrine_Dbal_LoggerService()
  1424.     {
  1425.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1426.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1427.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1428.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1429.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1430.     }
  1431.     /**
  1432.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1433.      *
  1434.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1435.      */
  1436.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1437.     {
  1438.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  1439.     }
  1440.     /**
  1441.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1442.      *
  1443.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1444.      */
  1445.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1446.     {
  1447.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1448.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1449.     }
  1450.     /**
  1451.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1452.      *
  1453.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1454.      */
  1455.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1456.     {
  1457.         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())));
  1458.     }
  1459.     /**
  1460.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1461.      *
  1462.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1463.      */
  1464.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1465.     {
  1466.         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()));
  1467.     }
  1468.     /**
  1469.      * Gets the private 'httplug.collector.formatter' shared service.
  1470.      *
  1471.      * @return \Http\HttplugBundle\Collector\Formatter
  1472.      */
  1473.     protected function getHttplug_Collector_FormatterService()
  1474.     {
  1475.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  1476.     }
  1477.     /**
  1478.      * Gets the private 'hwi_oauth.templating.helper.oauth' shared service.
  1479.      *
  1480.      * @return \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper
  1481.      */
  1482.     protected function getHwiOauth_Templating_Helper_OauthService()
  1483.     {
  1484.         return $this->privates['hwi_oauth.templating.helper.oauth'] = new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->services['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1485.     }
  1486.     /**
  1487.      * Gets the private 'locale_aware_listener' shared service.
  1488.      *
  1489.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1490.      */
  1491.     protected function getLocaleAwareListenerService()
  1492.     {
  1493.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1494.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1495.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1496.     }
  1497.     /**
  1498.      * Gets the private 'locale_listener' shared service.
  1499.      *
  1500.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1501.      */
  1502.     protected function getLocaleListenerService()
  1503.     {
  1504.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  1505.     }
  1506.     /**
  1507.      * Gets the private 'monolog.handler.console' shared service.
  1508.      *
  1509.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1510.      */
  1511.     protected function getMonolog_Handler_ConsoleService()
  1512.     {
  1513.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1514.     }
  1515.     /**
  1516.      * Gets the private 'monolog.handler.main' shared service.
  1517.      *
  1518.      * @return \Monolog\Handler\StreamHandler
  1519.      */
  1520.     protected function getMonolog_Handler_MainService()
  1521.     {
  1522.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1523.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1524.         return $instance;
  1525.     }
  1526.     /**
  1527.      * Gets the private 'monolog.logger' shared service.
  1528.      *
  1529.      * @return \Symfony\Bridge\Monolog\Logger
  1530.      */
  1531.     protected function getMonolog_LoggerService()
  1532.     {
  1533.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1534.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1535.         $instance->useMicrosecondTimestamps(true);
  1536.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1537.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1538.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the private 'monolog.logger.cache' shared service.
  1543.      *
  1544.      * @return \Symfony\Bridge\Monolog\Logger
  1545.      */
  1546.     protected function getMonolog_Logger_CacheService()
  1547.     {
  1548.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1549.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1550.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1551.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1552.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1553.         return $instance;
  1554.     }
  1555.     /**
  1556.      * Gets the private 'monolog.logger.request' shared service.
  1557.      *
  1558.      * @return \Symfony\Bridge\Monolog\Logger
  1559.      */
  1560.     protected function getMonolog_Logger_RequestService()
  1561.     {
  1562.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1563.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1564.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1565.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1566.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the private 'parameter_bag' shared service.
  1571.      *
  1572.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1573.      */
  1574.     protected function getParameterBagService()
  1575.     {
  1576.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1577.     }
  1578.     /**
  1579.      * Gets the private 'profiler_listener' shared service.
  1580.      *
  1581.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1582.      */
  1583.     protected function getProfilerListenerService()
  1584.     {
  1585.         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);
  1586.     }
  1587.     /**
  1588.      * Gets the private 'property_info' shared service.
  1589.      *
  1590.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1591.      */
  1592.     protected function getPropertyInfoService()
  1593.     {
  1594.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1595.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  1596.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1597.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1598.         }, 3), new RewindableGenerator(function () {
  1599.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1600.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1601.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1602.         }, 3), new RewindableGenerator(function () {
  1603.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1604.         }, 1), new RewindableGenerator(function () {
  1605.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1606.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1607.         }, 2), new RewindableGenerator(function () {
  1608.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1609.         }, 1));
  1610.     }
  1611.     /**
  1612.      * Gets the private 'router.request_context' shared service.
  1613.      *
  1614.      * @return \Symfony\Component\Routing\RequestContext
  1615.      */
  1616.     protected function getRouter_RequestContextService()
  1617.     {
  1618.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1619.     }
  1620.     /**
  1621.      * Gets the private 'router_listener' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1624.      */
  1625.     protected function getRouterListenerService()
  1626.     {
  1627.         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);
  1628.     }
  1629.     /**
  1630.      * Gets the private 'security.authentication.manager' shared service.
  1631.      *
  1632.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1633.      */
  1634.     protected function getSecurity_Authentication_ManagerService()
  1635.     {
  1636.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1637.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1638.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->load('getHwiOauth_Authentication_Provider_Oauth_MainService.php'));
  1639.             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'))));
  1640.         }, 3), true);
  1641.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1642.         return $instance;
  1643.     }
  1644.     /**
  1645.      * Gets the private 'security.csrf.token_storage' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1648.      */
  1649.     protected function getSecurity_Csrf_TokenStorageService()
  1650.     {
  1651.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  1652.     }
  1653.     /**
  1654.      * Gets the private 'security.firewall.map' shared service.
  1655.      *
  1656.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1657.      */
  1658.     protected function getSecurity_Firewall_MapService()
  1659.     {
  1660.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1661.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1662.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1663.         ], [
  1664.             'security.firewall.map.context.dev' => '?',
  1665.             'security.firewall.map.context.main' => '?',
  1666.         ]), new RewindableGenerator(function () {
  1667.             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)/')));
  1668.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1669.         }, 2));
  1670.     }
  1671.     /**
  1672.      * Gets the private 'security.http_utils' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\Security\Http\HttpUtils
  1675.      */
  1676.     protected function getSecurity_HttpUtilsService()
  1677.     {
  1678.         $a = ($this->services['router'] ?? $this->getRouterService());
  1679.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  1680.     }
  1681.     /**
  1682.      * Gets the private 'security.logout_url_generator' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1685.      */
  1686.     protected function getSecurity_LogoutUrlGeneratorService()
  1687.     {
  1688.         $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()));
  1689.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the private 'security.role_hierarchy' shared service.
  1694.      *
  1695.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1696.      */
  1697.     protected function getSecurity_RoleHierarchyService()
  1698.     {
  1699.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1700.     }
  1701.     /**
  1702.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1703.      *
  1704.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1705.      */
  1706.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1707.     {
  1708.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1709.     }
  1710.     /**
  1711.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1712.      *
  1713.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1714.      */
  1715.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1716.     {
  1717.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1718.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1719.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1720.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1721.     }
  1722.     /**
  1723.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1724.      *
  1725.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1726.      */
  1727.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1728.     {
  1729.         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()));
  1730.     }
  1731.     /**
  1732.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1733.      *
  1734.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1735.      */
  1736.     protected function getSensioFrameworkExtra_View_ListenerService()
  1737.     {
  1738.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1739.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1740.             'twig' => ['services''twig''getTwigService'false],
  1741.         ], [
  1742.             'twig' => 'Twig\\Environment',
  1743.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1744.         return $instance;
  1745.     }
  1746.     /**
  1747.      * Gets the private 'session.storage.native' shared service.
  1748.      *
  1749.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  1750.      */
  1751.     protected function getSession_Storage_NativeService()
  1752.     {
  1753.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  1754.     }
  1755.     /**
  1756.      * Gets the private 'session_listener' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1759.      */
  1760.     protected function getSessionListenerService()
  1761.     {
  1762.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1763.             'initialized_session' => ['services''session'NULLfalse],
  1764.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1765.             'session' => ['services''session''getSessionService'false],
  1766.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  1767.         ], [
  1768.             'initialized_session' => '?',
  1769.             'request_stack' => '?',
  1770.             'session' => '?',
  1771.             'session_storage' => '?',
  1772.         ]));
  1773.     }
  1774.     /**
  1775.      * Gets the private 'translator.default' shared service.
  1776.      *
  1777.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1778.      */
  1779.     protected function getTranslator_DefaultService()
  1780.     {
  1781.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1782.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1783.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1784.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1785.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1786.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1787.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1788.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1789.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1790.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1791.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1792.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1793.         ], [
  1794.             'translation.loader.csv' => '?',
  1795.             'translation.loader.dat' => '?',
  1796.             'translation.loader.ini' => '?',
  1797.             'translation.loader.json' => '?',
  1798.             'translation.loader.mo' => '?',
  1799.             'translation.loader.php' => '?',
  1800.             'translation.loader.po' => '?',
  1801.             'translation.loader.qt' => '?',
  1802.             'translation.loader.res' => '?',
  1803.             'translation.loader.xliff' => '?',
  1804.             'translation.loader.yml' => '?',
  1805.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/HWIOAuthBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/HttplugBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/hwi/oauth-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/doctrine/doctrine-cache-bundle/translations'=> 'src/Resources/DoctrineCacheBundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'src/Resources/SensioFrameworkExtraBundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'src/Resources/DoctrineBundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'src/Resources/DoctrineMigrationsBundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'src/Resources/SecurityBundle/translations'18 => 'vendor/symfony/swiftmailer-bundle/translations'19 => 'src/Resources/SwiftmailerBundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'src/Resources/TwigBundle/translations'22 => 'vendor/symfony/web-profiler-bundle/translations'23 => 'src/Resources/WebProfilerBundle/translations'24 => 'vendor/symfony/monolog-bundle/translations'25 => 'src/Resources/MonologBundle/translations'26 => 'vendor/symfony/debug-bundle/translations'27 => 'src/Resources/DebugBundle/translations'28 => 'vendor/symfony/maker-bundle/src/translations'29 => 'src/Resources/MakerBundle/translations'30 => 'vendor/symfony/web-server-bundle/translations'31 => 'src/Resources/WebServerBundle/translations'32 => 'src/Resources/FOSUserBundle/translations'33 => 'vendor/knplabs/knp-snappy-bundle/src/translations'34 => 'src/Resources/KnpSnappyBundle/translations'35 => 'src/Resources/HWIOAuthBundle/translations'36 => 'vendor/php-http/httplug-bundle/src/translations'37 => 'src/Resources/HttplugBundle/translations'38 => 'src/Resources/translations']]]);
  1806.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1807.         $instance->setFallbackLocales([=> 'en']);
  1808.         return $instance;
  1809.     }
  1810.     /**
  1811.      * Gets the private 'validator.builder' shared service.
  1812.      *
  1813.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1814.      */
  1815.     protected function getValidator_BuilderService()
  1816.     {
  1817.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1818.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1819.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1820.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1821.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1822.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1823.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1824.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1825.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1826.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1827.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1828.         ], [
  1829.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1830.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1831.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1832.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1833.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1834.             'doctrine.orm.validator.unique' => '?',
  1835.             'security.validator.user_password' => '?',
  1836.             'validator.expression' => '?',
  1837.         ])));
  1838.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1839.         $instance->setTranslationDomain('validators');
  1840.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1841.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1842.         $instance->addMethodMapping('loadValidatorMetadata');
  1843.         $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()))]);
  1844.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1845.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1846.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1847.         return $instance;
  1848.     }
  1849.     /**
  1850.      * Gets the private 'var_dumper.html_dumper' shared service.
  1851.      *
  1852.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1853.      */
  1854.     protected function getVarDumper_HtmlDumperService()
  1855.     {
  1856.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1857.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1858.         return $instance;
  1859.     }
  1860.     /**
  1861.      * Gets the private 'var_dumper.server_connection' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\VarDumper\Server\Connection
  1864.      */
  1865.     protected function getVarDumper_ServerConnectionService()
  1866.     {
  1867.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1868.     }
  1869.     /**
  1870.      * Gets the private 'web_profiler.csp.handler' shared service.
  1871.      *
  1872.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1873.      */
  1874.     protected function getWebProfiler_Csp_HandlerService()
  1875.     {
  1876.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1877.     }
  1878.     /**
  1879.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1880.      *
  1881.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1882.      */
  1883.     protected function getWebProfiler_DebugToolbarService()
  1884.     {
  1885.         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()));
  1886.     }
  1887.     /**
  1888.      * @return array|bool|float|int|string|\UnitEnum|null
  1889.      */
  1890.     public function getParameter($name)
  1891.     {
  1892.         $name = (string) $name;
  1893.         if (isset($this->buildParameters[$name])) {
  1894.             return $this->buildParameters[$name];
  1895.         }
  1896.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1897.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1898.         }
  1899.         if (isset($this->loadedDynamicParameters[$name])) {
  1900.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1901.         }
  1902.         return $this->parameters[$name];
  1903.     }
  1904.     public function hasParameter($name): bool
  1905.     {
  1906.         $name = (string) $name;
  1907.         if (isset($this->buildParameters[$name])) {
  1908.             return true;
  1909.         }
  1910.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1911.     }
  1912.     public function setParameter($name$value): void
  1913.     {
  1914.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1915.     }
  1916.     public function getParameterBag(): ParameterBagInterface
  1917.     {
  1918.         if (null === $this->parameterBag) {
  1919.             $parameters $this->parameters;
  1920.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1921.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1922.             }
  1923.             foreach ($this->buildParameters as $name => $value) {
  1924.                 $parameters[$name] = $value;
  1925.             }
  1926.             $this->parameterBag = new FrozenParameterBag($parameters);
  1927.         }
  1928.         return $this->parameterBag;
  1929.     }
  1930.     private $loadedDynamicParameters = [
  1931.         'kernel.cache_dir' => false,
  1932.         'REPORTER_HOST' => false,
  1933.         'REPORTER_PORT' => false,
  1934.         'kernel.secret' => false,
  1935.         'session.save_path' => false,
  1936.         'validator.mapping.cache.file' => false,
  1937.         'profiler.storage.dsn' => false,
  1938.         'debug.container.dump' => false,
  1939.         'serializer.mapping.cache.file' => false,
  1940.         'doctrine.orm.proxy_dir' => false,
  1941.         'swiftmailer.spool.default.memory.path' => false,
  1942.         'knp_snappy.pdf.binary' => false,
  1943.         'knp_snappy.image.binary' => false,
  1944.     ];
  1945.     private $dynamicParameters = [];
  1946.     private function getDynamicParameter(string $name)
  1947.     {
  1948.         switch ($name) {
  1949.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1950.             case 'REPORTER_HOST'$value $this->getEnv('resolve:REPORTER_HOST'); break;
  1951.             case 'REPORTER_PORT'$value $this->getEnv('resolve:REPORTER_PORT'); break;
  1952.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1953.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  1954.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1955.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1956.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  1957.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1958.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1959.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  1960.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  1961.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  1962.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1963.         }
  1964.         $this->loadedDynamicParameters[$name] = true;
  1965.         return $this->dynamicParameters[$name] = $value;
  1966.     }
  1967.     protected function getDefaultParameters(): array
  1968.     {
  1969.         return [
  1970.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  1971.             'kernel.project_dir' => \dirname(__DIR__4),
  1972.             'kernel.environment' => 'dev',
  1973.             'kernel.debug' => true,
  1974.             'kernel.name' => 'src',
  1975.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1976.             'kernel.bundles' => [
  1977.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1978.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1979.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1980.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1981.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1982.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1983.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1984.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1985.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1986.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1987.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1988.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1989.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1990.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  1991.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  1992.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  1993.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  1994.             ],
  1995.             'kernel.bundles_metadata' => [
  1996.                 'FrameworkBundle' => [
  1997.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1998.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1999.                 ],
  2000.                 'DoctrineCacheBundle' => [
  2001.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  2002.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2003.                 ],
  2004.                 'SensioFrameworkExtraBundle' => [
  2005.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2006.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2007.                 ],
  2008.                 'DoctrineBundle' => [
  2009.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2010.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2011.                 ],
  2012.                 'DoctrineMigrationsBundle' => [
  2013.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2014.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2015.                 ],
  2016.                 'SecurityBundle' => [
  2017.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2018.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2019.                 ],
  2020.                 'SwiftmailerBundle' => [
  2021.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2022.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2023.                 ],
  2024.                 'TwigBundle' => [
  2025.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2026.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2027.                 ],
  2028.                 'WebProfilerBundle' => [
  2029.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2030.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2031.                 ],
  2032.                 'MonologBundle' => [
  2033.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2034.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2035.                 ],
  2036.                 'DebugBundle' => [
  2037.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2038.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2039.                 ],
  2040.                 'MakerBundle' => [
  2041.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2042.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2043.                 ],
  2044.                 'WebServerBundle' => [
  2045.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  2046.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2047.                 ],
  2048.                 'FOSUserBundle' => [
  2049.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2050.                     'namespace' => 'FOS\\UserBundle',
  2051.                 ],
  2052.                 'KnpSnappyBundle' => [
  2053.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2054.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2055.                 ],
  2056.                 'HWIOAuthBundle' => [
  2057.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  2058.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  2059.                 ],
  2060.                 'HttplugBundle' => [
  2061.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  2062.                     'namespace' => 'Http\\HttplugBundle',
  2063.                 ],
  2064.             ],
  2065.             'kernel.charset' => 'UTF-8',
  2066.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2067.             'container.dumper.inline_class_loader' => true,
  2068.             'env(DATABASE_URL)' => '',
  2069.             'locale' => 'en',
  2070.             'projects_gallery' => 'uploads/projects/gallery',
  2071.             'sliders_folder' => 'uploads/sliders',
  2072.             'services_folder' => 'uploads/services',
  2073.             'folder_contracts' => 'uploads/fichas/',
  2074.             'images_folder' => 'uploads/imgs/',
  2075.             'event_dispatcher.event_aliases' => [
  2076.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2077.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2078.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2079.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2080.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2081.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2082.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2083.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2084.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2085.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2086.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2087.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2088.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2089.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2090.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2091.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2092.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2093.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2094.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2095.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2096.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2097.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2098.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2099.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2100.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2101.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2102.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2103.             ],
  2104.             'fragment.renderer.hinclude.global_template' => NULL,
  2105.             'fragment.path' => '/_fragment',
  2106.             'kernel.http_method_override' => true,
  2107.             'kernel.trusted_hosts' => [
  2108.             ],
  2109.             'kernel.default_locale' => 'en',
  2110.             'kernel.error_controller' => 'error_controller',
  2111.             'templating.helper.code.file_link_format' => NULL,
  2112.             'debug.file_link_format' => NULL,
  2113.             'session.metadata.storage_key' => '_sf2_meta',
  2114.             'session.storage.options' => [
  2115.                 'cache_limiter' => '0',
  2116.                 'cookie_secure' => 'auto',
  2117.                 'cookie_httponly' => true,
  2118.                 'cookie_samesite' => 'lax',
  2119.                 'gc_probability' => 1,
  2120.             ],
  2121.             'session.metadata.update_threshold' => 0,
  2122.             'form.type_extension.csrf.enabled' => true,
  2123.             'form.type_extension.csrf.field_name' => '_token',
  2124.             'asset.request_context.base_path' => '',
  2125.             'asset.request_context.secure' => false,
  2126.             'templating.loader.cache.path' => NULL,
  2127.             'templating.engines' => [
  2128.                 => 'twig',
  2129.                 => 'php',
  2130.             ],
  2131.             'templating.helper.form.resources' => [
  2132.                 => 'FrameworkBundle:Form',
  2133.             ],
  2134.             'validator.translation_domain' => 'validators',
  2135.             'translator.logging' => false,
  2136.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2137.             'profiler_listener.only_exceptions' => false,
  2138.             'profiler_listener.only_master_requests' => false,
  2139.             'debug.error_handler.throw_at' => -1,
  2140.             'router.request_context.host' => 'localhost',
  2141.             'router.request_context.scheme' => 'http',
  2142.             'router.request_context.base_url' => '',
  2143.             'router.resource' => 'kernel::loadRoutes',
  2144.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2145.             'request_listener.http_port' => 80,
  2146.             'request_listener.https_port' => 443,
  2147.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2148.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2149.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2150.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2151.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2152.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2153.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2154.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2155.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2156.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2157.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2158.             'doctrine_cache.memcache.host' => 'localhost',
  2159.             'doctrine_cache.memcache.port' => 11211,
  2160.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2161.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2162.             'doctrine_cache.memcached.host' => 'localhost',
  2163.             'doctrine_cache.memcached.port' => 11211,
  2164.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2165.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2166.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2167.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2168.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2169.             'doctrine_cache.predis.scheme' => 'tcp',
  2170.             'doctrine_cache.predis.host' => 'localhost',
  2171.             'doctrine_cache.predis.port' => 6379,
  2172.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2173.             'doctrine_cache.redis.connection.class' => 'Redis',
  2174.             'doctrine_cache.redis.host' => 'localhost',
  2175.             'doctrine_cache.redis.port' => 6379,
  2176.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2177.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2178.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2179.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2180.             'doctrine_cache.riak.host' => 'localhost',
  2181.             'doctrine_cache.riak.port' => 8087,
  2182.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2183.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2184.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2185.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2186.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2187.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2188.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2189.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2190.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2191.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2192.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2193.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2194.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2195.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2196.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2197.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2198.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2199.             'doctrine.entity_managers' => [
  2200.                 'default' => 'doctrine.orm.default_entity_manager',
  2201.             ],
  2202.             'doctrine.default_entity_manager' => 'default',
  2203.             'doctrine.dbal.connection_factory.types' => [
  2204.                 'uuid' => [
  2205.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  2206.                 ],
  2207.             ],
  2208.             'doctrine.connections' => [
  2209.                 'default' => 'doctrine.dbal.default_connection',
  2210.                 'external_db' => 'doctrine.dbal.external_db_connection',
  2211.             ],
  2212.             'doctrine.default_connection' => 'default',
  2213.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2214.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2215.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2216.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2217.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2218.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2219.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2220.             'doctrine.orm.cache.memcache_port' => 11211,
  2221.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2222.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2223.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2224.             'doctrine.orm.cache.memcached_port' => 11211,
  2225.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2226.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2227.             'doctrine.orm.cache.redis_host' => 'localhost',
  2228.             'doctrine.orm.cache.redis_port' => 6379,
  2229.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2230.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2231.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2232.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2233.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2234.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2235.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2236.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2237.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2238.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2239.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2240.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2241.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2242.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2243.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2244.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2245.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2246.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2247.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2248.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2249.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2250.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2251.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2252.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2253.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2254.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2255.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2256.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2257.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2258.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2259.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2260.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2261.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  2262.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2263.             'doctrine_migrations.name' => 'Application Migrations',
  2264.             'doctrine_migrations.migrations_paths' => [
  2265.             ],
  2266.             'doctrine_migrations.table_name' => 'migration_versions',
  2267.             'doctrine_migrations.column_name' => 'version',
  2268.             'doctrine_migrations.column_length' => 14,
  2269.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2270.             'doctrine_migrations.all_or_nothing' => false,
  2271.             'doctrine_migrations.custom_template' => NULL,
  2272.             'doctrine_migrations.organize_migrations' => false,
  2273.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2274.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2275.             'security.role_hierarchy.roles' => [
  2276.                 'ROLE_ADMIN' => [
  2277.                     => 'ROLE_USER',
  2278.                 ],
  2279.                 'ROLE_SUPER_ADMIN' => [
  2280.                     => 'ROLE_ADMIN',
  2281.                 ],
  2282.             ],
  2283.             'security.access.denied_url' => NULL,
  2284.             'security.authentication.manager.erase_credentials' => true,
  2285.             'security.authentication.session_strategy.strategy' => 'migrate',
  2286.             'security.access.always_authenticate_before_granting' => false,
  2287.             'security.authentication.hide_user_not_found' => true,
  2288.             'hwi_oauth.resource_ownermap.configured.main' => [
  2289.                 'facebook' => '/connect/check-facebook',
  2290.                 'google' => '/connect/check-google',
  2291.             ],
  2292.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2293.             'swiftmailer.mailer.default.spool.enabled' => true,
  2294.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2295.             'swiftmailer.mailer.default.single_address' => NULL,
  2296.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2297.             'swiftmailer.spool.enabled' => true,
  2298.             'swiftmailer.delivery.enabled' => true,
  2299.             'swiftmailer.single_address' => NULL,
  2300.             'swiftmailer.mailers' => [
  2301.                 'default' => 'swiftmailer.mailer.default',
  2302.             ],
  2303.             'swiftmailer.default_mailer' => 'default',
  2304.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2305.             'twig.form.resources' => [
  2306.                 => 'form_div_layout.html.twig',
  2307.             ],
  2308.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2309.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2310.             'web_profiler.debug_toolbar.mode' => 2,
  2311.             'monolog.use_microseconds' => true,
  2312.             'monolog.swift_mailer.handlers' => [
  2313.             ],
  2314.             'monolog.handlers_to_channels' => [
  2315.                 'monolog.handler.console' => [
  2316.                     'type' => 'exclusive',
  2317.                     'elements' => [
  2318.                         => 'event',
  2319.                         => 'doctrine',
  2320.                         => 'console',
  2321.                     ],
  2322.                 ],
  2323.                 'monolog.handler.main' => [
  2324.                     'type' => 'exclusive',
  2325.                     'elements' => [
  2326.                         => 'event',
  2327.                     ],
  2328.                 ],
  2329.             ],
  2330.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2331.             'fos_user.backend_type_orm' => true,
  2332.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2333.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2334.             'fos_user.resetting.email.template' => 'bundles/FOSUserBundle/Resetting/email.html.twig',
  2335.             'fos_user.registration.confirmation.template' => 'bundles/FOSUserBundle/Registration/email.html.twig',
  2336.             'fos_user.registration.confirmation.from_email' => [
  2337.                 'alianzabogota@alianzaenlinea.com' => 'alianza inmobiliaria',
  2338.             ],
  2339.             'fos_user.resetting.email.from_email' => [
  2340.                 'alianzabogota@alianzaenlinea.com' => 'alianza inmobiliaria',
  2341.             ],
  2342.             'fos_user.storage' => 'orm',
  2343.             'fos_user.firewall_name' => 'main',
  2344.             'fos_user.model_manager_name' => NULL,
  2345.             'fos_user.model.user.class' => 'App\\Entity\\User',
  2346.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2347.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2348.             'fos_user.profile.form.validation_groups' => [
  2349.                 => 'Profile',
  2350.                 => 'Default',
  2351.             ],
  2352.             'fos_user.registration.confirmation.enabled' => true,
  2353.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2354.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2355.             'fos_user.registration.form.validation_groups' => [
  2356.                 => 'Registration',
  2357.                 => 'Default',
  2358.             ],
  2359.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2360.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2361.             'fos_user.change_password.form.validation_groups' => [
  2362.                 => 'ChangePassword',
  2363.                 => 'Default',
  2364.             ],
  2365.             'fos_user.resetting.retry_ttl' => 7200,
  2366.             'fos_user.resetting.token_ttl' => 86400,
  2367.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2368.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2369.             'fos_user.resetting.form.validation_groups' => [
  2370.                 => 'ResetPassword',
  2371.                 => 'Default',
  2372.             ],
  2373.             'knp_snappy.pdf.options' => [
  2374.             ],
  2375.             'knp_snappy.pdf.env' => [
  2376.             ],
  2377.             'knp_snappy.image.options' => [
  2378.             ],
  2379.             'knp_snappy.image.env' => [
  2380.             ],
  2381.             'hwi_oauth.authentication.listener.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Http\\Firewall\\OAuthListener',
  2382.             'hwi_oauth.authentication.provider.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\Authentication\\Provider\\OAuthProvider',
  2383.             'hwi_oauth.authentication.entry_point.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Http\\EntryPoint\\OAuthEntryPoint',
  2384.             'hwi_oauth.user.provider.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\OAuthUserProvider',
  2385.             'hwi_oauth.user.provider.entity.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\EntityUserProvider',
  2386.             'hwi_oauth.user.provider.fosub_bridge.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\FOSUBUserProvider',
  2387.             'hwi_oauth.registration.form.handler.fosub_bridge.class' => 'HWI\\Bundle\\OAuthBundle\\Form\\FOSUBRegistrationFormHandler',
  2388.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  2389.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  2390.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  2391.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  2392.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  2393.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  2394.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  2395.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  2396.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  2397.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  2398.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  2399.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  2400.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  2401.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  2402.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  2403.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  2404.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  2405.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  2406.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  2407.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  2408.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  2409.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  2410.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  2411.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  2412.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  2413.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  2414.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  2415.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  2416.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  2417.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  2418.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  2419.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  2420.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  2421.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  2422.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  2423.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  2424.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  2425.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  2426.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  2427.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  2428.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  2429.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  2430.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  2431.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  2432.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  2433.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  2434.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  2435.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  2436.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  2437.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  2438.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  2439.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  2440.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  2441.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  2442.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  2443.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  2444.             'hwi_oauth.resource_owner.wunderlist.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WunderlistResourceOwner',
  2445.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  2446.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  2447.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  2448.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  2449.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  2450.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  2451.             'hwi_oauth.resource_ownermap.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\Http\\ResourceOwnerMap',
  2452.             'hwi_oauth.security.oauth_utils.class' => 'HWI\\Bundle\\OAuthBundle\\Security\\OAuthUtils',
  2453.             'hwi_oauth.storage.session.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\RequestDataStorage\\SessionStorage',
  2454.             'hwi_oauth.templating.helper.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Templating\\Helper\\OAuthHelper',
  2455.             'hwi_oauth.twig.extension.oauth.class' => 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthExtension',
  2456.             'hwi_oauth.firewall_names' => [
  2457.                 => 'main',
  2458.             ],
  2459.             'hwi_oauth.target_path_parameter' => NULL,
  2460.             'hwi_oauth.use_referer' => false,
  2461.             'hwi_oauth.failed_use_referer' => false,
  2462.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  2463.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  2464.             'hwi_oauth.resource_owners' => [
  2465.                 'facebook' => 'facebook',
  2466.                 'google' => 'google',
  2467.             ],
  2468.             'hwi_oauth.fosub_enabled' => false,
  2469.             'hwi_oauth.connect' => false,
  2470.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2471.             'data_collector.templates' => [
  2472.                 'data_collector.request' => [
  2473.                     => 'request',
  2474.                     => '@WebProfiler/Collector/request.html.twig',
  2475.                 ],
  2476.                 'data_collector.time' => [
  2477.                     => 'time',
  2478.                     => '@WebProfiler/Collector/time.html.twig',
  2479.                 ],
  2480.                 'data_collector.memory' => [
  2481.                     => 'memory',
  2482.                     => '@WebProfiler/Collector/memory.html.twig',
  2483.                 ],
  2484.                 'data_collector.validator' => [
  2485.                     => 'validator',
  2486.                     => '@WebProfiler/Collector/validator.html.twig',
  2487.                 ],
  2488.                 'data_collector.ajax' => [
  2489.                     => 'ajax',
  2490.                     => '@WebProfiler/Collector/ajax.html.twig',
  2491.                 ],
  2492.                 'data_collector.form' => [
  2493.                     => 'form',
  2494.                     => '@WebProfiler/Collector/form.html.twig',
  2495.                 ],
  2496.                 'data_collector.exception' => [
  2497.                     => 'exception',
  2498.                     => '@WebProfiler/Collector/exception.html.twig',
  2499.                 ],
  2500.                 'data_collector.logger' => [
  2501.                     => 'logger',
  2502.                     => '@WebProfiler/Collector/logger.html.twig',
  2503.                 ],
  2504.                 'data_collector.events' => [
  2505.                     => 'events',
  2506.                     => '@WebProfiler/Collector/events.html.twig',
  2507.                 ],
  2508.                 'data_collector.router' => [
  2509.                     => 'router',
  2510.                     => '@WebProfiler/Collector/router.html.twig',
  2511.                 ],
  2512.                 'data_collector.cache' => [
  2513.                     => 'cache',
  2514.                     => '@WebProfiler/Collector/cache.html.twig',
  2515.                 ],
  2516.                 'data_collector.translation' => [
  2517.                     => 'translation',
  2518.                     => '@WebProfiler/Collector/translation.html.twig',
  2519.                 ],
  2520.                 'data_collector.security' => [
  2521.                     => 'security',
  2522.                     => '@Security/Collector/security.html.twig',
  2523.                 ],
  2524.                 'data_collector.twig' => [
  2525.                     => 'twig',
  2526.                     => '@WebProfiler/Collector/twig.html.twig',
  2527.                 ],
  2528.                 'data_collector.doctrine' => [
  2529.                     => 'db',
  2530.                     => '@Doctrine/Collector/db.html.twig',
  2531.                 ],
  2532.                 'swiftmailer.data_collector' => [
  2533.                     => 'swiftmailer',
  2534.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2535.                 ],
  2536.                 'data_collector.dump' => [
  2537.                     => 'dump',
  2538.                     => '@Debug/Profiler/dump.html.twig',
  2539.                 ],
  2540.                 'httplug.collector.collector' => [
  2541.                     => 'httplug',
  2542.                     => '@Httplug/webprofiler.html.twig',
  2543.                 ],
  2544.                 'data_collector.config' => [
  2545.                     => 'config',
  2546.                     => '@WebProfiler/Collector/config.html.twig',
  2547.                 ],
  2548.             ],
  2549.             'console.command.ids' => [
  2550.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2551.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2552.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2553.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2554.             ],
  2555.         ];
  2556.     }
  2557.     protected function throw($message)
  2558.     {
  2559.         throw new RuntimeException($message);
  2560.     }
  2561. }