var/cache/dev/ContainerAgCLzDQ/App_KernelDevDebugContainer.php line 2527

Open in your IDE?
  1. <?php
  2. namespace ContainerAgCLzDQ;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  51.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  52.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  53.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  54.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  55.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'twig' => 'getTwigService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  77.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  78.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  79.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  80.             '.container.private.session' => 'get_Container_Private_SessionService',
  81.             'App\\Controller\\Admin\\BadgeCrudController' => 'getBadgeCrudControllerService',
  82.             'App\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  83.             'App\\Controller\\Admin\\CharityCrudController' => 'getCharityCrudControllerService',
  84.             'App\\Controller\\Admin\\ComplaintCrudController' => 'getComplaintCrudControllerService',
  85.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  86.             'App\\Controller\\Admin\\EmailTemplateCrudController' => 'getEmailTemplateCrudControllerService',
  87.             'App\\Controller\\Admin\\LoginController' => 'getLoginControllerService',
  88.             'App\\Controller\\Admin\\NewsCrudController' => 'getNewsCrudControllerService',
  89.             'App\\Controller\\Admin\\NewsletterCrudController' => 'getNewsletterCrudControllerService',
  90.             'App\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  91.             'App\\Controller\\Admin\\RefundRequestCrudController' => 'getRefundRequestCrudControllerService',
  92.             'App\\Controller\\Admin\\ReviewCrudController' => 'getReviewCrudControllerService',
  93.             'App\\Controller\\Admin\\SpeakerCourseCrudController' => 'getSpeakerCourseCrudControllerService',
  94.             'App\\Controller\\Admin\\SpeakerCrudController' => 'getSpeakerCrudControllerService',
  95.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  96.             'App\\Controller\\Cabinet\\CabinetController' => 'getCabinetControllerService',
  97.             'App\\Controller\\Cabinet\\ChatController' => 'getChatControllerService',
  98.             'App\\Controller\\Cabinet\\ClientCalendarController' => 'getClientCalendarControllerService',
  99.             'App\\Controller\\Cabinet\\ClientCourseController' => 'getClientCourseControllerService',
  100.             'App\\Controller\\Cabinet\\ClientOrderController' => 'getClientOrderControllerService',
  101.             'App\\Controller\\Cabinet\\ComplaintController' => 'getComplaintControllerService',
  102.             'App\\Controller\\Cabinet\\GoogleController' => 'getGoogleControllerService',
  103.             'App\\Controller\\Cabinet\\MediaObjectController' => 'getMediaObjectControllerService',
  104.             'App\\Controller\\Cabinet\\MeetingController' => 'getMeetingControllerService',
  105.             'App\\Controller\\Cabinet\\NotificationController' => 'getNotificationControllerService',
  106.             'App\\Controller\\Cabinet\\PlannedConsultationController' => 'getPlannedConsultationControllerService',
  107.             'App\\Controller\\Cabinet\\PremiumController' => 'getPremiumControllerService',
  108.             'App\\Controller\\Cabinet\\ProfileController' => 'getProfileControllerService',
  109.             'App\\Controller\\Cabinet\\ReviewController' => 'getReviewControllerService',
  110.             'App\\Controller\\Cabinet\\ScheduleController' => 'getScheduleControllerService',
  111.             'App\\Controller\\Cabinet\\SpeakerBannerController' => 'getSpeakerBannerControllerService',
  112.             'App\\Controller\\Cabinet\\SpeakerCourseController' => 'getSpeakerCourseControllerService',
  113.             'App\\Controller\\Cabinet\\SpeakerOfficeController' => 'getSpeakerOfficeControllerService',
  114.             'App\\Controller\\Cabinet\\SpeakerPageController' => 'getSpeakerPageControllerService',
  115.             'App\\Controller\\Cabinet\\SpeakerReviewController' => 'getSpeakerReviewControllerService',
  116.             'App\\Controller\\Cabinet\\TransactionController' => 'getTransactionControllerService',
  117.             'App\\Controller\\CartController' => 'getCartControllerService',
  118.             'App\\Controller\\FeedbackController' => 'getFeedbackControllerService',
  119.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  120.             'App\\Controller\\NewsController' => 'getNewsControllerService',
  121.             'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  122.             'App\\Controller\\PageController' => 'getPageControllerService',
  123.             'App\\Controller\\PartnershipController' => 'getPartnershipControllerService',
  124.             'App\\Controller\\PayController' => 'getPayControllerService',
  125.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  126.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  127.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  128.             'App\\Controller\\SpeakerController' => 'getSpeakerControllerService',
  129.             'App\\Controller\\TelegramWebhookController' => 'getTelegramWebhookControllerService',
  130.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  131.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  132.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  133.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  134.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  135.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginController2Service',
  136.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  137.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  138.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  139.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  140.             'cache.app_clearer' => 'getCache_AppClearerService',
  141.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  142.             'cache.system_clearer' => 'getCache_SystemClearerService',
  143.             'cache_warmer' => 'getCacheWarmerService',
  144.             'console.command_loader' => 'getConsole_CommandLoaderService',
  145.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  146.             'error_controller' => 'getErrorControllerService',
  147.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService',
  148.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService',
  149.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService',
  150.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService',
  151.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService',
  152.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService',
  153.             'httplug.client' => 'getHttplug_ClientService',
  154.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  155.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  156.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  157.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  158.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  159.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  160.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  161.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  162.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  163.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  164.             'hwi_oauth.resource_owner.vkontakte' => 'getHwiOauth_ResourceOwner_VkontakteService',
  165.             'hwi_oauth.resource_owner.yandex' => 'getHwiOauth_ResourceOwner_YandexService',
  166.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  167.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  168.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  169.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  170.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  171.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  172.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  173.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  174.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  175.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  176.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  177.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  178.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  179.             'routing.loader' => 'getRouting_LoaderService',
  180.             'services_resetter' => 'getServicesResetterService',
  181.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  182.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  183.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  184.         ];
  185.         $this->aliases = [
  186.             'App\\Kernel' => 'kernel',
  187.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  188.             'database_connection' => 'doctrine.dbal.default_connection',
  189.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  190.             'hwi_oauth.http.client' => 'httplug.client',
  191.             'hwi_oauth.http.message_factory' => 'httplug.message_factory',
  192.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  193.         ];
  194.         $this->privates['service_container'] = function () {
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  201.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  202.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  203.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  204.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  205.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  208.             include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  209.             include_once \dirname(__DIR__4).'/src/Repository/CharityRepository.php';
  210.             include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  211.             include_once \dirname(__DIR__4).'/src/Repository/SearchTrait.php';
  212.             include_once \dirname(__DIR__4).'/src/Repository/SpeakerConsultationRepository.php';
  213.             include_once \dirname(__DIR__4).'/src/Repository/SearchableInterface.php';
  214.             include_once \dirname(__DIR__4).'/src/Repository/SpeakerRepository.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  227.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  292.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  346.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  349.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  350.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  398.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  453.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  454.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  455.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  457.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  458.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  460.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  470.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  472.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  475.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  478.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  479.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  480.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  482.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  517.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV2.php';
  522.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PdoAdapter.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  537.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  567.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  578.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  603.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  604.             include_once \dirname(__DIR__4).'/src/Twig/CharityExtension.php';
  605.             include_once \dirname(__DIR__4).'/src/Twig/ChatExtension.php';
  606.             include_once \dirname(__DIR__4).'/src/Twig/MeetingExtension.php';
  607.             include_once \dirname(__DIR__4).'/src/Twig/NotificationExtension.php';
  608.             include_once \dirname(__DIR__4).'/src/Twig/SpeakerExtension.php';
  609.             include_once \dirname(__DIR__4).'/src/Twig/StarExtension.php';
  610.             include_once \dirname(__DIR__4).'/src/Twig/TextMarkExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  619.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  621.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  623.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  627.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  632.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  645.         };
  646.     }
  647.     public function compile(): void
  648.     {
  649.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  650.     }
  651.     public function isCompiled(): bool
  652.     {
  653.         return true;
  654.     }
  655.     public function getRemovedIds(): array
  656.     {
  657.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  658.     }
  659.     protected function load($file$lazyLoad true)
  660.     {
  661.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  662.             return $class::do($this$lazyLoad);
  663.         }
  664.         if ('.' === $file[-4]) {
  665.             $class substr($class0, -4);
  666.         } else {
  667.             $file .= '.php';
  668.         }
  669.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  670.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  671.     }
  672.     protected function createProxy($class, \Closure $factory)
  673.     {
  674.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  675.         return $factory();
  676.     }
  677.     /**
  678.      * Gets the public '.container.private.filesystem' shared service.
  679.      *
  680.      * @return \Symfony\Component\Filesystem\Filesystem
  681.      */
  682.     protected function get_Container_Private_FilesystemService()
  683.     {
  684.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  685.     }
  686.     /**
  687.      * Gets the public '.container.private.profiler' shared service.
  688.      *
  689.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  690.      */
  691.     protected function get_Container_Private_ProfilerService()
  692.     {
  693.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  694.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  695.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  696.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  697.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  698.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  699.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  700.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  701.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  702.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  703.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  704.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  705.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  706.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  707.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  708.         $d->addInstance('tokens.traceable', ($this->privates['tokens.traceable'] ?? $this->getTokens_TraceableService()));
  709.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  710.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  711.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  712.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  713.         $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  714.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  715.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  716.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  717.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  718.         if ($this->has('kernel')) {
  719.             $f->setKernel($b);
  720.         }
  721.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  722.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  723.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  724.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  725.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  726.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  727.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  728.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  729.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  730.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  731.         $instance->add($d);
  732.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  733.         $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()), true));
  734.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  735.         $instance->add($e);
  736.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  737.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  738.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  739.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  740.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  741.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  742.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  743.         $instance->add($f);
  744.         return $instance;
  745.     }
  746.     /**
  747.      * Gets the public '.container.private.security.authorization_checker' shared service.
  748.      *
  749.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  750.      */
  751.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  752.     {
  753.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  754.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  755.             return $this->services['.container.private.security.authorization_checker'];
  756.         }
  757.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  758.     }
  759.     /**
  760.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  761.      *
  762.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  763.      */
  764.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  765.     {
  766.         return $this->services['.container.private.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())));
  767.     }
  768.     /**
  769.      * Gets the public '.container.private.security.token_storage' shared service.
  770.      *
  771.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  772.      */
  773.     protected function get_Container_Private_Security_TokenStorageService()
  774.     {
  775.         return $this->services['.container.private.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, [
  776.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  777.         ], [
  778.             'request_stack' => '?',
  779.         ]));
  780.     }
  781.     /**
  782.      * Gets the public '.container.private.twig' shared service.
  783.      *
  784.      * @return \Twig\Environment
  785.      */
  786.     protected function get_Container_Private_TwigService()
  787.     {
  788.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  790.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  791.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  799.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  800.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  801.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  802.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  803.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  804.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  805.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  806.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  807.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  808.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  809.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  810.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  811.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  812.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  813.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  814.         $a->addPath((\dirname(__DIR__4).'/templates'));
  815.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  816.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  817.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  818.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  819.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  820.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  821.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  822.         $e = ($this->services['router'] ?? $this->getRouterService());
  823.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  824.         $g = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  825.         $h = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  826.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  827.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  828.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  829.         $k = new \Knp\Menu\Util\MenuManipulator();
  830.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  831.         $m = new \Symfony\Bridge\Twig\AppVariable();
  832.         $m->setEnvironment('dev');
  833.         $m->setDebug(true);
  834.         if ($this->has('.container.private.security.token_storage')) {
  835.             $m->setTokenStorage($i);
  836.         }
  837.         if ($this->has('request_stack')) {
  838.             $m->setRequestStack($f);
  839.         }
  840.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  841.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  842.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  843.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  844.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  845.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  846.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($g$h));
  856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  858.         $instance->addExtension(new \App\Twig\AppExtension($f));
  859.         $instance->addExtension(new \App\Twig\CharityExtension(($this->privates['App\\Repository\\CharityRepository'] ?? $this->getCharityRepositoryService())));
  860.         $instance->addExtension(new \App\Twig\ChatExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  861.         $instance->addExtension(new \App\Twig\MeetingExtension(($this->privates['App\\Repository\\SpeakerConsultationRepository'] ?? $this->getSpeakerConsultationRepositoryService()), $i$c$e));
  862.         $instance->addExtension(new \App\Twig\NotificationExtension(($this->privates['App\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService())));
  863.         $instance->addExtension(new \App\Twig\SpeakerExtension(($this->privates['App\\Repository\\SpeakerRepository'] ?? $this->getSpeakerRepositoryService()), ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  864.         $instance->addExtension(new \App\Twig\StarExtension());
  865.         $instance->addExtension(new \App\Twig\TextMarkExtension());
  866.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  867.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  868.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  869.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  870.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  871.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  872.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  873.         ], [
  874.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  875.         ])));
  876.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  877.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  878.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  879.         ], [
  880.             'list' => '?',
  881.             'twig' => '?',
  882.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  883.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  884.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  885.         }, 2)), $k$l), $l$k));
  886.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  887.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  888.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  889.         ], [
  890.             'webpack_encore.entrypoint_lookup_collection' => '?',
  891.             'webpack_encore.tag_renderer' => '?',
  892.         ])));
  893.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  894.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  895.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($g$h));
  896.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $f)));
  897.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  898.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  899.         $instance->addGlobal('app'$m);
  900.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  901.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  902.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  903.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  904.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  905.         ], [
  906.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  907.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  908.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  909.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  910.         ])));
  911.         $instance->addGlobal('yandex_client_id'$this->getEnv('YANDEX_ID'));
  912.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  913.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  914.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  915.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  916.         return $instance;
  917.     }
  918.     /**
  919.      * Gets the public '.container.private.validator' shared service.
  920.      *
  921.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  922.      */
  923.     protected function get_Container_Private_ValidatorService()
  924.     {
  925.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  926.         if (isset($this->services['.container.private.validator'])) {
  927.             return $this->services['.container.private.validator'];
  928.         }
  929.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  930.     }
  931.     /**
  932.      * Gets the public 'cache.app' shared service.
  933.      *
  934.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  935.      */
  936.     protected function getCache_AppService()
  937.     {
  938.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aqN3InANu1'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  939.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  940.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  941.     }
  942.     /**
  943.      * Gets the public 'cache.system' shared service.
  944.      *
  945.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  946.      */
  947.     protected function getCache_SystemService()
  948.     {
  949.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FplKveb610'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  950.     }
  951.     /**
  952.      * Gets the public 'cache.validator_expression_language' shared service.
  953.      *
  954.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  955.      */
  956.     protected function getCache_ValidatorExpressionLanguageService()
  957.     {
  958.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+9kiokDZJi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  959.     }
  960.     /**
  961.      * Gets the public 'data_collector.dump' shared service.
  962.      *
  963.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  964.      */
  965.     protected function getDataCollector_DumpService()
  966.     {
  967.         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()));
  968.     }
  969.     /**
  970.      * Gets the public 'doctrine' shared service.
  971.      *
  972.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  973.      */
  974.     protected function getDoctrineService()
  975.     {
  976.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  977.     }
  978.     /**
  979.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  980.      *
  981.      * @return \Doctrine\DBAL\Connection
  982.      */
  983.     protected function getDoctrine_Dbal_DefaultConnectionService()
  984.     {
  985.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  986.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  987.             return $this->services['doctrine.dbal.default_connection'];
  988.         }
  989.         $b = new \Doctrine\DBAL\Configuration();
  990.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  991.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  992.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  993.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  994.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  995.         $d->setConnectionName('default');
  996.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  997.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  998.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  999.     }
  1000.     /**
  1001.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1002.      *
  1003.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1004.      */
  1005.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1006.     {
  1007.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1008.             'App\\EventListener\\ComplaintListener' => ['privates''App\\EventListener\\ComplaintListener''getComplaintListenerService'true],
  1009.             'App\\EventListener\\ReviewListener' => ['privates''App\\EventListener\\ReviewListener''getReviewListenerService'true],
  1010.             'App\\EventListener\\SpeakerConsultationListener' => ['privates''App\\EventListener\\SpeakerConsultationListener''getSpeakerConsultationListenerService'true],
  1011.             'App\\EventListener\\SpeakerListener' => ['privates''App\\EventListener\\SpeakerListener''getSpeakerListenerService'true],
  1012.         ], [
  1013.             'App\\EventListener\\ComplaintListener' => '?',
  1014.             'App\\EventListener\\ReviewListener' => '?',
  1015.             'App\\EventListener\\SpeakerConsultationListener' => '?',
  1016.             'App\\EventListener\\SpeakerListener' => '?',
  1017.         ]));
  1018.         $instance->registerService('App\\EventListener\\ComplaintListener''App\\EventListener\\ComplaintListener');
  1019.         $instance->registerService('App\\EventListener\\ComplaintListener''App\\EventListener\\ComplaintListener');
  1020.         $instance->registerService('App\\EventListener\\ReviewListener''App\\EventListener\\ReviewListener');
  1021.         $instance->registerService('App\\EventListener\\ReviewListener''App\\EventListener\\ReviewListener');
  1022.         $instance->registerService('App\\EventListener\\ReviewListener''App\\EventListener\\ReviewListener');
  1023.         $instance->registerService('App\\EventListener\\SpeakerConsultationListener''App\\EventListener\\SpeakerConsultationListener');
  1024.         $instance->registerService('App\\EventListener\\SpeakerConsultationListener''App\\EventListener\\SpeakerConsultationListener');
  1025.         $instance->registerService('App\\EventListener\\SpeakerConsultationListener''App\\EventListener\\SpeakerConsultationListener');
  1026.         $instance->registerService('App\\EventListener\\SpeakerListener''App\\EventListener\\SpeakerListener');
  1027.         return $instance;
  1028.     }
  1029.     /**
  1030.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1031.      *
  1032.      * @return \Doctrine\ORM\EntityManager
  1033.      */
  1034.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1035.     {
  1036.         if ($lazyLoad) {
  1037.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1038.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1039.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1040.                     $proxy->setProxyInitializer(null);
  1041.                     return true;
  1042.                 });
  1043.             });
  1044.         }
  1045.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1057.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1062.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1064.         $a = new \Doctrine\ORM\Configuration();
  1065.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1066.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1067.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1068.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1069.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1070.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1071.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1072.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1073.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1074.         ], [
  1075.             'doctrine.ulid_generator' => '?',
  1076.             'doctrine.uuid_generator' => '?',
  1077.         ])));
  1078.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1079.         $a->setProxyNamespace('Proxies');
  1080.         $a->setAutoGenerateProxyClasses(true);
  1081.         $a->setSchemaIgnoreClasses([]);
  1082.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1083.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1084.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1085.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1086.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1087.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1088.         $a->setLazyGhostObjectEnabled(false);
  1089.         $a->setIdentityGenerationPreferences([]);
  1090.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1091.             'App\\Repository\\BadgeRepository' => ['privates''App\\Repository\\BadgeRepository''getBadgeRepositoryService'true],
  1092.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1093.             'App\\Repository\\CharityRepository' => ['privates''App\\Repository\\CharityRepository''getCharityRepositoryService'false],
  1094.             'App\\Repository\\ChatMessageRepository' => ['privates''App\\Repository\\ChatMessageRepository''getChatMessageRepositoryService'true],
  1095.             'App\\Repository\\ChatParticipantRepository' => ['privates''App\\Repository\\ChatParticipantRepository''getChatParticipantRepositoryService'true],
  1096.             'App\\Repository\\ChatRepository' => ['privates''App\\Repository\\ChatRepository''getChatRepositoryService'true],
  1097.             'App\\Repository\\ComplaintRepository' => ['privates''App\\Repository\\ComplaintRepository''getComplaintRepositoryService'true],
  1098.             'App\\Repository\\EmailTemplateRepository' => ['privates''App\\Repository\\EmailTemplateRepository''getEmailTemplateRepositoryService'true],
  1099.             'App\\Repository\\MediaObjectRepository' => ['privates''App\\Repository\\MediaObjectRepository''getMediaObjectRepositoryService'true],
  1100.             'App\\Repository\\NewsletterRepository' => ['privates''App\\Repository\\NewsletterRepository''getNewsletterRepositoryService'true],
  1101.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1102.             'App\\Repository\\OrderConsultationRepository' => ['privates''App\\Repository\\OrderConsultationRepository''getOrderConsultationRepositoryService'true],
  1103.             'App\\Repository\\OrderCourseRepository' => ['privates''App\\Repository\\OrderCourseRepository''getOrderCourseRepositoryService'true],
  1104.             'App\\Repository\\OrderPremiumRepository' => ['privates''App\\Repository\\OrderPremiumRepository''getOrderPremiumRepositoryService'true],
  1105.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1106.             'App\\Repository\\OrderServiceRepository' => ['privates''App\\Repository\\OrderServiceRepository''getOrderServiceRepositoryService'true],
  1107.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService'true],
  1108.             'App\\Repository\\PageTemplateRepository' => ['privates''App\\Repository\\PageTemplateRepository''getPageTemplateRepositoryService'true],
  1109.             'App\\Repository\\PromoCodeRepository' => ['privates''App\\Repository\\PromoCodeRepository''getPromoCodeRepositoryService'true],
  1110.             'App\\Repository\\RefundRequestRepository' => ['privates''App\\Repository\\RefundRequestRepository''getRefundRequestRepositoryService'true],
  1111.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1112.             'App\\Repository\\ReviewRepository' => ['privates''App\\Repository\\ReviewRepository''getReviewRepositoryService'true],
  1113.             'App\\Repository\\SpeakerCharityRepository' => ['privates''App\\Repository\\SpeakerCharityRepository''getSpeakerCharityRepositoryService'true],
  1114.             'App\\Repository\\SpeakerConsultationRepeatRepository' => ['privates''App\\Repository\\SpeakerConsultationRepeatRepository''getSpeakerConsultationRepeatRepositoryService'true],
  1115.             'App\\Repository\\SpeakerConsultationRepository' => ['privates''App\\Repository\\SpeakerConsultationRepository''getSpeakerConsultationRepositoryService'false],
  1116.             'App\\Repository\\SpeakerConsultationStatusRepository' => ['privates''App\\Repository\\SpeakerConsultationStatusRepository''getSpeakerConsultationStatusRepositoryService'true],
  1117.             'App\\Repository\\SpeakerCourseRepository' => ['privates''App\\Repository\\SpeakerCourseRepository''getSpeakerCourseRepositoryService'true],
  1118.             'App\\Repository\\SpeakerLinkRepository' => ['privates''App\\Repository\\SpeakerLinkRepository''getSpeakerLinkRepositoryService'true],
  1119.             'App\\Repository\\SpeakerRepository' => ['privates''App\\Repository\\SpeakerRepository''getSpeakerRepositoryService'false],
  1120.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1121.         ], [
  1122.             'App\\Repository\\BadgeRepository' => '?',
  1123.             'App\\Repository\\CategoryRepository' => '?',
  1124.             'App\\Repository\\CharityRepository' => '?',
  1125.             'App\\Repository\\ChatMessageRepository' => '?',
  1126.             'App\\Repository\\ChatParticipantRepository' => '?',
  1127.             'App\\Repository\\ChatRepository' => '?',
  1128.             'App\\Repository\\ComplaintRepository' => '?',
  1129.             'App\\Repository\\EmailTemplateRepository' => '?',
  1130.             'App\\Repository\\MediaObjectRepository' => '?',
  1131.             'App\\Repository\\NewsletterRepository' => '?',
  1132.             'App\\Repository\\NotificationRepository' => '?',
  1133.             'App\\Repository\\OrderConsultationRepository' => '?',
  1134.             'App\\Repository\\OrderCourseRepository' => '?',
  1135.             'App\\Repository\\OrderPremiumRepository' => '?',
  1136.             'App\\Repository\\OrderRepository' => '?',
  1137.             'App\\Repository\\OrderServiceRepository' => '?',
  1138.             'App\\Repository\\PageRepository' => '?',
  1139.             'App\\Repository\\PageTemplateRepository' => '?',
  1140.             'App\\Repository\\PromoCodeRepository' => '?',
  1141.             'App\\Repository\\RefundRequestRepository' => '?',
  1142.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1143.             'App\\Repository\\ReviewRepository' => '?',
  1144.             'App\\Repository\\SpeakerCharityRepository' => '?',
  1145.             'App\\Repository\\SpeakerConsultationRepeatRepository' => '?',
  1146.             'App\\Repository\\SpeakerConsultationRepository' => '?',
  1147.             'App\\Repository\\SpeakerConsultationStatusRepository' => '?',
  1148.             'App\\Repository\\SpeakerCourseRepository' => '?',
  1149.             'App\\Repository\\SpeakerLinkRepository' => '?',
  1150.             'App\\Repository\\SpeakerRepository' => '?',
  1151.             'App\\Repository\\UserRepository' => '?',
  1152.         ])));
  1153.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1154.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1155.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1156.         return $instance;
  1157.     }
  1158.     /**
  1159.      * Gets the public 'event_dispatcher' shared service.
  1160.      *
  1161.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1162.      */
  1163.     protected function getEventDispatcherService()
  1164.     {
  1165.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1166.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1167.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1168.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1169.         $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())));
  1170.         $instance->addListener('kernel.controller', [=> function () {
  1171.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1172.         }, => 'onKernelController'], 0);
  1173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1174.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1175.         }, => 'checkPassport'], 1024);
  1176.         $instance->addListener('kernel.response', [=> function () {
  1177.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1178.         }, => 'onKernelResponse'], 0);
  1179.         $instance->addListener('kernel.response', [=> function () {
  1180.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1181.         }, => 'onKernelResponse'], 0);
  1182.         $instance->addListener('kernel.exception', [=> function () {
  1183.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1184.         }, => 'onKernelException'], -64);
  1185.         $instance->addListener('kernel.view', [=> function () {
  1186.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1187.         }, => 'onKernelView'], 0);
  1188.         $instance->addListener('kernel.exception', [=> function () {
  1189.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1190.         }, => 'onKernelException'], 0);
  1191.         $instance->addListener('console.command', [=> function () {
  1192.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1193.         }, => 'handleConsoleCommandEvent'], 128);
  1194.         $instance->addListener('console.terminate', [=> function () {
  1195.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1196.         }, => 'handleConsoleTerminateEvent'], -64);
  1197.         $instance->addListener('console.error', [=> function () {
  1198.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1199.         }, => 'handleConsoleErrorEvent'], -64);
  1200.         $instance->addListener('kernel.exception', [=> function () {
  1201.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  1202.         }, => 'handleExceptionEvent'], 128);
  1203.         $instance->addListener('kernel.request', [=> function () {
  1204.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1205.         }, => 'handleKernelRequestEvent'], 5);
  1206.         $instance->addListener('kernel.controller', [=> function () {
  1207.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1208.         }, => 'handleKernelControllerEvent'], 10);
  1209.         $instance->addListener('kernel.request', [=> function () {
  1210.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1211.         }, => 'handleKernelRequestEvent'], 3);
  1212.         $instance->addListener('kernel.finish_request', [=> function () {
  1213.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1214.         }, => 'handleKernelFinishRequestEvent'], 5);
  1215.         $instance->addListener('kernel.request', [=> function () {
  1216.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1217.         }, => 'handleKernelRequestEvent'], 4);
  1218.         $instance->addListener('kernel.response', [=> function () {
  1219.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1220.         }, => 'handleKernelResponseEvent'], 15);
  1221.         $instance->addListener('kernel.terminate', [=> function () {
  1222.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1223.         }, => 'handleKernelTerminateEvent'], 5);
  1224.         $instance->addListener('kernel.request', [=> function () {
  1225.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1226.         }, => 'handleKernelRequestEvent'], 2);
  1227.         $instance->addListener('kernel.finish_request', [=> function () {
  1228.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1229.         }, => 'handleKernelFinishRequestEvent'], 10);
  1230.         $instance->addListener('kernel.response', [=> function () {
  1231.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1232.         }, => 'handleKernelResponseEvent'], 15);
  1233.         $instance->addListener('console.command', [=> function () {
  1234.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1235.         }, => 'handleConsoleCommandEvent'], 118);
  1236.         $instance->addListener('console.terminate', [=> function () {
  1237.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1238.         }, => 'handleConsoleTerminateEvent'], -54);
  1239.         $instance->addListener('kernel.request', [=> function () {
  1240.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1241.         }, => 'handleKernelRequestEvent'], 0);
  1242.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1243.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1244.         }, => 'handleLoginSuccessEvent'], 0);
  1245.         $instance->addListener('kernel.response', [=> function () {
  1246.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1247.         }, => 'onKernelResponse'], 0);
  1248.         $instance->addListener('kernel.response', [=> function () {
  1249.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1250.         }, => 'onKernelResponse'], -1024);
  1251.         $instance->addListener('kernel.request', [=> function () {
  1252.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1253.         }, => 'setDefaultLocale'], 100);
  1254.         $instance->addListener('kernel.request', [=> function () {
  1255.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1256.         }, => 'onKernelRequest'], 16);
  1257.         $instance->addListener('kernel.finish_request', [=> function () {
  1258.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1259.         }, => 'onKernelFinishRequest'], 0);
  1260.         $instance->addListener('kernel.request', [=> function () {
  1261.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1262.         }, => 'onKernelRequest'], 256);
  1263.         $instance->addListener('kernel.response', [=> function () {
  1264.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1265.         }, => 'onResponse'], -255);
  1266.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1267.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1268.         }, => 'onControllerArguments'], 0);
  1269.         $instance->addListener('kernel.exception', [=> function () {
  1270.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1271.         }, => 'logKernelException'], 0);
  1272.         $instance->addListener('kernel.exception', [=> function () {
  1273.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1274.         }, => 'onKernelException'], -128);
  1275.         $instance->addListener('kernel.response', [=> function () {
  1276.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1277.         }, => 'removeCspHeader'], -128);
  1278.         $instance->addListener('kernel.request', [=> function () {
  1279.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1280.         }, => 'onKernelRequest'], 15);
  1281.         $instance->addListener('kernel.finish_request', [=> function () {
  1282.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1283.         }, => 'onKernelFinishRequest'], -15);
  1284.         $instance->addListener('console.error', [=> function () {
  1285.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1286.         }, => 'onConsoleError'], -128);
  1287.         $instance->addListener('console.terminate', [=> function () {
  1288.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1289.         }, => 'onConsoleTerminate'], -128);
  1290.         $instance->addListener('console.error', [=> function () {
  1291.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1292.         }, => 'onConsoleError'], 0);
  1293.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1294.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_FROM_EMAIL'), [])));
  1295.         }, => 'onMessage'], -255);
  1296.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1297.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1298.         }, => 'onMessage'], -255);
  1299.         $instance->addListener('kernel.request', [=> function () {
  1300.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1301.         }, => 'configure'], 2048);
  1302.         $instance->addListener('console.command', [=> function () {
  1303.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1304.         }, => 'configure'], 2048);
  1305.         $instance->addListener('kernel.request', [=> function () {
  1306.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1307.         }, => 'onKernelRequest'], 32);
  1308.         $instance->addListener('kernel.finish_request', [=> function () {
  1309.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1310.         }, => 'onKernelFinishRequest'], 0);
  1311.         $instance->addListener('kernel.exception', [=> function () {
  1312.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1313.         }, => 'onKernelException'], -64);
  1314.         $instance->addListener('kernel.response', [=> function () {
  1315.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1316.         }, => 'onKernelResponse'], 0);
  1317.         $instance->addListener('kernel.request', [=> function () {
  1318.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1319.         }, => 'onKernelRequest'], 128);
  1320.         $instance->addListener('kernel.response', [=> function () {
  1321.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1322.         }, => 'onKernelResponse'], -1000);
  1323.         $instance->addListener('kernel.finish_request', [=> function () {
  1324.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1325.         }, => 'onFinishRequest'], 0);
  1326.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1327.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1328.         }, => 'onNotification'], -255);
  1329.         $instance->addListener('kernel.response', [=> function () {
  1330.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1331.         }, => 'onKernelResponse'], -100);
  1332.         $instance->addListener('kernel.exception', [=> function () {
  1333.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1334.         }, => 'onKernelException'], 0);
  1335.         $instance->addListener('kernel.terminate', [=> function () {
  1336.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1337.         }, => 'onKernelTerminate'], -1024);
  1338.         $instance->addListener('kernel.controller', [=> function () {
  1339.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1340.         }, => 'onKernelController'], 0);
  1341.         $instance->addListener('kernel.response', [=> function () {
  1342.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1343.         }, => 'onKernelResponse'], 0);
  1344.         $instance->addListener('kernel.controller', [=> function () {
  1345.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1346.         }, => 'onKernelController'], 0);
  1347.         $instance->addListener('kernel.controller', [=> function () {
  1348.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1349.         }, => 'onKernelController'], 0);
  1350.         $instance->addListener('kernel.controller', [=> function () {
  1351.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1352.         }, => 'onKernelController'], -128);
  1353.         $instance->addListener('kernel.view', [=> function () {
  1354.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1355.         }, => 'onKernelView'], 0);
  1356.         $instance->addListener('kernel.controller', [=> function () {
  1357.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1358.         }, => 'onKernelController'], 0);
  1359.         $instance->addListener('kernel.response', [=> function () {
  1360.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1361.         }, => 'onKernelResponse'], 0);
  1362.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1363.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1364.         }, => 'onKernelControllerArguments'], 0);
  1365.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1366.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1367.         }, => 'onKernelControllerArguments'], 0);
  1368.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1369.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1370.         }, => 'onMessage'], 0);
  1371.         $instance->addListener('kernel.response', [=> function () {
  1372.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1373.         }, => 'onKernelResponse'], -128);
  1374.         $instance->addListener('console.command', [=> function () {
  1375.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1376.         }, => 'onCommand'], 255);
  1377.         $instance->addListener('console.terminate', [=> function () {
  1378.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1379.         }, => 'onTerminate'], -255);
  1380.         $instance->addListener('console.command', [=> function () {
  1381.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1382.         }, => 'configure'], 1024);
  1383.         $instance->addListener('console.error', [=> function () {
  1384.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1385.         }, => 'onConsoleError'], 0);
  1386.         $instance->addListener('console.terminate', [=> function () {
  1387.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1388.         }, => 'onConsoleTerminate'], 0);
  1389.         $instance->addListener('kernel.response', [=> function () {
  1390.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1391.         }, => 'onKernelResponse'], 0);
  1392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1393.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1394.         }, => 'checkPassport'], 0);
  1395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1396.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1397.         }, => 'onLoginSuccess'], 0);
  1398.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1399.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1400.         }, => 'onVoterVote'], 0);
  1401.         $instance->addListener('kernel.request', [=> function () {
  1402.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1403.         }, => 'configureLogoutUrlGenerator'], 8);
  1404.         $instance->addListener('kernel.request', [=> function () {
  1405.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1406.         }, => 'onKernelRequest'], 8);
  1407.         $instance->addListener('kernel.finish_request', [=> function () {
  1408.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1409.         }, => 'onKernelFinishRequest'], 0);
  1410.         $instance->addListener('kernel.request', [=> function () {
  1411.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1412.         }, => 'handleLegacyEaContext'], 10);
  1413.         $instance->addListener('kernel.request', [=> function () {
  1414.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1415.         }, => 'onKernelRequest'], 0);
  1416.         $instance->addListener('kernel.controller', [=> function () {
  1417.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1418.         }, => 'onKernelController'], 128);
  1419.         $instance->addListener('kernel.finish_request', [=> function () {
  1420.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1421.         }, => 'resetAssets'], 0);
  1422.         $instance->addListener('kernel.request', [=> function () {
  1423.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1424.         }, => 'onEvent'], 1024);
  1425.         $instance->addListener('console.command', [=> function () {
  1426.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1427.         }, => 'onEvent'], 1024);
  1428.         $instance->addListener('kernel.request', [=> function () {
  1429.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1430.         }, => 'onEvent'], 1024);
  1431.         $instance->addListener('console.command', [=> function () {
  1432.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1433.         }, => 'onEvent'], 1024);
  1434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1435.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1436.         }, => 'checkPassport'], 512);
  1437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1438.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1439.         }, => 'onLogout'], 0);
  1440.         return $instance;
  1441.     }
  1442.     /**
  1443.      * Gets the public 'http_kernel' shared service.
  1444.      *
  1445.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1446.      */
  1447.     protected function getHttpKernelService()
  1448.     {
  1449.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1450.         if (isset($this->services['http_kernel'])) {
  1451.             return $this->services['http_kernel'];
  1452.         }
  1453.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1454.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1455.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1456.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1457.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1458.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1459.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1460.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1461.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1462.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1463.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1464.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1465.     }
  1466.     /**
  1467.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  1468.      *
  1469.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  1470.      */
  1471.     protected function getHwiOauth_ResourceOwnermap_MainService()
  1472.     {
  1473.         $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']);
  1474.         $instance->setContainer($this);
  1475.         return $instance;
  1476.     }
  1477.     /**
  1478.      * Gets the public 'knp_menu.matcher' shared service.
  1479.      *
  1480.      * @return \Knp\Menu\Matcher\Matcher
  1481.      */
  1482.     protected function getKnpMenu_MatcherService()
  1483.     {
  1484.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1485.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1486.         }, 1));
  1487.     }
  1488.     /**
  1489.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1490.      *
  1491.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1492.      */
  1493.     protected function getLiipImagine_Cache_ManagerService()
  1494.     {
  1495.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1496.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1497.             return $this->services['liip_imagine.cache.manager'];
  1498.         }
  1499.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  1500.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1501.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1502.         return $instance;
  1503.     }
  1504.     /**
  1505.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1506.      *
  1507.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1508.      */
  1509.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1510.     {
  1511.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1512.     }
  1513.     /**
  1514.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1515.      *
  1516.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1517.      */
  1518.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1519.     {
  1520.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1521.     }
  1522.     /**
  1523.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1524.      *
  1525.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1526.      */
  1527.     protected function getLiipImagine_Cache_SignerService()
  1528.     {
  1529.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1530.     }
  1531.     /**
  1532.      * Gets the public 'request_stack' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1535.      */
  1536.     protected function getRequestStackService()
  1537.     {
  1538.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1539.     }
  1540.     /**
  1541.      * Gets the public 'router' shared service.
  1542.      *
  1543.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1544.      */
  1545.     protected function getRouterService()
  1546.     {
  1547.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1548.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1549.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1550.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1551.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1552.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1553.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1554.         ], [
  1555.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1556.         ]))->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'ru');
  1557.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1558.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1559.         return $instance;
  1560.     }
  1561.     /**
  1562.      * Gets the public 'translator' shared service.
  1563.      *
  1564.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1565.      */
  1566.     protected function getTranslatorService()
  1567.     {
  1568.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1569.     }
  1570.     /**
  1571.      * Gets the public 'var_dumper.cloner' shared service.
  1572.      *
  1573.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1574.      */
  1575.     protected function getVarDumper_ClonerService()
  1576.     {
  1577.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1578.         $instance->setMaxItems(2500);
  1579.         $instance->setMinDepth(1);
  1580.         $instance->setMaxString(-1);
  1581.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the private '.debug.http_client' shared service.
  1586.      *
  1587.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1588.      */
  1589.     protected function get_Debug_HttpClientService()
  1590.     {
  1591.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1592.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1593.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1594.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1595.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1596.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1597.         $a->setLogger($b);
  1598.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1599.     }
  1600.     /**
  1601.      * Gets the private '.service_locator.H_nCSy_' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1604.      */
  1605.     protected function get_ServiceLocator_HNCSyService()
  1606.     {
  1607.         return $this->privates['.service_locator.H_nCSy_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1608.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1609.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1610.             'security.firewall.map.context.image_resolver' => ['privates''security.firewall.map.context.image_resolver''getSecurity_Firewall_Map_Context_ImageResolverService'true],
  1611.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1612.         ], [
  1613.             'security.firewall.map.context.admin' => '?',
  1614.             'security.firewall.map.context.dev' => '?',
  1615.             'security.firewall.map.context.image_resolver' => '?',
  1616.             'security.firewall.map.context.main' => '?',
  1617.         ]);
  1618.     }
  1619.     /**
  1620.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  1621.      *
  1622.      * @return \App\Repository\CategoryRepository
  1623.      */
  1624.     protected function getCategoryRepositoryService()
  1625.     {
  1626.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1627.     }
  1628.     /**
  1629.      * Gets the private 'App\Repository\CharityRepository' shared autowired service.
  1630.      *
  1631.      * @return \App\Repository\CharityRepository
  1632.      */
  1633.     protected function getCharityRepositoryService()
  1634.     {
  1635.         return $this->privates['App\\Repository\\CharityRepository'] = new \App\Repository\CharityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1636.     }
  1637.     /**
  1638.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  1639.      *
  1640.      * @return \App\Repository\NotificationRepository
  1641.      */
  1642.     protected function getNotificationRepositoryService()
  1643.     {
  1644.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1645.     }
  1646.     /**
  1647.      * Gets the private 'App\Repository\SpeakerConsultationRepository' shared autowired service.
  1648.      *
  1649.      * @return \App\Repository\SpeakerConsultationRepository
  1650.      */
  1651.     protected function getSpeakerConsultationRepositoryService()
  1652.     {
  1653.         return $this->privates['App\\Repository\\SpeakerConsultationRepository'] = new \App\Repository\SpeakerConsultationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1654.     }
  1655.     /**
  1656.      * Gets the private 'App\Repository\SpeakerRepository' shared autowired service.
  1657.      *
  1658.      * @return \App\Repository\SpeakerRepository
  1659.      */
  1660.     protected function getSpeakerRepositoryService()
  1661.     {
  1662.         return $this->privates['App\\Repository\\SpeakerRepository'] = new \App\Repository\SpeakerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1663.     }
  1664.     /**
  1665.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1666.      *
  1667.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1668.      */
  1669.     protected function getAdminRouterSubscriberService()
  1670.     {
  1671.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1672.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1673.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1674.         }
  1675.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1676.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1677.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1678.         }
  1679.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1680.         $d = ($this->services['router'] ?? $this->getRouterService());
  1681.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1682.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c$d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e$a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1683.     }
  1684.     /**
  1685.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1686.      *
  1687.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1688.      */
  1689.     protected function getActionFactoryService()
  1690.     {
  1691.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1692.     }
  1693.     /**
  1694.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1695.      *
  1696.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1697.      */
  1698.     protected function getControllerFactoryService()
  1699.     {
  1700.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1701.     }
  1702.     /**
  1703.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1704.      *
  1705.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1706.      */
  1707.     protected function getEntityFactoryService()
  1708.     {
  1709.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1710.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1711.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1712.         }
  1713.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1714.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1715.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1716.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1717.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1718.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1719.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1720.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1721.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1722.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1723.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1724.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1725.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1726.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1727.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1728.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1729.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1730.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1731.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1732.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1733.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1734.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1735.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1736.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1737.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1738.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1739.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1740.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1741.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1742.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1743.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1744.     }
  1745.     /**
  1746.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1747.      *
  1748.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1749.      */
  1750.     protected function getAdminContextProviderService()
  1751.     {
  1752.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1753.     }
  1754.     /**
  1755.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1756.      *
  1757.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1758.      */
  1759.     protected function getCrudControllerRegistryService()
  1760.     {
  1761.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\BadgeCrudController'=> 'App\\Controller\\Admin\\CategoryCrudController'=> 'App\\Controller\\Admin\\CharityCrudController'=> 'App\\Controller\\Admin\\ComplaintCrudController'=> 'App\\Controller\\Admin\\EmailTemplateCrudController'=> 'App\\Controller\\Admin\\NewsCrudController'=> 'App\\Controller\\Admin\\NewsletterCrudController'=> 'App\\Controller\\Admin\\PageCrudController'=> 'App\\Controller\\Admin\\RefundRequestCrudController'=> 'App\\Controller\\Admin\\ReviewCrudController'10 => 'App\\Controller\\Admin\\SpeakerCourseCrudController'11 => 'App\\Controller\\Admin\\SpeakerCrudController'12 => 'App\\Controller\\Admin\\UserCrudController']);
  1762.     }
  1763.     /**
  1764.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1765.      *
  1766.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1767.      */
  1768.     protected function getAdminUrlGeneratorService()
  1769.     {
  1770.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1771.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1772.         };
  1773.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1774.     }
  1775.     /**
  1776.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1777.      *
  1778.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1779.      */
  1780.     protected function getAuthorizationCheckerService()
  1781.     {
  1782.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1783.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1784.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1785.         }
  1786.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1787.     }
  1788.     /**
  1789.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  1790.      *
  1791.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  1792.      */
  1793.     protected function getPluginClientFactoryService()
  1794.     {
  1795.         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(0))), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1796.     }
  1797.     /**
  1798.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  1799.      *
  1800.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  1801.      */
  1802.     protected function getPluginClientFactoryListenerService()
  1803.     {
  1804.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  1805.     }
  1806.     /**
  1807.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  1808.      *
  1809.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  1810.      */
  1811.     protected function getLoginListenerService()
  1812.     {
  1813.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1814.     }
  1815.     /**
  1816.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  1817.      *
  1818.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  1819.      */
  1820.     protected function getRequestListenerService()
  1821.     {
  1822.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1823.     }
  1824.     /**
  1825.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  1826.      *
  1827.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  1828.      */
  1829.     protected function getSubRequestListenerService()
  1830.     {
  1831.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1832.     }
  1833.     /**
  1834.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  1835.      *
  1836.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  1837.      */
  1838.     protected function getTracingRequestListenerService()
  1839.     {
  1840.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1841.     }
  1842.     /**
  1843.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  1844.      *
  1845.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  1846.      */
  1847.     protected function getTracingSubRequestListenerService()
  1848.     {
  1849.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1850.     }
  1851.     /**
  1852.      * Gets the private 'Sentry\State\HubInterface' shared service.
  1853.      *
  1854.      * @return \Sentry\State\HubInterface
  1855.      */
  1856.     protected function getHubInterfaceService()
  1857.     {
  1858.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  1859.         $a = new \Sentry\Options(['integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\ErrorHandler\\Error\\FatalError'=> 'Symfony\\Component\\Debug\\Exception\\FatalErrorException']]), => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'environment' => 'dev''release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  1860.         $b = new \Sentry\ClientBuilder($a);
  1861.         $b->setSdkIdentifier('sentry.php.symfony');
  1862.         $b->setSdkVersion('4.13.2');
  1863.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory(NULLNULLNULLNULLNULLNULL));
  1864.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  1865.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  1866.         if ($this->has('Psr\\Log\\NullLogger')) {
  1867.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  1868.         }
  1869.         $instance->bindClient($b->getClient());
  1870.         return $instance;
  1871.     }
  1872.     /**
  1873.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1874.      *
  1875.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1876.      */
  1877.     protected function getResetAssetsEventListenerService()
  1878.     {
  1879.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1880.     }
  1881.     /**
  1882.      * Gets the private 'annotations.cache_adapter' shared service.
  1883.      *
  1884.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1885.      */
  1886.     protected function getAnnotations_CacheAdapterService()
  1887.     {
  1888.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1889.     }
  1890.     /**
  1891.      * Gets the private 'annotations.cached_reader' shared service.
  1892.      *
  1893.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1894.      */
  1895.     protected function getAnnotations_CachedReaderService()
  1896.     {
  1897.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1898.     }
  1899.     /**
  1900.      * Gets the private 'annotations.reader' shared service.
  1901.      *
  1902.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1903.      */
  1904.     protected function getAnnotations_ReaderService()
  1905.     {
  1906.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1907.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1908.         $a->registerUniqueLoader('class_exists');
  1909.         $instance->addGlobalIgnoredName('required'$a);
  1910.         return $instance;
  1911.     }
  1912.     /**
  1913.      * Gets the private 'assets.packages' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Asset\Packages
  1916.      */
  1917.     protected function getAssets_PackagesService()
  1918.     {
  1919.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1920.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1921.             return new \EmptyIterator();
  1922.         }, 0));
  1923.     }
  1924.     /**
  1925.      * Gets the private 'cache.annotations.traceable' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1928.      */
  1929.     protected function getCache_Annotations_TraceableService()
  1930.     {
  1931.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DaSegQqWBA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1932.     }
  1933.     /**
  1934.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  1935.      *
  1936.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1937.      */
  1938.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  1939.     {
  1940.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  1941.     }
  1942.     /**
  1943.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1946.      */
  1947.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  1948.     {
  1949.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  1950.     }
  1951.     /**
  1952.      * Gets the private 'cache.property_info.traceable' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1955.      */
  1956.     protected function getCache_PropertyInfo_TraceableService()
  1957.     {
  1958.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B+AlvVTj5f'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1959.     }
  1960.     /**
  1961.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  1962.      *
  1963.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1964.      */
  1965.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  1966.     {
  1967.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lZubBjanlS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  1971.      *
  1972.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1973.      */
  1974.     protected function getCache_SecurityTokenVerifier_TraceableService()
  1975.     {
  1976.         return $this->privates['cache.security_token_verifier.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CRpnICNv7r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1977.     }
  1978.     /**
  1979.      * Gets the private 'cache.serializer.traceable' shared service.
  1980.      *
  1981.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1982.      */
  1983.     protected function getCache_Serializer_TraceableService()
  1984.     {
  1985.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uct2QaVBtd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1986.     }
  1987.     /**
  1988.      * Gets the private 'cache.validator.traceable' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1991.      */
  1992.     protected function getCache_Validator_TraceableService()
  1993.     {
  1994.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nBxDQtMTBr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1995.     }
  1996.     /**
  1997.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  1998.      *
  1999.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2000.      */
  2001.     protected function getCache_WebpackEncore_TraceableService()
  2002.     {
  2003.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y+vkCawei8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2004.     }
  2005.     /**
  2006.      * Gets the private 'config_cache_factory' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2009.      */
  2010.     protected function getConfigCacheFactoryService()
  2011.     {
  2012.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2013.             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)));
  2014.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2015.         }, 2));
  2016.     }
  2017.     /**
  2018.      * Gets the private 'data_collector.form' shared service.
  2019.      *
  2020.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2021.      */
  2022.     protected function getDataCollector_FormService()
  2023.     {
  2024.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2025.     }
  2026.     /**
  2027.      * Gets the private 'data_collector.request' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2030.      */
  2031.     protected function getDataCollector_RequestService()
  2032.     {
  2033.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'debug.controller_resolver' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2039.      */
  2040.     protected function getDebug_ControllerResolverService()
  2041.     {
  2042.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2043.     }
  2044.     /**
  2045.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2048.      */
  2049.     protected function getDebug_DebugHandlersListenerService()
  2050.     {
  2051.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2052.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2053.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2054.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2056.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2057.     }
  2058.     /**
  2059.      * Gets the private 'debug.file_link_formatter' shared service.
  2060.      *
  2061.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2062.      */
  2063.     protected function getDebug_FileLinkFormatterService()
  2064.     {
  2065.         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 () {
  2066.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2067.         });
  2068.     }
  2069.     /**
  2070.      * Gets the private 'debug.log_processor' shared service.
  2071.      *
  2072.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2073.      */
  2074.     protected function getDebug_LogProcessorService()
  2075.     {
  2076.         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())));
  2077.     }
  2078.     /**
  2079.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2082.      */
  2083.     protected function getDebug_Security_Access_DecisionManagerService()
  2084.     {
  2085.         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 () {
  2086.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2087.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2088.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2089.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2090.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2091.     }
  2092.     /**
  2093.      * Gets the private 'debug.security.firewall' shared service.
  2094.      *
  2095.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2096.      */
  2097.     protected function getDebug_Security_FirewallService()
  2098.     {
  2099.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2100.         if (isset($this->privates['debug.security.firewall'])) {
  2101.             return $this->privates['debug.security.firewall'];
  2102.         }
  2103.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2104.         if (isset($this->privates['debug.security.firewall'])) {
  2105.             return $this->privates['debug.security.firewall'];
  2106.         }
  2107.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2108.     }
  2109.     /**
  2110.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2111.      *
  2112.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2113.      */
  2114.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2115.     {
  2116.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2117.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2118.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2119.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2120.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2121.         ], [
  2122.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2123.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2124.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2125.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2126.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2127.     }
  2128.     /**
  2129.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2130.      *
  2131.      * @return \Doctrine\Migrations\DependencyFactory
  2132.      */
  2133.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2134.     {
  2135.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2136.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2137.         $a->setAllOrNothing(false);
  2138.         $a->setCheckDatabasePlatform(true);
  2139.         $a->setTransactional(true);
  2140.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2141.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2142.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2143.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2144.         });
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2149.      *
  2150.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2151.      */
  2152.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2153.     {
  2154.         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')], false);
  2155.     }
  2156.     /**
  2157.      * Gets the private 'exception_listener' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2160.      */
  2161.     protected function getExceptionListener2Service()
  2162.     {
  2163.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2164.     }
  2165.     /**
  2166.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2167.      *
  2168.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2169.      */
  2170.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2171.     {
  2172.         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())));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2176.      *
  2177.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2178.      */
  2179.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2180.     {
  2181.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2182.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2183.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2184.         }
  2185.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2186.     }
  2187.     /**
  2188.      * Gets the private 'httplug.collector.formatter' shared service.
  2189.      *
  2190.      * @return \Http\HttplugBundle\Collector\Formatter
  2191.      */
  2192.     protected function getHttplug_Collector_FormatterService()
  2193.     {
  2194.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  2195.     }
  2196.     /**
  2197.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  2198.      *
  2199.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  2200.      */
  2201.     protected function getHwiOauth_Security_OauthUtilsService()
  2202.     {
  2203.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2204.         if (isset($this->privates['hwi_oauth.security.oauth_utils'])) {
  2205.             return $this->privates['hwi_oauth.security.oauth_utils'];
  2206.         }
  2207.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $afalse'IS_AUTHENTICATED_REMEMBERED');
  2208.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  2209.         return $instance;
  2210.     }
  2211.     /**
  2212.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2213.      *
  2214.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2215.      */
  2216.     protected function getLiipImagine_Filter_ConfigurationService()
  2217.     {
  2218.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2219.     }
  2220.     /**
  2221.      * Gets the private 'locale_aware_listener' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2224.      */
  2225.     protected function getLocaleAwareListenerService()
  2226.     {
  2227.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2228.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  2229.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2230.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'locale_listener' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2236.      */
  2237.     protected function getLocaleListenerService()
  2238.     {
  2239.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2240.     }
  2241.     /**
  2242.      * Gets the private 'monolog.handler.console' shared service.
  2243.      *
  2244.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2245.      */
  2246.     protected function getMonolog_Handler_ConsoleService()
  2247.     {
  2248.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2249.     }
  2250.     /**
  2251.      * Gets the private 'monolog.handler.main' shared service.
  2252.      *
  2253.      * @return \Monolog\Handler\StreamHandler
  2254.      */
  2255.     protected function getMonolog_Handler_MainService()
  2256.     {
  2257.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2258.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2259.         return $instance;
  2260.     }
  2261.     /**
  2262.      * Gets the private 'monolog.logger' shared service.
  2263.      *
  2264.      * @return \Symfony\Bridge\Monolog\Logger
  2265.      */
  2266.     protected function getMonolog_LoggerService()
  2267.     {
  2268.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2269.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2270.         $instance->useMicrosecondTimestamps(true);
  2271.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2272.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2273.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2274.         return $instance;
  2275.     }
  2276.     /**
  2277.      * Gets the private 'monolog.logger.cache' shared service.
  2278.      *
  2279.      * @return \Symfony\Bridge\Monolog\Logger
  2280.      */
  2281.     protected function getMonolog_Logger_CacheService()
  2282.     {
  2283.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2284.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2285.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2286.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2287.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private 'monolog.logger.request' shared service.
  2292.      *
  2293.      * @return \Symfony\Bridge\Monolog\Logger
  2294.      */
  2295.     protected function getMonolog_Logger_RequestService()
  2296.     {
  2297.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2298.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2299.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2300.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2301.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2302.         return $instance;
  2303.     }
  2304.     /**
  2305.      * Gets the private 'monolog.logger.security' shared service.
  2306.      *
  2307.      * @return \Symfony\Bridge\Monolog\Logger
  2308.      */
  2309.     protected function getMonolog_Logger_SecurityService()
  2310.     {
  2311.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2312.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2313.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2314.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2315.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2316.         return $instance;
  2317.     }
  2318.     /**
  2319.      * Gets the private 'parameter_bag' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2322.      */
  2323.     protected function getParameterBagService()
  2324.     {
  2325.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2326.     }
  2327.     /**
  2328.      * Gets the private 'profiler_listener' shared service.
  2329.      *
  2330.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2331.      */
  2332.     protected function getProfilerListenerService()
  2333.     {
  2334.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2335.         if (isset($this->privates['profiler_listener'])) {
  2336.             return $this->privates['profiler_listener'];
  2337.         }
  2338.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2339.     }
  2340.     /**
  2341.      * Gets the private 'property_info' shared service.
  2342.      *
  2343.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2344.      */
  2345.     protected function getPropertyInfoService()
  2346.     {
  2347.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2348.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2349.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2350.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2351.         }, 3), new RewindableGenerator(function () {
  2352.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2353.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2354.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2355.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2356.         }, 4), new RewindableGenerator(function () {
  2357.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2358.         }, 1), new RewindableGenerator(function () {
  2359.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2360.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2361.         }, 2), new RewindableGenerator(function () {
  2362.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2363.         }, 1));
  2364.     }
  2365.     /**
  2366.      * Gets the private 'router.expression_language_provider' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2369.      */
  2370.     protected function getRouter_ExpressionLanguageProviderService()
  2371.     {
  2372.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2373.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2374.         ], [
  2375.             'env' => 'Closure',
  2376.         ]));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'router.request_context' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Routing\RequestContext
  2382.      */
  2383.     protected function getRouter_RequestContextService()
  2384.     {
  2385.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('HOST'), 'localhost''http'80443);
  2386.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2387.         return $instance;
  2388.     }
  2389.     /**
  2390.      * Gets the private 'router_listener' shared service.
  2391.      *
  2392.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2393.      */
  2394.     protected function getRouterListenerService()
  2395.     {
  2396.         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);
  2397.     }
  2398.     /**
  2399.      * Gets the private 'security.context_listener.0' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2402.      */
  2403.     protected function getSecurity_ContextListener_0Service()
  2404.     {
  2405.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2406.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2407.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2408.     }
  2409.     /**
  2410.      * Gets the private 'security.context_listener.1' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2413.      */
  2414.     protected function getSecurity_ContextListener_1Service()
  2415.     {
  2416.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2417.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2418.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'security.csrf.token_storage' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2424.      */
  2425.     protected function getSecurity_Csrf_TokenStorageService()
  2426.     {
  2427.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2433.      */
  2434.     protected function getSecurity_EventDispatcher_AdminService()
  2435.     {
  2436.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2438.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2439.         }, => 'checkPassport'], 2048);
  2440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2441.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2442.         }, => 'onSuccessfulLogin'], 0);
  2443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2444.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  2445.         }, => 'onLogout'], 64);
  2446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2447.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2448.         }, => 'onLogout'], 0);
  2449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2450.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2451.         }, => 'preCheckCredentials'], 256);
  2452.         $instance->addListener('security.authentication.success', [=> function () {
  2453.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2454.         }, => 'postCheckCredentials'], 256);
  2455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2456.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2457.         }, => 'checkPassport'], 1024);
  2458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2459.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  2460.         }, => 'handleLoginSuccessEvent'], 0);
  2461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2462.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2463.         }, => 'checkPassport'], 0);
  2464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2465.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2466.         }, => 'onLoginSuccess'], 0);
  2467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2468.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2469.         }, => 'checkPassport'], 512);
  2470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2471.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2472.         }, => 'onLogout'], 0);
  2473.         return $instance;
  2474.     }
  2475.     /**
  2476.      * Gets the private 'security.event_dispatcher.main' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2479.      */
  2480.     protected function getSecurity_EventDispatcher_MainService()
  2481.     {
  2482.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2483.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2484.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2485.         }, => 'checkPassport'], 2048);
  2486.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2487.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2488.         }, => 'onSuccessfulLogin'], 0);
  2489.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2490.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2491.         }, => 'onLogout'], 64);
  2492.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2493.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2494.         }, => 'onLogout'], 0);
  2495.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2496.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2497.         }, => 'onSuccessfulLogin'], -32);
  2498.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2499.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2500.         }, => 'onSuccessfulLogin'], -64);
  2501.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2502.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2503.         }, => 'clearCookie'], 0);
  2504.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2505.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2506.         }, => 'clearCookie'], 0);
  2507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2508.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2509.         }, => 'clearCookie'], 0);
  2510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2511.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2512.         }, => 'preCheckCredentials'], 256);
  2513.         $instance->addListener('security.authentication.success', [=> function () {
  2514.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2515.         }, => 'postCheckCredentials'], 256);
  2516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2517.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2518.         }, => 'checkPassport'], 1024);
  2519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2520.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  2521.         }, => 'handleLoginSuccessEvent'], 0);
  2522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2523.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2524.         }, => 'checkPassport'], 0);
  2525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2526.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2527.         }, => 'onLoginSuccess'], 0);
  2528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2529.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2530.         }, => 'checkPassport'], 512);
  2531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2532.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2533.         }, => 'onLogout'], 0);
  2534.         return $instance;
  2535.     }
  2536.     /**
  2537.      * Gets the private 'security.firewall.map' shared service.
  2538.      *
  2539.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2540.      */
  2541.     protected function getSecurity_Firewall_MapService()
  2542.     {
  2543.         $a = ($this->privates['.service_locator.H_nCSy_'] ?? $this->get_ServiceLocator_HNCSyService());
  2544.         if (isset($this->privates['security.firewall.map'])) {
  2545.             return $this->privates['security.firewall.map'];
  2546.         }
  2547.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2548.             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)/')));
  2549.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  2550.             yield 'security.firewall.map.context.main' => NULL;
  2551.             yield 'security.firewall.map.context.image_resolver' => ($this->privates['.security.request_matcher.qhIyQh0'] ?? ($this->privates['.security.request_matcher.qhIyQh0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/media/cache/resolve')));
  2552.         }, 4));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'security.http_utils' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Security\Http\HttpUtils
  2558.      */
  2559.     protected function getSecurity_HttpUtilsService()
  2560.     {
  2561.         $a = ($this->services['router'] ?? $this->getRouterService());
  2562.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  2563.     }
  2564.     /**
  2565.      * Gets the private 'security.logout_url_generator' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2568.      */
  2569.     protected function getSecurity_LogoutUrlGeneratorService()
  2570.     {
  2571.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2572.         $instance->registerListener('admin''app_logout''logout''_csrf_token'NULLNULL);
  2573.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2574.         return $instance;
  2575.     }
  2576.     /**
  2577.      * Gets the private 'security.role_hierarchy' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2580.      */
  2581.     protected function getSecurity_RoleHierarchyService()
  2582.     {
  2583.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2584.     }
  2585.     /**
  2586.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2587.      *
  2588.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2589.      */
  2590.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2591.     {
  2592.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2596.      *
  2597.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2598.      */
  2599.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2600.     {
  2601.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2602.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2603.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2604.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2605.     }
  2606.     /**
  2607.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2608.      *
  2609.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2610.      */
  2611.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2612.     {
  2613.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2614.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2615.             return $this->privates['sensio_framework_extra.security.listener'];
  2616.         }
  2617.         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())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2618.     }
  2619.     /**
  2620.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2621.      *
  2622.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2623.      */
  2624.     protected function getSensioFrameworkExtra_View_ListenerService()
  2625.     {
  2626.         $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))));
  2627.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2628.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2629.         ], [
  2630.             'twig' => '?',
  2631.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2632.         return $instance;
  2633.     }
  2634.     /**
  2635.      * Gets the private 'session_listener' shared service.
  2636.      *
  2637.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2638.      */
  2639.     protected function getSessionListenerService()
  2640.     {
  2641.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2642.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2643.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2644.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2645.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2646.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2647.         ], [
  2648.             'initialized_session' => '?',
  2649.             'logger' => '?',
  2650.             'session' => '?',
  2651.             'session_collector' => '?',
  2652.             'session_factory' => '?',
  2653.         ]), true$this->parameters['session.storage.options']);
  2654.     }
  2655.     /**
  2656.      * Gets the private 'tokens.traceable' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2659.      */
  2660.     protected function getTokens_TraceableService()
  2661.     {
  2662.         return $this->privates['tokens.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['tokens.traceable.inner'] ?? $this->getTokens_Traceable_InnerService())));
  2663.     }
  2664.     /**
  2665.      * Gets the private 'tokens.traceable.inner' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Cache\Adapter\PdoAdapter
  2668.      */
  2669.     protected function getTokens_Traceable_InnerService()
  2670.     {
  2671.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2672.         if (isset($this->privates['tokens.traceable.inner'])) {
  2673.             return $this->privates['tokens.traceable.inner'];
  2674.         }
  2675.         $this->privates['tokens.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\PdoAdapter($a'kIQ8KxFgzF'0, [], ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2676.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2677.         return $instance;
  2678.     }
  2679.     /**
  2680.      * Gets the private 'translator.default' shared service.
  2681.      *
  2682.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2683.      */
  2684.     protected function getTranslator_DefaultService()
  2685.     {
  2686.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2687.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2688.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2689.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2690.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2691.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2692.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2693.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2694.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2695.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2696.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2697.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2698.         ], [
  2699.             'translation.loader.csv' => '?',
  2700.             'translation.loader.dat' => '?',
  2701.             'translation.loader.ini' => '?',
  2702.             'translation.loader.json' => '?',
  2703.             'translation.loader.mo' => '?',
  2704.             'translation.loader.php' => '?',
  2705.             'translation.loader.po' => '?',
  2706.             'translation.loader.qt' => '?',
  2707.             'translation.loader.res' => '?',
  2708.             'translation.loader.xliff' => '?',
  2709.             'translation.loader.yml' => '?',
  2710.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle+intl-icu.en.yml'), 10 => (\dirname(__DIR__4).'/translations/admin.en.yml'), 11 => (\dirname(__DIR__4).'/translations/cabinet.en.yml'), 12 => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.yml'), 13 => (\dirname(__DIR__4).'/translations/validators/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/translations/EasyAdminBundle+intl-icu.ru.yml'), 10 => (\dirname(__DIR__4).'/translations/admin.ru.yml'), 11 => (\dirname(__DIR__4).'/translations/cabinet.ru.yml'), 12 => (\dirname(__DIR__4).'/translations/messages+intl-icu.ru.yml'), 13 => (\dirname(__DIR__4).'/translations/security.ru.yml'), 14 => (\dirname(__DIR__4).'/translations/validators/validators.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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.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')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-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')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/ux-cropperjs/translations'), 24 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/hwi/oauth-bundle/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'vendor/gregwar/captcha-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'vendor/twig/extra-bundle/translations'20 => 'vendor/knplabs/knp-menu-bundle/src/translations'21 => 'vendor/symfony/webpack-encore-bundle/src/translations'22 => 'vendor/liip/imagine-bundle/translations'23 => 'vendor/symfony/ux-cropperjs/translations'24 => 'vendor/php-http/httplug-bundle/src/translations'25 => 'vendor/sentry/sentry-symfony/src/translations']]], []);
  2711.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2712.         $instance->setFallbackLocales([=> 'ru']);
  2713.         return $instance;
  2714.     }
  2715.     /**
  2716.      * Gets the private 'validator.builder' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2719.      */
  2720.     protected function getValidator_BuilderService()
  2721.     {
  2722.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2723.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2724.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2725.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2726.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2727.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2728.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2729.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2730.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2731.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2732.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2733.         ], [
  2734.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2735.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2736.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2737.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2738.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2739.             'doctrine.orm.validator.unique' => '?',
  2740.             'security.validator.user_password' => '?',
  2741.             'validator.expression' => '?',
  2742.         ])));
  2743.         if ($this->has('translator')) {
  2744.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2745.         }
  2746.         $instance->setTranslationDomain('validators');
  2747.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2748.         $instance->enableAnnotationMapping(true);
  2749.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2750.         $instance->addMethodMapping('loadValidatorMetadata');
  2751.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2752.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2753.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'var_dumper.html_dumper' shared service.
  2758.      *
  2759.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2760.      */
  2761.     protected function getVarDumper_HtmlDumperService()
  2762.     {
  2763.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2764.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2765.         return $instance;
  2766.     }
  2767.     /**
  2768.      * Gets the private 'var_dumper.server_connection' shared service.
  2769.      *
  2770.      * @return \Symfony\Component\VarDumper\Server\Connection
  2771.      */
  2772.     protected function getVarDumper_ServerConnectionService()
  2773.     {
  2774.         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()]);
  2775.     }
  2776.     /**
  2777.      * Gets the private 'web_profiler.csp.handler' shared service.
  2778.      *
  2779.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2780.      */
  2781.     protected function getWebProfiler_Csp_HandlerService()
  2782.     {
  2783.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2784.     }
  2785.     /**
  2786.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2787.      *
  2788.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2789.      */
  2790.     protected function getWebProfiler_DebugToolbarService()
  2791.     {
  2792.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2793.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2794.             return $this->privates['web_profiler.debug_toolbar'];
  2795.         }
  2796.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2797.     }
  2798.     /**
  2799.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2800.      *
  2801.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2802.      */
  2803.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2804.     {
  2805.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2806.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2807.         ], [
  2808.             '_default' => '?',
  2809.         ]), '_default');
  2810.     }
  2811.     /**
  2812.      * Gets the public 'cache_clearer' alias.
  2813.      *
  2814.      * @return object The ".container.private.cache_clearer" service.
  2815.      */
  2816.     protected function getCacheClearerService()
  2817.     {
  2818.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2819.         return $this->get('.container.private.cache_clearer');
  2820.     }
  2821.     /**
  2822.      * Gets the public 'filesystem' alias.
  2823.      *
  2824.      * @return object The ".container.private.filesystem" service.
  2825.      */
  2826.     protected function getFilesystemService()
  2827.     {
  2828.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2829.         return $this->get('.container.private.filesystem');
  2830.     }
  2831.     /**
  2832.      * Gets the public 'serializer' alias.
  2833.      *
  2834.      * @return object The ".container.private.serializer" service.
  2835.      */
  2836.     protected function getSerializerService()
  2837.     {
  2838.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2839.         return $this->get('.container.private.serializer');
  2840.     }
  2841.     /**
  2842.      * Gets the public 'security.csrf.token_manager' alias.
  2843.      *
  2844.      * @return object The ".container.private.security.csrf.token_manager" service.
  2845.      */
  2846.     protected function getSecurity_Csrf_TokenManagerService()
  2847.     {
  2848.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2849.         return $this->get('.container.private.security.csrf.token_manager');
  2850.     }
  2851.     /**
  2852.      * Gets the public 'form.factory' alias.
  2853.      *
  2854.      * @return object The ".container.private.form.factory" service.
  2855.      */
  2856.     protected function getForm_FactoryService()
  2857.     {
  2858.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2859.         return $this->get('.container.private.form.factory');
  2860.     }
  2861.     /**
  2862.      * Gets the public 'form.type.file' alias.
  2863.      *
  2864.      * @return object The ".container.private.form.type.file" service.
  2865.      */
  2866.     protected function getForm_Type_FileService()
  2867.     {
  2868.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2869.         return $this->get('.container.private.form.type.file');
  2870.     }
  2871.     /**
  2872.      * Gets the public 'profiler' alias.
  2873.      *
  2874.      * @return object The ".container.private.profiler" service.
  2875.      */
  2876.     protected function getProfilerService()
  2877.     {
  2878.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2879.         return $this->get('.container.private.profiler');
  2880.     }
  2881.     /**
  2882.      * Gets the public 'twig' alias.
  2883.      *
  2884.      * @return object The ".container.private.twig" service.
  2885.      */
  2886.     protected function getTwigService()
  2887.     {
  2888.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2889.         return $this->get('.container.private.twig');
  2890.     }
  2891.     /**
  2892.      * Gets the public 'security.authorization_checker' alias.
  2893.      *
  2894.      * @return object The ".container.private.security.authorization_checker" service.
  2895.      */
  2896.     protected function getSecurity_AuthorizationCheckerService()
  2897.     {
  2898.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2899.         return $this->get('.container.private.security.authorization_checker');
  2900.     }
  2901.     /**
  2902.      * Gets the public 'security.token_storage' alias.
  2903.      *
  2904.      * @return object The ".container.private.security.token_storage" service.
  2905.      */
  2906.     protected function getSecurity_TokenStorageService()
  2907.     {
  2908.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2909.         return $this->get('.container.private.security.token_storage');
  2910.     }
  2911.     /**
  2912.      * Gets the public 'security.password_encoder' alias.
  2913.      *
  2914.      * @return object The ".container.private.security.password_encoder" service.
  2915.      */
  2916.     protected function getSecurity_PasswordEncoderService()
  2917.     {
  2918.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2919.         return $this->get('.container.private.security.password_encoder');
  2920.     }
  2921.     /**
  2922.      * Gets the public 'session' alias.
  2923.      *
  2924.      * @return object The ".container.private.session" service.
  2925.      */
  2926.     protected function getSessionService()
  2927.     {
  2928.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2929.         return $this->get('.container.private.session');
  2930.     }
  2931.     /**
  2932.      * Gets the public 'validator' alias.
  2933.      *
  2934.      * @return object The ".container.private.validator" service.
  2935.      */
  2936.     protected function getValidatorService()
  2937.     {
  2938.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2939.         return $this->get('.container.private.validator');
  2940.     }
  2941.     /**
  2942.      * @return array|bool|float|int|string|\UnitEnum|null
  2943.      */
  2944.     public function getParameter(string $name)
  2945.     {
  2946.         if (isset($this->buildParameters[$name])) {
  2947.             return $this->buildParameters[$name];
  2948.         }
  2949.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2950.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2951.         }
  2952.         if (isset($this->loadedDynamicParameters[$name])) {
  2953.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2954.         }
  2955.         return $this->parameters[$name];
  2956.     }
  2957.     public function hasParameter(string $name): bool
  2958.     {
  2959.         if (isset($this->buildParameters[$name])) {
  2960.             return true;
  2961.         }
  2962.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2963.     }
  2964.     public function setParameter(string $name$value): void
  2965.     {
  2966.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2967.     }
  2968.     public function getParameterBag(): ParameterBagInterface
  2969.     {
  2970.         if (null === $this->parameterBag) {
  2971.             $parameters $this->parameters;
  2972.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2973.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2974.             }
  2975.             foreach ($this->buildParameters as $name => $value) {
  2976.                 $parameters[$name] = $value;
  2977.             }
  2978.             $this->parameterBag = new FrozenParameterBag($parameters);
  2979.         }
  2980.         return $this->parameterBag;
  2981.     }
  2982.     private $loadedDynamicParameters = [
  2983.         'kernel.runtime_environment' => false,
  2984.         'kernel.build_dir' => false,
  2985.         'kernel.cache_dir' => false,
  2986.         'kernel.secret' => false,
  2987.         'debug.container.dump' => false,
  2988.         'serializer.mapping.cache.file' => false,
  2989.         'validator.mapping.cache.file' => false,
  2990.         'profiler.storage.dsn' => false,
  2991.         'doctrine.orm.proxy_dir' => false,
  2992.     ];
  2993.     private $dynamicParameters = [];
  2994.     private function getDynamicParameter(string $name)
  2995.     {
  2996.         switch ($name) {
  2997.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2998.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2999.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3000.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3001.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3002.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3003.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3004.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3005.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3006.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3007.         }
  3008.         $this->loadedDynamicParameters[$name] = true;
  3009.         return $this->dynamicParameters[$name] = $value;
  3010.     }
  3011.     protected function getDefaultParameters(): array
  3012.     {
  3013.         return [
  3014.             'kernel.project_dir' => \dirname(__DIR__4),
  3015.             'kernel.environment' => 'dev',
  3016.             'kernel.debug' => true,
  3017.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3018.             'kernel.bundles' => [
  3019.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3020.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3021.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3022.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3023.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3024.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3025.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3026.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3027.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3028.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3029.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3030.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3031.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3032.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3033.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3034.                 'CropperjsBundle' => 'Symfony\\UX\\Cropperjs\\CropperjsBundle',
  3035.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3036.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  3037.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  3038.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3039.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  3040.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  3041.             ],
  3042.             'kernel.bundles_metadata' => [
  3043.                 'FrameworkBundle' => [
  3044.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3045.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3046.                 ],
  3047.                 'SensioFrameworkExtraBundle' => [
  3048.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3049.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3050.                 ],
  3051.                 'TwigBundle' => [
  3052.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3053.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3054.                 ],
  3055.                 'WebProfilerBundle' => [
  3056.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3057.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3058.                 ],
  3059.                 'MonologBundle' => [
  3060.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3061.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3062.                 ],
  3063.                 'DebugBundle' => [
  3064.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3065.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3066.                 ],
  3067.                 'MakerBundle' => [
  3068.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3069.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3070.                 ],
  3071.                 'DoctrineBundle' => [
  3072.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3073.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3074.                 ],
  3075.                 'DoctrineMigrationsBundle' => [
  3076.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3077.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3078.                 ],
  3079.                 'SecurityBundle' => [
  3080.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3081.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3082.                 ],
  3083.                 'TwigExtraBundle' => [
  3084.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3085.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3086.                 ],
  3087.                 'EasyAdminBundle' => [
  3088.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3089.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3090.                 ],
  3091.                 'KnpMenuBundle' => [
  3092.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3093.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3094.                 ],
  3095.                 'WebpackEncoreBundle' => [
  3096.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3097.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3098.                 ],
  3099.                 'LiipImagineBundle' => [
  3100.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3101.                     'namespace' => 'Liip\\ImagineBundle',
  3102.                 ],
  3103.                 'CropperjsBundle' => [
  3104.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-cropperjs'),
  3105.                     'namespace' => 'Symfony\\UX\\Cropperjs',
  3106.                 ],
  3107.                 'SymfonyCastsResetPasswordBundle' => [
  3108.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3109.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3110.                 ],
  3111.                 'HttplugBundle' => [
  3112.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  3113.                     'namespace' => 'Http\\HttplugBundle',
  3114.                 ],
  3115.                 'HWIOAuthBundle' => [
  3116.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  3117.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  3118.                 ],
  3119.                 'SymfonyCastsVerifyEmailBundle' => [
  3120.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3121.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3122.                 ],
  3123.                 'SentryBundle' => [
  3124.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  3125.                     'namespace' => 'Sentry\\SentryBundle',
  3126.                 ],
  3127.                 'GregwarCaptchaBundle' => [
  3128.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  3129.                     'namespace' => 'Gregwar\\CaptchaBundle',
  3130.                 ],
  3131.             ],
  3132.             'kernel.charset' => 'UTF-8',
  3133.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3134.             'manager_email' => 'info@face2face.ru',
  3135.             'event_dispatcher.event_aliases' => [
  3136.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3137.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3138.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3139.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3140.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3141.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3142.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3143.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3144.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3145.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3146.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3147.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3148.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3149.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3150.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3151.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3152.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3153.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3154.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3155.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3156.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3157.             ],
  3158.             'fragment.renderer.hinclude.global_template' => NULL,
  3159.             'fragment.path' => '/_fragment',
  3160.             'kernel.http_method_override' => false,
  3161.             'kernel.trusted_hosts' => [
  3162.             ],
  3163.             'kernel.default_locale' => 'ru',
  3164.             'kernel.enabled_locales' => [
  3165.             ],
  3166.             'kernel.error_controller' => 'error_controller',
  3167.             'debug.file_link_format' => NULL,
  3168.             'asset.request_context.base_path' => NULL,
  3169.             'asset.request_context.secure' => NULL,
  3170.             'translator.logging' => false,
  3171.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3172.             'debug.error_handler.throw_at' => -1,
  3173.             'router.request_context.host' => 'localhost',
  3174.             'router.request_context.scheme' => 'http',
  3175.             'router.request_context.base_url' => '',
  3176.             'router.resource' => 'kernel::loadRoutes',
  3177.             'request_listener.http_port' => 80,
  3178.             'request_listener.https_port' => 443,
  3179.             'session.metadata.storage_key' => '_sf2_meta',
  3180.             'session.storage.options' => [
  3181.                 'cache_limiter' => '0',
  3182.                 'cookie_lifetime' => 172800,
  3183.                 'cookie_secure' => 'auto',
  3184.                 'cookie_httponly' => true,
  3185.                 'cookie_samesite' => 'lax',
  3186.                 'gc_probability' => 1,
  3187.             ],
  3188.             'session.save_path' => NULL,
  3189.             'session.metadata.update_threshold' => 0,
  3190.             'form.type_extension.csrf.enabled' => true,
  3191.             'form.type_extension.csrf.field_name' => '_token',
  3192.             'validator.translation_domain' => 'validators',
  3193.             'profiler_listener.only_exceptions' => false,
  3194.             'profiler_listener.only_main_requests' => false,
  3195.             'twig.form.resources' => [
  3196.                 => '@GregwarCaptcha/captcha.html.twig',
  3197.                 => 'form_div_layout.html.twig',
  3198.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3199.                 => 'form.html.twig',
  3200.             ],
  3201.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3202.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3203.             'web_profiler.debug_toolbar.mode' => 2,
  3204.             'monolog.use_microseconds' => true,
  3205.             'monolog.swift_mailer.handlers' => [
  3206.             ],
  3207.             'monolog.handlers_to_channels' => [
  3208.                 'monolog.handler.console' => [
  3209.                     'type' => 'exclusive',
  3210.                     'elements' => [
  3211.                         => 'event',
  3212.                         => 'doctrine',
  3213.                         => 'console',
  3214.                     ],
  3215.                 ],
  3216.                 'monolog.handler.main' => [
  3217.                     'type' => 'exclusive',
  3218.                     'elements' => [
  3219.                         => 'event',
  3220.                     ],
  3221.                 ],
  3222.             ],
  3223.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3224.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3225.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3226.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3227.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3228.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3229.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3230.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3231.             'doctrine.entity_managers' => [
  3232.                 'default' => 'doctrine.orm.default_entity_manager',
  3233.             ],
  3234.             'doctrine.default_entity_manager' => 'default',
  3235.             'doctrine.dbal.connection_factory.types' => [
  3236.                 'uuid' => [
  3237.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3238.                 ],
  3239.                 'ulid' => [
  3240.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3241.                 ],
  3242.             ],
  3243.             'doctrine.connections' => [
  3244.                 'default' => 'doctrine.dbal.default_connection',
  3245.             ],
  3246.             'doctrine.default_connection' => 'default',
  3247.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3248.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3249.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3250.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3251.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3252.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3253.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3254.             'doctrine.orm.cache.memcache_port' => 11211,
  3255.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3256.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3257.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3258.             'doctrine.orm.cache.memcached_port' => 11211,
  3259.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3260.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3261.             'doctrine.orm.cache.redis_host' => 'localhost',
  3262.             'doctrine.orm.cache.redis_port' => 6379,
  3263.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3264.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3265.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3266.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3267.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3268.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3269.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3270.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3271.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3272.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3273.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3274.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3275.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3276.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3277.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3278.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3279.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3280.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3281.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3282.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3283.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3284.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3285.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3286.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3287.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3288.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3289.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3290.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3291.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3292.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3293.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3294.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3295.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3296.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3297.             'doctrine.migrations.preferred_em' => NULL,
  3298.             'doctrine.migrations.preferred_connection' => NULL,
  3299.             'security.role_hierarchy.roles' => [
  3300.                 'ROLE_SPEAKER' => [
  3301.                     => 'ROLE_USER',
  3302.                 ],
  3303.                 'ROLE_MODERATOR' => [
  3304.                     => 'ROLE_USER',
  3305.                     => 'ROLE_SPEAKER',
  3306.                 ],
  3307.                 'ROLE_ADMIN' => [
  3308.                     => 'ROLE_MODERATOR',
  3309.                 ],
  3310.                 'ROLE_SUPERADMIN' => [
  3311.                     => 'ROLE_ADMIN',
  3312.                 ],
  3313.             ],
  3314.             'security.access.denied_url' => NULL,
  3315.             'security.authentication.manager.erase_credentials' => true,
  3316.             'security.authentication.session_strategy.strategy' => 'migrate',
  3317.             'security.access.always_authenticate_before_granting' => false,
  3318.             'security.authentication.hide_user_not_found' => true,
  3319.             'security.firewalls' => [
  3320.                 => 'dev',
  3321.                 => 'admin',
  3322.                 => 'main',
  3323.                 => 'image_resolver',
  3324.             ],
  3325.             'hwi_oauth.resource_ownermap.configured.main' => [
  3326.                 'yandex' => '/login/check-yandex',
  3327.                 'vkontakte' => '/login/check-vkontakte',
  3328.             ],
  3329.             'easyadmin.config' => [
  3330.             ],
  3331.             'knp_menu.renderer.list.options' => [
  3332.             ],
  3333.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3334.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3335.             'knp_menu.renderer.twig.options' => [
  3336.             ],
  3337.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3338.             'knp_menu.default_renderer' => 'twig',
  3339.             'liip_imagine.resolvers' => [
  3340.                 'default' => [
  3341.                     'web_path' => [
  3342.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3343.                         'cache_prefix' => 'media/cache',
  3344.                     ],
  3345.                 ],
  3346.             ],
  3347.             'liip_imagine.loaders' => [
  3348.                 'default' => [
  3349.                     'filesystem' => [
  3350.                         'locator' => 'filesystem',
  3351.                         'data_root' => [
  3352.                             => (\dirname(__DIR__4).'/public'),
  3353.                         ],
  3354.                         'allow_unresolvable_data_roots' => false,
  3355.                         'bundle_resources' => [
  3356.                             'enabled' => false,
  3357.                             'access_control_type' => 'blacklist',
  3358.                             'access_control_list' => [
  3359.                             ],
  3360.                         ],
  3361.                     ],
  3362.                 ],
  3363.             ],
  3364.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3365.             'liip_imagine.jpegoptim.stripAll' => true,
  3366.             'liip_imagine.jpegoptim.max' => NULL,
  3367.             'liip_imagine.jpegoptim.progressive' => true,
  3368.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3369.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3370.             'liip_imagine.optipng.level' => 7,
  3371.             'liip_imagine.optipng.stripAll' => true,
  3372.             'liip_imagine.optipng.tempDir' => NULL,
  3373.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3374.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3375.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3376.             'liip_imagine.cwebp.tempDir' => NULL,
  3377.             'liip_imagine.cwebp.q' => 75,
  3378.             'liip_imagine.cwebp.alphaQ' => 100,
  3379.             'liip_imagine.cwebp.m' => 4,
  3380.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3381.             'liip_imagine.cwebp.alphaMethod' => 1,
  3382.             'liip_imagine.cwebp.exact' => false,
  3383.             'liip_imagine.cwebp.metadata' => [
  3384.                 => 'none',
  3385.             ],
  3386.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3387.             'liip_imagine.cache.resolver.default' => 'default',
  3388.             'liip_imagine.default_image' => NULL,
  3389.             'liip_imagine.filter_sets' => [
  3390.                 'cache' => [
  3391.                     'quality' => 100,
  3392.                     'jpeg_quality' => NULL,
  3393.                     'png_compression_level' => NULL,
  3394.                     'png_compression_filter' => NULL,
  3395.                     'format' => NULL,
  3396.                     'animated' => false,
  3397.                     'cache' => NULL,
  3398.                     'data_loader' => NULL,
  3399.                     'default_image' => NULL,
  3400.                     'filters' => [
  3401.                     ],
  3402.                     'post_processors' => [
  3403.                     ],
  3404.                 ],
  3405.                 'avatar_small' => [
  3406.                     'quality' => 100,
  3407.                     'jpeg_quality' => NULL,
  3408.                     'png_compression_level' => NULL,
  3409.                     'png_compression_filter' => NULL,
  3410.                     'format' => NULL,
  3411.                     'animated' => false,
  3412.                     'cache' => NULL,
  3413.                     'data_loader' => NULL,
  3414.                     'default_image' => NULL,
  3415.                     'filters' => [
  3416.                         'thumbnail' => [
  3417.                             'size' => [
  3418.                                 => 38,
  3419.                                 => 38,
  3420.                             ],
  3421.                             'mode' => 'inset',
  3422.                         ],
  3423.                     ],
  3424.                     'post_processors' => [
  3425.                     ],
  3426.                 ],
  3427.                 'speaker_wide' => [
  3428.                     'quality' => 100,
  3429.                     'jpeg_quality' => NULL,
  3430.                     'png_compression_level' => NULL,
  3431.                     'png_compression_filter' => NULL,
  3432.                     'format' => NULL,
  3433.                     'animated' => false,
  3434.                     'cache' => NULL,
  3435.                     'data_loader' => NULL,
  3436.                     'default_image' => NULL,
  3437.                     'filters' => [
  3438.                         'thumbnail' => [
  3439.                             'size' => [
  3440.                                 => 742,
  3441.                                 => 630,
  3442.                             ],
  3443.                             'mode' => 'inset',
  3444.                         ],
  3445.                     ],
  3446.                     'post_processors' => [
  3447.                     ],
  3448.                 ],
  3449.                 'speaker_normal' => [
  3450.                     'quality' => 100,
  3451.                     'jpeg_quality' => NULL,
  3452.                     'png_compression_level' => NULL,
  3453.                     'png_compression_filter' => NULL,
  3454.                     'format' => NULL,
  3455.                     'animated' => false,
  3456.                     'cache' => NULL,
  3457.                     'data_loader' => NULL,
  3458.                     'default_image' => NULL,
  3459.                     'filters' => [
  3460.                         'thumbnail' => [
  3461.                             'size' => [
  3462.                                 => 355,
  3463.                                 => 630,
  3464.                             ],
  3465.                             'mode' => 'inset',
  3466.                         ],
  3467.                     ],
  3468.                     'post_processors' => [
  3469.                     ],
  3470.                 ],
  3471.                 'speaker_small' => [
  3472.                     'quality' => 100,
  3473.                     'jpeg_quality' => NULL,
  3474.                     'png_compression_level' => NULL,
  3475.                     'png_compression_filter' => NULL,
  3476.                     'format' => NULL,
  3477.                     'animated' => false,
  3478.                     'cache' => NULL,
  3479.                     'data_loader' => NULL,
  3480.                     'default_image' => NULL,
  3481.                     'filters' => [
  3482.                         'thumbnail' => [
  3483.                             'size' => [
  3484.                                 => 240,
  3485.                                 => 426,
  3486.                             ],
  3487.                             'mode' => 'inset',
  3488.                         ],
  3489.                     ],
  3490.                     'post_processors' => [
  3491.                     ],
  3492.                 ],
  3493.                 'speaker_background' => [
  3494.                     'quality' => 100,
  3495.                     'jpeg_quality' => NULL,
  3496.                     'png_compression_level' => NULL,
  3497.                     'png_compression_filter' => NULL,
  3498.                     'format' => NULL,
  3499.                     'animated' => false,
  3500.                     'cache' => NULL,
  3501.                     'data_loader' => NULL,
  3502.                     'default_image' => NULL,
  3503.                     'filters' => [
  3504.                         'thumbnail' => [
  3505.                             'size' => [
  3506.                                 => 1920,
  3507.                                 => 938,
  3508.                             ],
  3509.                             'mode' => 'inset',
  3510.                         ],
  3511.                     ],
  3512.                     'post_processors' => [
  3513.                     ],
  3514.                 ],
  3515.                 'speaker_avatar' => [
  3516.                     'quality' => 100,
  3517.                     'jpeg_quality' => NULL,
  3518.                     'png_compression_level' => NULL,
  3519.                     'png_compression_filter' => NULL,
  3520.                     'format' => NULL,
  3521.                     'animated' => false,
  3522.                     'cache' => NULL,
  3523.                     'data_loader' => NULL,
  3524.                     'default_image' => NULL,
  3525.                     'filters' => [
  3526.                         'thumbnail' => [
  3527.                             'size' => [
  3528.                                 => 240,
  3529.                                 => 240,
  3530.                             ],
  3531.                             'mode' => 'inset',
  3532.                         ],
  3533.                     ],
  3534.                     'post_processors' => [
  3535.                     ],
  3536.                 ],
  3537.                 'charity_normal' => [
  3538.                     'quality' => 100,
  3539.                     'jpeg_quality' => NULL,
  3540.                     'png_compression_level' => NULL,
  3541.                     'png_compression_filter' => NULL,
  3542.                     'format' => NULL,
  3543.                     'animated' => false,
  3544.                     'cache' => NULL,
  3545.                     'data_loader' => NULL,
  3546.                     'default_image' => NULL,
  3547.                     'filters' => [
  3548.                         'thumbnail' => [
  3549.                             'size' => [
  3550.                                 => 195,
  3551.                                 => 110,
  3552.                             ],
  3553.                             'mode' => 'inset',
  3554.                         ],
  3555.                     ],
  3556.                     'post_processors' => [
  3557.                     ],
  3558.                 ],
  3559.                 'video_course_normal' => [
  3560.                     'quality' => 100,
  3561.                     'jpeg_quality' => NULL,
  3562.                     'png_compression_level' => NULL,
  3563.                     'png_compression_filter' => NULL,
  3564.                     'format' => NULL,
  3565.                     'animated' => false,
  3566.                     'cache' => NULL,
  3567.                     'data_loader' => NULL,
  3568.                     'default_image' => NULL,
  3569.                     'filters' => [
  3570.                         'thumbnail' => [
  3571.                             'size' => [
  3572.                                 => 640,
  3573.                                 => 360,
  3574.                             ],
  3575.                             'mode' => 'inset',
  3576.                         ],
  3577.                     ],
  3578.                     'post_processors' => [
  3579.                     ],
  3580.                 ],
  3581.                 'news_normal' => [
  3582.                     'quality' => 100,
  3583.                     'jpeg_quality' => NULL,
  3584.                     'png_compression_level' => NULL,
  3585.                     'png_compression_filter' => NULL,
  3586.                     'format' => NULL,
  3587.                     'animated' => false,
  3588.                     'cache' => NULL,
  3589.                     'data_loader' => NULL,
  3590.                     'default_image' => NULL,
  3591.                     'filters' => [
  3592.                         'thumbnail' => [
  3593.                             'size' => [
  3594.                                 => 1055,
  3595.                                 => 592,
  3596.                             ],
  3597.                             'mode' => 'inset',
  3598.                         ],
  3599.                     ],
  3600.                     'post_processors' => [
  3601.                     ],
  3602.                 ],
  3603.             ],
  3604.             'liip_imagine.binary.loader.default' => 'default',
  3605.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3606.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3607.             'liip_imagine.webp.generate' => false,
  3608.             'liip_imagine.webp.options' => [
  3609.                 'quality' => 100,
  3610.                 'cache' => NULL,
  3611.                 'data_loader' => NULL,
  3612.                 'post_processors' => [
  3613.                 ],
  3614.             ],
  3615.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  3616.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  3617.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  3618.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  3619.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  3620.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  3621.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  3622.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  3623.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  3624.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  3625.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  3626.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  3627.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  3628.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  3629.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  3630.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  3631.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  3632.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  3633.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  3634.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  3635.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  3636.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  3637.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  3638.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  3639.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  3640.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  3641.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  3642.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  3643.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  3644.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  3645.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  3646.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  3647.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  3648.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  3649.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  3650.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  3651.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  3652.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  3653.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  3654.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  3655.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  3656.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  3657.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  3658.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  3659.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  3660.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  3661.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  3662.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  3663.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  3664.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  3665.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  3666.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  3667.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  3668.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  3669.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  3670.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  3671.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  3672.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  3673.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  3674.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  3675.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  3676.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  3677.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  3678.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  3679.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  3680.             'hwi_oauth.firewall_names' => [
  3681.                 => 'main',
  3682.             ],
  3683.             'hwi_oauth.target_path_parameter' => NULL,
  3684.             'hwi_oauth.target_path_domains_whitelist' => [
  3685.             ],
  3686.             'hwi_oauth.use_referer' => false,
  3687.             'hwi_oauth.failed_use_referer' => false,
  3688.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  3689.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  3690.             'hwi_oauth.resource_owners' => [
  3691.                 'yandex' => 'yandex',
  3692.                 'vkontakte' => 'vkontakte',
  3693.             ],
  3694.             'hwi_oauth.connect.confirmation' => false,
  3695.             'hwi_oauth.fosub_enabled' => false,
  3696.             'hwi_oauth.connect' => false,
  3697.             'env(SENTRY_RELEASE)' => 'dev-develop@491c80f',
  3698.             'sentry.tracing.enabled' => true,
  3699.             'sentry.tracing.dbal.enabled' => true,
  3700.             'sentry.tracing.dbal.connections' => [
  3701.             ],
  3702.             'sentry.tracing.cache.enabled' => true,
  3703.             'sentry.tracing.http_client.enabled' => true,
  3704.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  3705.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  3706.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  3707.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  3708.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  3709.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  3710.             'gregwar_captcha.config' => [
  3711.                 'width' => 200,
  3712.                 'height' => 50,
  3713.                 'length' => 6,
  3714.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  3715.                 'keep_value' => false,
  3716.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  3717.                 'as_file' => false,
  3718.                 'as_url' => false,
  3719.                 'reload' => false,
  3720.                 'image_folder' => 'captcha',
  3721.                 'web_path' => (\dirname(__DIR__4).'/public'),
  3722.                 'gc_freq' => 100,
  3723.                 'expiration' => 60,
  3724.                 'quality' => 50,
  3725.                 'invalid_message' => 'Bad code value',
  3726.                 'bypass_code' => NULL,
  3727.                 'whitelist_key' => 'captcha_whitelist_key',
  3728.                 'humanity' => 0,
  3729.                 'distortion' => true,
  3730.                 'max_front_lines' => NULL,
  3731.                 'max_behind_lines' => NULL,
  3732.                 'interpolation' => true,
  3733.                 'text_color' => [
  3734.                 ],
  3735.                 'background_color' => [
  3736.                 ],
  3737.                 'background_images' => [
  3738.                 ],
  3739.                 'disabled' => false,
  3740.                 'ignore_all_effects' => false,
  3741.                 'session_key' => 'captcha',
  3742.             ],
  3743.             'gregwar_captcha.config.image_folder' => 'captcha',
  3744.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  3745.             'gregwar_captcha.config.gc_freq' => 100,
  3746.             'gregwar_captcha.config.expiration' => 60,
  3747.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  3748.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3749.             'data_collector.templates' => [
  3750.                 'data_collector.request' => [
  3751.                     => 'request',
  3752.                     => '@WebProfiler/Collector/request.html.twig',
  3753.                 ],
  3754.                 'data_collector.time' => [
  3755.                     => 'time',
  3756.                     => '@WebProfiler/Collector/time.html.twig',
  3757.                 ],
  3758.                 'data_collector.memory' => [
  3759.                     => 'memory',
  3760.                     => '@WebProfiler/Collector/memory.html.twig',
  3761.                 ],
  3762.                 'data_collector.validator' => [
  3763.                     => 'validator',
  3764.                     => '@WebProfiler/Collector/validator.html.twig',
  3765.                 ],
  3766.                 'data_collector.ajax' => [
  3767.                     => 'ajax',
  3768.                     => '@WebProfiler/Collector/ajax.html.twig',
  3769.                 ],
  3770.                 'data_collector.form' => [
  3771.                     => 'form',
  3772.                     => '@WebProfiler/Collector/form.html.twig',
  3773.                 ],
  3774.                 'data_collector.exception' => [
  3775.                     => 'exception',
  3776.                     => '@WebProfiler/Collector/exception.html.twig',
  3777.                 ],
  3778.                 'data_collector.logger' => [
  3779.                     => 'logger',
  3780.                     => '@WebProfiler/Collector/logger.html.twig',
  3781.                 ],
  3782.                 'data_collector.events' => [
  3783.                     => 'events',
  3784.                     => '@WebProfiler/Collector/events.html.twig',
  3785.                 ],
  3786.                 'data_collector.router' => [
  3787.                     => 'router',
  3788.                     => '@WebProfiler/Collector/router.html.twig',
  3789.                 ],
  3790.                 'data_collector.cache' => [
  3791.                     => 'cache',
  3792.                     => '@WebProfiler/Collector/cache.html.twig',
  3793.                 ],
  3794.                 'data_collector.translation' => [
  3795.                     => 'translation',
  3796.                     => '@WebProfiler/Collector/translation.html.twig',
  3797.                 ],
  3798.                 'data_collector.security' => [
  3799.                     => 'security',
  3800.                     => '@Security/Collector/security.html.twig',
  3801.                 ],
  3802.                 'data_collector.twig' => [
  3803.                     => 'twig',
  3804.                     => '@WebProfiler/Collector/twig.html.twig',
  3805.                 ],
  3806.                 'data_collector.http_client' => [
  3807.                     => 'http_client',
  3808.                     => '@WebProfiler/Collector/http_client.html.twig',
  3809.                 ],
  3810.                 'data_collector.doctrine' => [
  3811.                     => 'db',
  3812.                     => '@Doctrine/Collector/db.html.twig',
  3813.                 ],
  3814.                 'doctrine_migrations.migrations_collector' => [
  3815.                     => 'doctrine_migrations',
  3816.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3817.                 ],
  3818.                 'data_collector.dump' => [
  3819.                     => 'dump',
  3820.                     => '@Debug/Profiler/dump.html.twig',
  3821.                 ],
  3822.                 'httplug.collector.collector' => [
  3823.                     => 'httplug',
  3824.                     => '@Httplug/webprofiler.html.twig',
  3825.                 ],
  3826.                 'mailer.data_collector' => [
  3827.                     => 'mailer',
  3828.                     => '@WebProfiler/Collector/mailer.html.twig',
  3829.                 ],
  3830.                 'notifier.data_collector' => [
  3831.                     => 'notifier',
  3832.                     => '@WebProfiler/Collector/notifier.html.twig',
  3833.                 ],
  3834.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3835.                     => 'easyadmin',
  3836.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3837.                 ],
  3838.                 'data_collector.config' => [
  3839.                     => 'config',
  3840.                     => '@WebProfiler/Collector/config.html.twig',
  3841.                 ],
  3842.             ],
  3843.             'console.command.ids' => [
  3844.             ],
  3845.         ];
  3846.     }
  3847.     protected function throw($message)
  3848.     {
  3849.         throw new RuntimeException($message);
  3850.     }
  3851. }