var/cache/dev/ContainerOufP0yq/App_KernelDevDebugContainer.php line 485

Open in your IDE?
  1. <?php
  2. namespace ContainerOufP0yq;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'filesystem' => 'getFilesystemService',
  55.             'serializer' => 'getSerializerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'twig' => 'getTwigService',
  61.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62.             'security.token_storage' => 'getSecurity_TokenStorageService',
  63.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64.             'session' => 'getSessionService',
  65.             'validator' => 'getValidatorService',
  66.         ];
  67.         $this->fileMap = [
  68.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  74.             '.container.private.session' => 'get_Container_Private_SessionService',
  75.             'App\\Controller\\Admin\\BotCrudController' => 'getBotCrudControllerService',
  76.             'App\\Controller\\Admin\\ClientCrudController' => 'getClientCrudControllerService',
  77.             'App\\Controller\\Admin\\CommandCrudController' => 'getCommandCrudControllerService',
  78.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  79.             'App\\Controller\\Admin\\MailTemplateCrudController' => 'getMailTemplateCrudControllerService',
  80.             'App\\Controller\\Admin\\OfficeCrudController' => 'getOfficeCrudControllerService',
  81.             'App\\Controller\\Admin\\RoleCrudController' => 'getRoleCrudControllerService',
  82.             'App\\Controller\\Admin\\TransactionCrudController' => 'getTransactionCrudControllerService',
  83.             'App\\Controller\\Admin\\TypeGroupCrudController' => 'getTypeGroupCrudControllerService',
  84.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  85.             'App\\Controller\\MainController' => 'getMainControllerService',
  86.             'App\\Controller\\ProjectUtilsController' => 'getProjectUtilsControllerService',
  87.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  88.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  89.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  90.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  91.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  92.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  93.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  94.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  95.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  96.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  97.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  98.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  99.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  100.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  101.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  102.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  103.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  104.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  105.             'cache.app_clearer' => 'getCache_AppClearerService',
  106.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  107.             'cache.system_clearer' => 'getCache_SystemClearerService',
  108.             'cache_warmer' => 'getCacheWarmerService',
  109.             'console.command_loader' => 'getConsole_CommandLoaderService',
  110.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  111.             'error_controller' => 'getErrorControllerService',
  112.             'routing.loader' => 'getRouting_LoaderService',
  113.             'services_resetter' => 'getServicesResetterService',
  114.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  115.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  116.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  117.         ];
  118.         $this->aliases = [
  119.             'App\\Kernel' => 'kernel',
  120.             'database_connection' => 'doctrine.dbal.default_connection',
  121.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  122.         ];
  123.         $this->privates['service_container'] = function () {
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  130.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  160.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  167.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  263.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  266.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  270.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  273.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  282.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  283.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  288.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  289.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  361.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  362.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  363.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  367.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  368.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  374.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  375.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  416.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  461.         };
  462.     }
  463.     public function compile(): void
  464.     {
  465.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  466.     }
  467.     public function isCompiled(): bool
  468.     {
  469.         return true;
  470.     }
  471.     public function getRemovedIds(): array
  472.     {
  473.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  474.     }
  475.     protected function load($file$lazyLoad true)
  476.     {
  477.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  478.             return $class::do($this$lazyLoad);
  479.         }
  480.         if ('.' === $file[-4]) {
  481.             $class substr($class0, -4);
  482.         } else {
  483.             $file .= '.php';
  484.         }
  485.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  486.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  487.     }
  488.     protected function createProxy($class\Closure $factory)
  489.     {
  490.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  491.         return $factory();
  492.     }
  493.     /**
  494.      * Gets the public '.container.private.profiler' shared service.
  495.      *
  496.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  497.      */
  498.     protected function get_Container_Private_ProfilerService()
  499.     {
  500.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  501.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  502.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  503.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  504.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  505.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  506.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  507.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  508.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  509.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  510.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  511.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  512.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  513.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  514.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  515.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  516.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  517.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  518.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  519.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  520.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  521.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  522.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  523.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  524.         if ($this->has('kernel')) {
  525.             $g->setKernel($b);
  526.         }
  527.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  528.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  530.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  531.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  532.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  534.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  535.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  536.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  537.         $instance->add($d);
  538.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  539.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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));
  540.         $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())));
  541.         $instance->add($e);
  542.         $instance->add($f);
  543.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  544.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  545.         $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()))));
  546.         $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()))));
  547.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  548.         $instance->add($g);
  549.         return $instance;
  550.     }
  551.     /**
  552.      * Gets the public '.container.private.security.authorization_checker' shared service.
  553.      *
  554.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  555.      */
  556.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  557.     {
  558.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  559.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  560.             return $this->services['.container.private.security.authorization_checker'];
  561.         }
  562.         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);
  563.     }
  564.     /**
  565.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  566.      *
  567.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  568.      */
  569.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  570.     {
  571.         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())));
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.security.token_storage' shared service.
  575.      *
  576.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  577.      */
  578.     protected function get_Container_Private_Security_TokenStorageService()
  579.     {
  580.         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, [
  581.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  582.         ], [
  583.             'request_stack' => '?',
  584.         ]));
  585.     }
  586.     /**
  587.      * Gets the public '.container.private.twig' shared service.
  588.      *
  589.      * @return \Twig\Environment
  590.      */
  591.     protected function get_Container_Private_TwigService()
  592.     {
  593.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  594.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  595.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  596.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  597.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  598.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  599.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  600.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  601.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  602.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  603.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  604.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  605.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  606.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  607.         $a->addPath((\dirname(__DIR__4).'/templates'));
  608.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  609.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  610.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  611.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  612.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  613.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  614.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  615.         $e = ($this->services['router'] ?? $this->getRouterService());
  616.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  617.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  618.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  619.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  620.         $i = new \Symfony\Bridge\Twig\AppVariable();
  621.         $i->setEnvironment('dev');
  622.         $i->setDebug(true);
  623.         if ($this->has('.container.private.security.token_storage')) {
  624.             $i->setTokenStorage($g);
  625.         }
  626.         if ($this->has('request_stack')) {
  627.             $i->setRequestStack($f);
  628.         }
  629.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  630.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  631.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  632.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  633.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  634.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  635.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  636.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  637.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  638.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  639.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  640.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  641.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  642.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  643.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  644.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  645.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  646.         $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()), $g)));
  647.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  648.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  649.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  650.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  651.         ], [
  652.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  653.         ])));
  654.         $instance->addGlobal('app'$i);
  655.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  656.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  657.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  658.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  659.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  660.         ], [
  661.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  662.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  663.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  664.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  665.         ])));
  666.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  667.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  668.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  669.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  670.         return $instance;
  671.     }
  672.     /**
  673.      * Gets the public '.container.private.validator' shared service.
  674.      *
  675.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  676.      */
  677.     protected function get_Container_Private_ValidatorService()
  678.     {
  679.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  680.         if (isset($this->services['.container.private.validator'])) {
  681.             return $this->services['.container.private.validator'];
  682.         }
  683.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  684.     }
  685.     /**
  686.      * Gets the public 'cache.app' shared service.
  687.      *
  688.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  689.      */
  690.     protected function getCache_AppService()
  691.     {
  692.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jkagtVfiEY'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  693.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  694.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  695.     }
  696.     /**
  697.      * Gets the public 'cache.system' shared service.
  698.      *
  699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  700.      */
  701.     protected function getCache_SystemService()
  702.     {
  703.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dKBCgBFFfF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  704.     }
  705.     /**
  706.      * Gets the public 'cache.validator_expression_language' shared service.
  707.      *
  708.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  709.      */
  710.     protected function getCache_ValidatorExpressionLanguageService()
  711.     {
  712.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0dLVwfNN-x'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  713.     }
  714.     /**
  715.      * Gets the public 'data_collector.dump' shared service.
  716.      *
  717.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  718.      */
  719.     protected function getDataCollector_DumpService()
  720.     {
  721.         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()));
  722.     }
  723.     /**
  724.      * Gets the public 'doctrine' shared service.
  725.      *
  726.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  727.      */
  728.     protected function getDoctrineService()
  729.     {
  730.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  731.     }
  732.     /**
  733.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  734.      *
  735.      * @return \Doctrine\DBAL\Connection
  736.      */
  737.     protected function getDoctrine_Dbal_DefaultConnectionService()
  738.     {
  739.         $a = new \Doctrine\DBAL\Configuration();
  740.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  741.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  742.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  743.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  744.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  745.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  746.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'true],
  747.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'true],
  748.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'true],
  749.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'true],
  750.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'true],
  751.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'true],
  752.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'true],
  753.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'true],
  754.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  755.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  756.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  757.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  758.         ], [
  759.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  760.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  761.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  762.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  763.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  764.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  765.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  766.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  767.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  768.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  769.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  770.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  771.         ]), [=> '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'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'11 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  772.     }
  773.     /**
  774.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  775.      *
  776.      * @return \Doctrine\ORM\EntityManager
  777.      */
  778.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  779.     {
  780.         if ($lazyLoad) {
  781.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  782.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  783.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  784.                     $proxy->setProxyInitializer(null);
  785.                     return true;
  786.                 });
  787.             });
  788.         }
  789.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  790.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  791.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  792.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  793.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  794.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  795.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  796.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  797.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  798.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  804.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  805.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  806.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  807.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  808.         $a = new \Doctrine\ORM\Configuration();
  809.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  810.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  811.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  812.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  813.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  814.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  815.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  816.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  817.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  818.         ], [
  819.             'doctrine.ulid_generator' => '?',
  820.             'doctrine.uuid_generator' => '?',
  821.         ])));
  822.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  823.         $a->setProxyNamespace('Proxies');
  824.         $a->setAutoGenerateProxyClasses(true);
  825.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  826.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  827.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  828.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  829.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  830.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  831.             'App\\Repository\\BotRepository' => ['privates''App\\Repository\\BotRepository''getBotRepositoryService'true],
  832.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService'true],
  833.             'App\\Repository\\CommandPermissionRepository' => ['privates''App\\Repository\\CommandPermissionRepository''getCommandPermissionRepositoryService'true],
  834.             'App\\Repository\\CommandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'true],
  835.             'App\\Repository\\DraftRepository' => ['privates''App\\Repository\\DraftRepository''getDraftRepositoryService'true],
  836.             'App\\Repository\\LogMessageRepository' => ['privates''App\\Repository\\LogMessageRepository''getLogMessageRepositoryService'true],
  837.             'App\\Repository\\MailTemplateRepository' => ['privates''App\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  838.             'App\\Repository\\OfficeRepository' => ['privates''App\\Repository\\OfficeRepository''getOfficeRepositoryService'true],
  839.             'App\\Repository\\ReportRepository' => ['privates''App\\Repository\\ReportRepository''getReportRepositoryService'true],
  840.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'true],
  841.             'App\\Repository\\SalaryScheduleRepository' => ['privates''App\\Repository\\SalaryScheduleRepository''getSalaryScheduleRepositoryService'true],
  842.             'App\\Repository\\TransactionRepository' => ['privates''App\\Repository\\TransactionRepository''getTransactionRepositoryService'true],
  843.             'App\\Repository\\TypeGroupRepository' => ['privates''App\\Repository\\TypeGroupRepository''getTypeGroupRepositoryService'true],
  844.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  845.         ], [
  846.             'App\\Repository\\BotRepository' => '?',
  847.             'App\\Repository\\ClientRepository' => '?',
  848.             'App\\Repository\\CommandPermissionRepository' => '?',
  849.             'App\\Repository\\CommandRepository' => '?',
  850.             'App\\Repository\\DraftRepository' => '?',
  851.             'App\\Repository\\LogMessageRepository' => '?',
  852.             'App\\Repository\\MailTemplateRepository' => '?',
  853.             'App\\Repository\\OfficeRepository' => '?',
  854.             'App\\Repository\\ReportRepository' => '?',
  855.             'App\\Repository\\RoleRepository' => '?',
  856.             'App\\Repository\\SalaryScheduleRepository' => '?',
  857.             'App\\Repository\\TransactionRepository' => '?',
  858.             'App\\Repository\\TypeGroupRepository' => '?',
  859.             'App\\Repository\\UserRepository' => '?',
  860.         ])));
  861.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  862.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  863.         return $instance;
  864.     }
  865.     /**
  866.      * Gets the public 'event_dispatcher' shared service.
  867.      *
  868.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  869.      */
  870.     protected function getEventDispatcherService()
  871.     {
  872.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  873.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  874.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  875.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  876.         $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())));
  877.         $instance->addListener('kernel.controller', [=> function () {
  878.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  879.         }, => 'onKernelController'], 0);
  880.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  881.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  882.         }, => 'checkPassport'], 1024);
  883.         $instance->addListener('kernel.response', [=> function () {
  884.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  885.         }, => 'onKernelResponse'], 0);
  886.         $instance->addListener('kernel.exception', [=> function () {
  887.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  888.         }, => 'onKernelException'], -64);
  889.         $instance->addListener('kernel.view', [=> function () {
  890.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  891.         }, => 'onKernelView'], 0);
  892.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityBuiltEvent', [=> function () {
  893.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  894.         }, => 'afterEntityBuilt'], 0);
  895.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityDeletedEvent', [=> function () {
  896.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  897.         }, => 'afterEntityDeleted'], 0);
  898.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityPersistedEvent', [=> function () {
  899.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  900.         }, => 'afterEntityPersisted'], 0);
  901.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  902.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  903.         }, => 'afterEntityUpdated'], 0);
  904.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityDeletedEvent', [=> function () {
  905.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  906.         }, => 'beforeEntityDeleted'], 0);
  907.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  908.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  909.         }, => 'beforeEntityPersisted'], 0);
  910.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  911.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  912.         }, => 'beforeEntityUpdated'], 0);
  913.         $instance->addListener('kernel.response', [=> function () {
  914.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  915.         }, => 'onKernelResponse'], 0);
  916.         $instance->addListener('kernel.response', [=> function () {
  917.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  918.         }, => 'onKernelResponse'], -1024);
  919.         $instance->addListener('kernel.request', [=> function () {
  920.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  921.         }, => 'setDefaultLocale'], 100);
  922.         $instance->addListener('kernel.request', [=> function () {
  923.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  924.         }, => 'onKernelRequest'], 16);
  925.         $instance->addListener('kernel.finish_request', [=> function () {
  926.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  927.         }, => 'onKernelFinishRequest'], 0);
  928.         $instance->addListener('kernel.request', [=> function () {
  929.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  930.         }, => 'onKernelRequest'], 256);
  931.         $instance->addListener('kernel.response', [=> function () {
  932.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  933.         }, => 'onResponse'], -255);
  934.         $instance->addListener('kernel.controller_arguments', [=> function () {
  935.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  936.         }, => 'onControllerArguments'], 0);
  937.         $instance->addListener('kernel.exception', [=> function () {
  938.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  939.         }, => 'logKernelException'], 0);
  940.         $instance->addListener('kernel.exception', [=> function () {
  941.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  942.         }, => 'onKernelException'], -128);
  943.         $instance->addListener('kernel.response', [=> function () {
  944.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  945.         }, => 'removeCspHeader'], -128);
  946.         $instance->addListener('kernel.request', [=> function () {
  947.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  948.         }, => 'onKernelRequest'], 15);
  949.         $instance->addListener('kernel.finish_request', [=> function () {
  950.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  951.         }, => 'onKernelFinishRequest'], -15);
  952.         $instance->addListener('console.error', [=> function () {
  953.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  954.         }, => 'onConsoleError'], -128);
  955.         $instance->addListener('console.terminate', [=> function () {
  956.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  957.         }, => 'onConsoleTerminate'], -128);
  958.         $instance->addListener('console.error', [=> function () {
  959.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  960.         }, => 'onConsoleError'], 0);
  961.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  962.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  963.         }, => 'onMessage'], -255);
  964.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  965.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  966.         }, => 'onMessage'], -255);
  967.         $instance->addListener('kernel.request', [=> function () {
  968.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  969.         }, => 'configure'], 2048);
  970.         $instance->addListener('console.command', [=> function () {
  971.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  972.         }, => 'configure'], 2048);
  973.         $instance->addListener('kernel.request', [=> function () {
  974.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  975.         }, => 'onKernelRequest'], 32);
  976.         $instance->addListener('kernel.finish_request', [=> function () {
  977.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  978.         }, => 'onKernelFinishRequest'], 0);
  979.         $instance->addListener('kernel.exception', [=> function () {
  980.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  981.         }, => 'onKernelException'], -64);
  982.         $instance->addListener('kernel.response', [=> function () {
  983.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  984.         }, => 'onKernelResponse'], 0);
  985.         $instance->addListener('kernel.request', [=> function () {
  986.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  987.         }, => 'onKernelRequest'], 128);
  988.         $instance->addListener('kernel.response', [=> function () {
  989.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  990.         }, => 'onKernelResponse'], -1000);
  991.         $instance->addListener('kernel.finish_request', [=> function () {
  992.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  993.         }, => 'onFinishRequest'], 0);
  994.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  995.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  996.         }, => 'onNotification'], -255);
  997.         $instance->addListener('kernel.response', [=> function () {
  998.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  999.         }, => 'onKernelResponse'], -100);
  1000.         $instance->addListener('kernel.exception', [=> function () {
  1001.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1002.         }, => 'onKernelException'], 0);
  1003.         $instance->addListener('kernel.terminate', [=> function () {
  1004.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1005.         }, => 'onKernelTerminate'], -1024);
  1006.         $instance->addListener('kernel.controller', [=> function () {
  1007.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1008.         }, => 'onKernelController'], 0);
  1009.         $instance->addListener('kernel.response', [=> function () {
  1010.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1011.         }, => 'onKernelResponse'], 0);
  1012.         $instance->addListener('kernel.controller', [=> function () {
  1013.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1014.         }, => 'onKernelController'], 0);
  1015.         $instance->addListener('kernel.controller', [=> function () {
  1016.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1017.         }, => 'onKernelController'], 0);
  1018.         $instance->addListener('kernel.controller', [=> function () {
  1019.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1020.         }, => 'onKernelController'], -128);
  1021.         $instance->addListener('kernel.view', [=> function () {
  1022.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1023.         }, => 'onKernelView'], 0);
  1024.         $instance->addListener('kernel.controller', [=> function () {
  1025.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1026.         }, => 'onKernelController'], 0);
  1027.         $instance->addListener('kernel.response', [=> function () {
  1028.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1029.         }, => 'onKernelResponse'], 0);
  1030.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1031.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1032.         }, => 'onKernelControllerArguments'], 0);
  1033.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1034.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1035.         }, => 'onKernelControllerArguments'], 0);
  1036.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1037.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1038.         }, => 'onMessage'], 0);
  1039.         $instance->addListener('kernel.response', [=> function () {
  1040.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1041.         }, => 'onKernelResponse'], -128);
  1042.         $instance->addListener('console.command', [=> function () {
  1043.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1044.         }, => 'onCommand'], 255);
  1045.         $instance->addListener('console.terminate', [=> function () {
  1046.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1047.         }, => 'onTerminate'], -255);
  1048.         $instance->addListener('console.command', [=> function () {
  1049.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1050.         }, => 'configure'], 1024);
  1051.         $instance->addListener('console.error', [=> function () {
  1052.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1053.         }, => 'onConsoleError'], 0);
  1054.         $instance->addListener('console.terminate', [=> function () {
  1055.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1056.         }, => 'onConsoleTerminate'], 0);
  1057.         $instance->addListener('kernel.response', [=> function () {
  1058.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1059.         }, => 'onKernelResponse'], 0);
  1060.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1061.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1062.         }, => 'checkPassport'], 0);
  1063.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1064.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1065.         }, => 'onLoginSuccess'], 0);
  1066.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1067.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1068.         }, => 'onVoterVote'], 0);
  1069.         $instance->addListener('kernel.request', [=> function () {
  1070.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1071.         }, => 'configureLogoutUrlGenerator'], 8);
  1072.         $instance->addListener('kernel.request', [=> function () {
  1073.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1074.         }, => 'onKernelRequest'], 8);
  1075.         $instance->addListener('kernel.finish_request', [=> function () {
  1076.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1077.         }, => 'onKernelFinishRequest'], 0);
  1078.         $instance->addListener('kernel.request', [=> function () {
  1079.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1080.         }, => 'handleLegacyEaContext'], 10);
  1081.         $instance->addListener('kernel.request', [=> function () {
  1082.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1083.         }, => 'onKernelRequest'], 0);
  1084.         $instance->addListener('kernel.controller', [=> function () {
  1085.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1086.         }, => 'onKernelController'], 128);
  1087.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1088.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1089.         }, => 'checkPassport'], 512);
  1090.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1091.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1092.         }, => 'onLogout'], 0);
  1093.         return $instance;
  1094.     }
  1095.     /**
  1096.      * Gets the public 'http_kernel' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1099.      */
  1100.     protected function getHttpKernelService()
  1101.     {
  1102.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1103.         if (isset($this->services['http_kernel'])) {
  1104.             return $this->services['http_kernel'];
  1105.         }
  1106.         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 () {
  1107.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1108.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1109.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1110.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1111.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1112.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1113.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1114.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1115.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1116.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1117.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1118.     }
  1119.     /**
  1120.      * Gets the public 'monolog.logger.deprecation' shared service.
  1121.      *
  1122.      * @return \Symfony\Bridge\Monolog\Logger
  1123.      */
  1124.     protected function getMonolog_Logger_DeprecationService()
  1125.     {
  1126.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1127.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1128.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1129.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1130.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1131.         return $instance;
  1132.     }
  1133.     /**
  1134.      * Gets the public 'request_stack' shared service.
  1135.      *
  1136.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1137.      */
  1138.     protected function getRequestStackService()
  1139.     {
  1140.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1141.     }
  1142.     /**
  1143.      * Gets the public 'router' shared service.
  1144.      *
  1145.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1146.      */
  1147.     protected function getRouterService()
  1148.     {
  1149.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1150.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1151.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1152.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1154.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1155.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1156.         ], [
  1157.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1158.         ]))->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');
  1159.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1160.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1161.         return $instance;
  1162.     }
  1163.     /**
  1164.      * Gets the public 'translator' shared service.
  1165.      *
  1166.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1167.      */
  1168.     protected function getTranslatorService()
  1169.     {
  1170.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1171.     }
  1172.     /**
  1173.      * Gets the public 'var_dumper.cloner' shared service.
  1174.      *
  1175.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1176.      */
  1177.     protected function getVarDumper_ClonerService()
  1178.     {
  1179.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1180.         $instance->setMaxItems(2500);
  1181.         $instance->setMinDepth(1);
  1182.         $instance->setMaxString(-1);
  1183.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1184.         return $instance;
  1185.     }
  1186.     /**
  1187.      * Gets the private '.debug.http_client' shared service.
  1188.      *
  1189.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1190.      */
  1191.     protected function get_Debug_HttpClientService()
  1192.     {
  1193.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1194.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1195.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1196.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1197.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1198.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1199.         $a->setLogger($b);
  1200.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1201.     }
  1202.     /**
  1203.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1204.      *
  1205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1206.      */
  1207.     protected function get_ServiceLocator_ZJyh7qSService()
  1208.     {
  1209.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1210.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1211.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1212.         ], [
  1213.             'security.firewall.map.context.dev' => '?',
  1214.             'security.firewall.map.context.main' => '?',
  1215.         ]);
  1216.     }
  1217.     /**
  1218.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1219.      *
  1220.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1221.      */
  1222.     protected function getAdminRouterSubscriberService()
  1223.     {
  1224.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1225.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1226.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1227.         }
  1228.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1229.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1230.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1231.         }
  1232.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1233.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1234.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1235.         }
  1236.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1237.         $e = ($this->services['router'] ?? $this->getRouterService());
  1238.         $f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1239.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$d, ($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()), $a$d$e, ($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())), $f$b), ($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']))), $f, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $e$e$c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1240.     }
  1241.     /**
  1242.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1243.      *
  1244.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1245.      */
  1246.     protected function getActionFactoryService()
  1247.     {
  1248.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1249.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'])) {
  1250.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'];
  1251.         }
  1252.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($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()));
  1253.     }
  1254.     /**
  1255.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1256.      *
  1257.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1258.      */
  1259.     protected function getControllerFactoryService()
  1260.     {
  1261.         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()));
  1262.     }
  1263.     /**
  1264.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1265.      *
  1266.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1267.      */
  1268.     protected function getEntityFactoryService()
  1269.     {
  1270.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1271.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1272.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1273.         }
  1274.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
  1275.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1276.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1277.         }
  1278.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1279.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1280.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1281.         }
  1282.         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()), $a, new RewindableGenerator(function () {
  1283.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1284.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1285.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1286.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1287.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1288.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1289.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1290.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1291.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1292.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1293.             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()));
  1294.             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()));
  1295.             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()));
  1296.             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))));
  1297.             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()));
  1298.             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()));
  1299.             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()));
  1300.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1301.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1302.             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()));
  1303.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1304.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1305.             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()));
  1306.             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()));
  1307.             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()));
  1308.             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()));
  1309.             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()));
  1310.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1311.         }, 28)), $b$a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $c);
  1312.     }
  1313.     /**
  1314.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1315.      *
  1316.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1317.      */
  1318.     protected function getAdminContextProviderService()
  1319.     {
  1320.         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())));
  1321.     }
  1322.     /**
  1323.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1324.      *
  1325.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1326.      */
  1327.     protected function getCrudControllerRegistryService()
  1328.     {
  1329.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\BotCrudController'=> 'App\\Controller\\Admin\\ClientCrudController'=> 'App\\Controller\\Admin\\CommandCrudController'=> 'App\\Controller\\Admin\\MailTemplateCrudController'=> 'App\\Controller\\Admin\\OfficeCrudController'=> 'App\\Controller\\Admin\\RoleCrudController'=> 'App\\Controller\\Admin\\TransactionCrudController'=> 'App\\Controller\\Admin\\TypeGroupCrudController'=> 'App\\Controller\\Admin\\UserCrudController']);
  1330.     }
  1331.     /**
  1332.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1333.      *
  1334.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1335.      */
  1336.     protected function getAdminUrlGeneratorService()
  1337.     {
  1338.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1339.             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')))));
  1340.         };
  1341.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1342.     }
  1343.     /**
  1344.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1345.      *
  1346.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1347.      */
  1348.     protected function getAuthorizationCheckerService()
  1349.     {
  1350.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1351.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1352.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1353.         }
  1354.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1355.     }
  1356.     /**
  1357.      * Gets the private 'annotations.cache_adapter' shared service.
  1358.      *
  1359.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1360.      */
  1361.     protected function getAnnotations_CacheAdapterService()
  1362.     {
  1363.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1364.     }
  1365.     /**
  1366.      * Gets the private 'annotations.cached_reader' shared service.
  1367.      *
  1368.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1369.      */
  1370.     protected function getAnnotations_CachedReaderService()
  1371.     {
  1372.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1373.     }
  1374.     /**
  1375.      * Gets the private 'annotations.reader' shared service.
  1376.      *
  1377.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1378.      */
  1379.     protected function getAnnotations_ReaderService()
  1380.     {
  1381.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1382.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1383.         $a->registerUniqueLoader('class_exists');
  1384.         $instance->addGlobalIgnoredName('required'$a);
  1385.         return $instance;
  1386.     }
  1387.     /**
  1388.      * Gets the private 'assets.packages' shared service.
  1389.      *
  1390.      * @return \Symfony\Component\Asset\Packages
  1391.      */
  1392.     protected function getAssets_PackagesService()
  1393.     {
  1394.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1395.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1396.             return new \EmptyIterator();
  1397.         }, 0));
  1398.     }
  1399.     /**
  1400.      * Gets the private 'cache.annotations' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1403.      */
  1404.     protected function getCache_AnnotationsService()
  1405.     {
  1406.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6qbtfpKbUG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1407.     }
  1408.     /**
  1409.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1412.      */
  1413.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1414.     {
  1415.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1416.     }
  1417.     /**
  1418.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1421.      */
  1422.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1423.     {
  1424.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1425.     }
  1426.     /**
  1427.      * Gets the private 'cache.property_info' shared service.
  1428.      *
  1429.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1430.      */
  1431.     protected function getCache_PropertyInfoService()
  1432.     {
  1433.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DPHlJWfJEC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1434.     }
  1435.     /**
  1436.      * Gets the private 'cache.security_expression_language' shared service.
  1437.      *
  1438.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1439.      */
  1440.     protected function getCache_SecurityExpressionLanguageService()
  1441.     {
  1442.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EYqa7z0VQV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1443.     }
  1444.     /**
  1445.      * Gets the private 'cache.serializer' shared service.
  1446.      *
  1447.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1448.      */
  1449.     protected function getCache_SerializerService()
  1450.     {
  1451.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xsb6GL4CJD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1452.     }
  1453.     /**
  1454.      * Gets the private 'cache.validator' shared service.
  1455.      *
  1456.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1457.      */
  1458.     protected function getCache_ValidatorService()
  1459.     {
  1460.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lElnIksHHk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1461.     }
  1462.     /**
  1463.      * Gets the private 'config_cache_factory' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1466.      */
  1467.     protected function getConfigCacheFactoryService()
  1468.     {
  1469.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1470.             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)));
  1471.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1472.         }, 2));
  1473.     }
  1474.     /**
  1475.      * Gets the private 'data_collector.form' shared service.
  1476.      *
  1477.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1478.      */
  1479.     protected function getDataCollector_FormService()
  1480.     {
  1481.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1482.     }
  1483.     /**
  1484.      * Gets the private 'data_collector.request' shared service.
  1485.      *
  1486.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1487.      */
  1488.     protected function getDataCollector_RequestService()
  1489.     {
  1490.         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())));
  1491.     }
  1492.     /**
  1493.      * Gets the private 'debug.controller_resolver' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1496.      */
  1497.     protected function getDebug_ControllerResolverService()
  1498.     {
  1499.         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))));
  1500.     }
  1501.     /**
  1502.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1503.      *
  1504.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1505.      */
  1506.     protected function getDebug_DebugHandlersListenerService()
  1507.     {
  1508.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1509.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1510.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1511.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1512.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1513.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1514.     }
  1515.     /**
  1516.      * Gets the private 'debug.file_link_formatter' shared service.
  1517.      *
  1518.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1519.      */
  1520.     protected function getDebug_FileLinkFormatterService()
  1521.     {
  1522.         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 () {
  1523.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1524.         });
  1525.     }
  1526.     /**
  1527.      * Gets the private 'debug.log_processor' shared service.
  1528.      *
  1529.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1530.      */
  1531.     protected function getDebug_LogProcessorService()
  1532.     {
  1533.         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())));
  1534.     }
  1535.     /**
  1536.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1537.      *
  1538.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1539.      */
  1540.     protected function getDebug_Security_Access_DecisionManagerService()
  1541.     {
  1542.         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 () {
  1543.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1544.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1545.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1546.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1547.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1548.     }
  1549.     /**
  1550.      * Gets the private 'debug.security.firewall' shared service.
  1551.      *
  1552.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1553.      */
  1554.     protected function getDebug_Security_FirewallService()
  1555.     {
  1556.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1557.         if (isset($this->privates['debug.security.firewall'])) {
  1558.             return $this->privates['debug.security.firewall'];
  1559.         }
  1560.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1561.         if (isset($this->privates['debug.security.firewall'])) {
  1562.             return $this->privates['debug.security.firewall'];
  1563.         }
  1564.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1565.     }
  1566.     /**
  1567.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1568.      *
  1569.      * @return \Doctrine\Migrations\DependencyFactory
  1570.      */
  1571.     protected function getDoctrine_Migrations_DependencyFactoryService()
  1572.     {
  1573.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  1574.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  1575.         $a->setAllOrNothing(false);
  1576.         $a->setCheckDatabasePlatform(true);
  1577.         $a->setTransactional(true);
  1578.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1579.         $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()));
  1580.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1581.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1582.         });
  1583.         return $instance;
  1584.     }
  1585.     /**
  1586.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1587.      *
  1588.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1589.      */
  1590.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1591.     {
  1592.         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')]);
  1593.     }
  1594.     /**
  1595.      * Gets the private 'exception_listener' shared service.
  1596.      *
  1597.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1598.      */
  1599.     protected function getExceptionListener2Service()
  1600.     {
  1601.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1602.     }
  1603.     /**
  1604.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1605.      *
  1606.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1607.      */
  1608.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1609.     {
  1610.         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())));
  1611.     }
  1612.     /**
  1613.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1614.      *
  1615.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1616.      */
  1617.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1618.     {
  1619.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1620.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1621.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1622.         }
  1623.         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);
  1624.     }
  1625.     /**
  1626.      * Gets the private 'locale_aware_listener' shared service.
  1627.      *
  1628.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1629.      */
  1630.     protected function getLocaleAwareListenerService()
  1631.     {
  1632.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1633.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  1634.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1635.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1636.     }
  1637.     /**
  1638.      * Gets the private 'locale_listener' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1641.      */
  1642.     protected function getLocaleListenerService()
  1643.     {
  1644.         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, []);
  1645.     }
  1646.     /**
  1647.      * Gets the private 'monolog.handler.console' shared service.
  1648.      *
  1649.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1650.      */
  1651.     protected function getMonolog_Handler_ConsoleService()
  1652.     {
  1653.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1654.     }
  1655.     /**
  1656.      * Gets the private 'monolog.handler.main' shared service.
  1657.      *
  1658.      * @return \Monolog\Handler\StreamHandler
  1659.      */
  1660.     protected function getMonolog_Handler_MainService()
  1661.     {
  1662.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1663.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1664.         return $instance;
  1665.     }
  1666.     /**
  1667.      * Gets the private 'monolog.logger' shared service.
  1668.      *
  1669.      * @return \Symfony\Bridge\Monolog\Logger
  1670.      */
  1671.     protected function getMonolog_LoggerService()
  1672.     {
  1673.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1674.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1675.         $instance->useMicrosecondTimestamps(true);
  1676.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1677.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1678.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1679.         return $instance;
  1680.     }
  1681.     /**
  1682.      * Gets the private 'monolog.logger.cache' shared service.
  1683.      *
  1684.      * @return \Symfony\Bridge\Monolog\Logger
  1685.      */
  1686.     protected function getMonolog_Logger_CacheService()
  1687.     {
  1688.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1689.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1690.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1691.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1692.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1693.         return $instance;
  1694.     }
  1695.     /**
  1696.      * Gets the private 'monolog.logger.request' shared service.
  1697.      *
  1698.      * @return \Symfony\Bridge\Monolog\Logger
  1699.      */
  1700.     protected function getMonolog_Logger_RequestService()
  1701.     {
  1702.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1703.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1704.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1705.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1706.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1707.         return $instance;
  1708.     }
  1709.     /**
  1710.      * Gets the private 'monolog.logger.security' shared service.
  1711.      *
  1712.      * @return \Symfony\Bridge\Monolog\Logger
  1713.      */
  1714.     protected function getMonolog_Logger_SecurityService()
  1715.     {
  1716.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1717.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1718.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1719.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1720.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1721.         return $instance;
  1722.     }
  1723.     /**
  1724.      * Gets the private 'parameter_bag' shared service.
  1725.      *
  1726.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1727.      */
  1728.     protected function getParameterBagService()
  1729.     {
  1730.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1731.     }
  1732.     /**
  1733.      * Gets the private 'profiler_listener' shared service.
  1734.      *
  1735.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1736.      */
  1737.     protected function getProfilerListenerService()
  1738.     {
  1739.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1740.         if (isset($this->privates['profiler_listener'])) {
  1741.             return $this->privates['profiler_listener'];
  1742.         }
  1743.         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);
  1744.     }
  1745.     /**
  1746.      * Gets the private 'property_info' shared service.
  1747.      *
  1748.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1749.      */
  1750.     protected function getPropertyInfoService()
  1751.     {
  1752.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1753.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1754.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1755.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1756.         }, 3), new RewindableGenerator(function () {
  1757.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1758.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1759.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1760.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1761.         }, 4), new RewindableGenerator(function () {
  1762.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1763.         }, 1), new RewindableGenerator(function () {
  1764.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1765.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1766.         }, 2), new RewindableGenerator(function () {
  1767.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1768.         }, 1));
  1769.     }
  1770.     /**
  1771.      * Gets the private 'router.expression_language_provider' shared service.
  1772.      *
  1773.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1774.      */
  1775.     protected function getRouter_ExpressionLanguageProviderService()
  1776.     {
  1777.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1778.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1779.         ], [
  1780.             'env' => 'Closure',
  1781.         ]));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'router.request_context' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\Routing\RequestContext
  1787.      */
  1788.     protected function getRouter_RequestContextService()
  1789.     {
  1790.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1791.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1792.         return $instance;
  1793.     }
  1794.     /**
  1795.      * Gets the private 'router_listener' shared service.
  1796.      *
  1797.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1798.      */
  1799.     protected function getRouterListenerService()
  1800.     {
  1801.         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);
  1802.     }
  1803.     /**
  1804.      * Gets the private 'security.context_listener.0' shared service.
  1805.      *
  1806.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1807.      */
  1808.     protected function getSecurity_ContextListener_0Service()
  1809.     {
  1810.         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 () {
  1811.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1812.         }, 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']);
  1813.     }
  1814.     /**
  1815.      * Gets the private 'security.csrf.token_storage' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1818.      */
  1819.     protected function getSecurity_Csrf_TokenStorageService()
  1820.     {
  1821.         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())));
  1822.     }
  1823.     /**
  1824.      * Gets the private 'security.event_dispatcher.main' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1827.      */
  1828.     protected function getSecurity_EventDispatcher_MainService()
  1829.     {
  1830.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1832.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1833.         }, => 'checkPassport'], 2048);
  1834.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1835.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1836.         }, => 'onSuccessfulLogin'], 0);
  1837.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1838.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1839.         }, => 'onLogout'], 64);
  1840.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1841.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1842.         }, => 'onLogout'], 0);
  1843.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1844.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1845.         }, => 'preCheckCredentials'], 256);
  1846.         $instance->addListener('security.authentication.success', [=> function () {
  1847.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1848.         }, => 'postCheckCredentials'], 256);
  1849.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1850.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1851.         }, => 'checkPassport'], 1024);
  1852.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1853.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1854.         }, => 'checkPassport'], 0);
  1855.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1856.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1857.         }, => 'onLoginSuccess'], 0);
  1858.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1859.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1860.         }, => 'checkPassport'], 512);
  1861.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1862.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1863.         }, => 'onLogout'], 0);
  1864.         return $instance;
  1865.     }
  1866.     /**
  1867.      * Gets the private 'security.firewall.map' shared service.
  1868.      *
  1869.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1870.      */
  1871.     protected function getSecurity_Firewall_MapService()
  1872.     {
  1873.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1874.         if (isset($this->privates['security.firewall.map'])) {
  1875.             return $this->privates['security.firewall.map'];
  1876.         }
  1877.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1878.             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)/')));
  1879.             yield 'security.firewall.map.context.main' => NULL;
  1880.         }, 2));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'security.logout_url_generator' shared service.
  1884.      *
  1885.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1886.      */
  1887.     protected function getSecurity_LogoutUrlGeneratorService()
  1888.     {
  1889.         $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()));
  1890.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1895.      *
  1896.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1897.      */
  1898.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1899.     {
  1900.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1901.     }
  1902.     /**
  1903.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1904.      *
  1905.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1906.      */
  1907.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1908.     {
  1909.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1910.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1911.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1912.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1913.     }
  1914.     /**
  1915.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1916.      *
  1917.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1918.      */
  1919.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1920.     {
  1921.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1922.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1923.             return $this->privates['sensio_framework_extra.security.listener'];
  1924.         }
  1925.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1929.      *
  1930.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1931.      */
  1932.     protected function getSensioFrameworkExtra_View_ListenerService()
  1933.     {
  1934.         $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))));
  1935.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1936.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1937.         ], [
  1938.             'twig' => '?',
  1939.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1940.         return $instance;
  1941.     }
  1942.     /**
  1943.      * Gets the private 'session_listener' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1946.      */
  1947.     protected function getSessionListenerService()
  1948.     {
  1949.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1950.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  1951.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1952.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  1953.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1954.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1955.         ], [
  1956.             'initialized_session' => '?',
  1957.             'logger' => '?',
  1958.             'session' => '?',
  1959.             'session_collector' => '?',
  1960.             'session_factory' => '?',
  1961.         ]), true$this->parameters['session.storage.options']);
  1962.     }
  1963.     /**
  1964.      * Gets the private 'translator.default' shared service.
  1965.      *
  1966.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1967.      */
  1968.     protected function getTranslator_DefaultService()
  1969.     {
  1970.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1971.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1972.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1973.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1974.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1975.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1976.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1977.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1978.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1979.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1980.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1981.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1982.         ], [
  1983.             'translation.loader.csv' => '?',
  1984.             'translation.loader.dat' => '?',
  1985.             'translation.loader.ini' => '?',
  1986.             'translation.loader.json' => '?',
  1987.             'translation.loader.mo' => '?',
  1988.             'translation.loader.php' => '?',
  1989.             'translation.loader.po' => '?',
  1990.             'translation.loader.qt' => '?',
  1991.             'translation.loader.res' => '?',
  1992.             'translation.loader.xliff' => '?',
  1993.             'translation.loader.yml' => '?',
  1994.         ]), 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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/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')], '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')], '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).'/translations/EasyAdminBundle.en.yaml'), => (\dirname(__DIR__4).'/translations/VichUploaderBundle+intl-icu.en.yaml'), => (\dirname(__DIR__4).'/translations/security.en.yaml')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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).'/translations/EasyAdminBundle.ru.yaml'), => (\dirname(__DIR__4).'/translations/VichUploaderBundle+intl-icu.ru.yaml'), => (\dirname(__DIR__4).'/translations/security.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], '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')], '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')], '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')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/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'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/twig/extra-bundle/translations'16 => 'vendor/knplabs/doctrine-behaviors/src/translations']]], []);
  1995.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1996.         $instance->setFallbackLocales([=> 'ru']);
  1997.         return $instance;
  1998.     }
  1999.     /**
  2000.      * Gets the private 'validator.builder' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2003.      */
  2004.     protected function getValidator_BuilderService()
  2005.     {
  2006.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2007.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2008.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2009.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2010.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2011.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2012.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2013.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2014.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2015.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2016.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2017.         ], [
  2018.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2019.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2020.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2021.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2022.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2023.             'doctrine.orm.validator.unique' => '?',
  2024.             'security.validator.user_password' => '?',
  2025.             'validator.expression' => '?',
  2026.         ])));
  2027.         if ($this->has('translator')) {
  2028.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2029.         }
  2030.         $instance->setTranslationDomain('validators');
  2031.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2032.         $instance->enableAnnotationMapping(true);
  2033.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2034.         $instance->addMethodMapping('loadValidatorMetadata');
  2035.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2036.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2037.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2038.         return $instance;
  2039.     }
  2040.     /**
  2041.      * Gets the private 'var_dumper.html_dumper' shared service.
  2042.      *
  2043.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2044.      */
  2045.     protected function getVarDumper_HtmlDumperService()
  2046.     {
  2047.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2048.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2049.         return $instance;
  2050.     }
  2051.     /**
  2052.      * Gets the private 'var_dumper.server_connection' shared service.
  2053.      *
  2054.      * @return \Symfony\Component\VarDumper\Server\Connection
  2055.      */
  2056.     protected function getVarDumper_ServerConnectionService()
  2057.     {
  2058.         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()]);
  2059.     }
  2060.     /**
  2061.      * Gets the private 'web_profiler.csp.handler' shared service.
  2062.      *
  2063.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2064.      */
  2065.     protected function getWebProfiler_Csp_HandlerService()
  2066.     {
  2067.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2068.     }
  2069.     /**
  2070.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2071.      *
  2072.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2073.      */
  2074.     protected function getWebProfiler_DebugToolbarService()
  2075.     {
  2076.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2077.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2078.             return $this->privates['web_profiler.debug_toolbar'];
  2079.         }
  2080.         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()));
  2081.     }
  2082.     /**
  2083.      * Gets the public 'cache_clearer' alias.
  2084.      *
  2085.      * @return object The ".container.private.cache_clearer" service.
  2086.      */
  2087.     protected function getCacheClearerService()
  2088.     {
  2089.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2090.         return $this->get('.container.private.cache_clearer');
  2091.     }
  2092.     /**
  2093.      * Gets the public 'filesystem' alias.
  2094.      *
  2095.      * @return object The ".container.private.filesystem" service.
  2096.      */
  2097.     protected function getFilesystemService()
  2098.     {
  2099.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2100.         return $this->get('.container.private.filesystem');
  2101.     }
  2102.     /**
  2103.      * Gets the public 'serializer' alias.
  2104.      *
  2105.      * @return object The ".container.private.serializer" service.
  2106.      */
  2107.     protected function getSerializerService()
  2108.     {
  2109.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2110.         return $this->get('.container.private.serializer');
  2111.     }
  2112.     /**
  2113.      * Gets the public 'security.csrf.token_manager' alias.
  2114.      *
  2115.      * @return object The ".container.private.security.csrf.token_manager" service.
  2116.      */
  2117.     protected function getSecurity_Csrf_TokenManagerService()
  2118.     {
  2119.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2120.         return $this->get('.container.private.security.csrf.token_manager');
  2121.     }
  2122.     /**
  2123.      * Gets the public 'form.factory' alias.
  2124.      *
  2125.      * @return object The ".container.private.form.factory" service.
  2126.      */
  2127.     protected function getForm_FactoryService()
  2128.     {
  2129.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2130.         return $this->get('.container.private.form.factory');
  2131.     }
  2132.     /**
  2133.      * Gets the public 'form.type.file' alias.
  2134.      *
  2135.      * @return object The ".container.private.form.type.file" service.
  2136.      */
  2137.     protected function getForm_Type_FileService()
  2138.     {
  2139.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2140.         return $this->get('.container.private.form.type.file');
  2141.     }
  2142.     /**
  2143.      * Gets the public 'profiler' alias.
  2144.      *
  2145.      * @return object The ".container.private.profiler" service.
  2146.      */
  2147.     protected function getProfilerService()
  2148.     {
  2149.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2150.         return $this->get('.container.private.profiler');
  2151.     }
  2152.     /**
  2153.      * Gets the public 'twig' alias.
  2154.      *
  2155.      * @return object The ".container.private.twig" service.
  2156.      */
  2157.     protected function getTwigService()
  2158.     {
  2159.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2160.         return $this->get('.container.private.twig');
  2161.     }
  2162.     /**
  2163.      * Gets the public 'security.authorization_checker' alias.
  2164.      *
  2165.      * @return object The ".container.private.security.authorization_checker" service.
  2166.      */
  2167.     protected function getSecurity_AuthorizationCheckerService()
  2168.     {
  2169.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2170.         return $this->get('.container.private.security.authorization_checker');
  2171.     }
  2172.     /**
  2173.      * Gets the public 'security.token_storage' alias.
  2174.      *
  2175.      * @return object The ".container.private.security.token_storage" service.
  2176.      */
  2177.     protected function getSecurity_TokenStorageService()
  2178.     {
  2179.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2180.         return $this->get('.container.private.security.token_storage');
  2181.     }
  2182.     /**
  2183.      * Gets the public 'security.password_encoder' alias.
  2184.      *
  2185.      * @return object The ".container.private.security.password_encoder" service.
  2186.      */
  2187.     protected function getSecurity_PasswordEncoderService()
  2188.     {
  2189.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2190.         return $this->get('.container.private.security.password_encoder');
  2191.     }
  2192.     /**
  2193.      * Gets the public 'session' alias.
  2194.      *
  2195.      * @return object The ".container.private.session" service.
  2196.      */
  2197.     protected function getSessionService()
  2198.     {
  2199.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2200.         return $this->get('.container.private.session');
  2201.     }
  2202.     /**
  2203.      * Gets the public 'validator' alias.
  2204.      *
  2205.      * @return object The ".container.private.validator" service.
  2206.      */
  2207.     protected function getValidatorService()
  2208.     {
  2209.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2210.         return $this->get('.container.private.validator');
  2211.     }
  2212.     /**
  2213.      * @return array|bool|float|int|string|\UnitEnum|null
  2214.      */
  2215.     public function getParameter(string $name)
  2216.     {
  2217.         if (isset($this->buildParameters[$name])) {
  2218.             return $this->buildParameters[$name];
  2219.         }
  2220.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2221.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2222.         }
  2223.         if (isset($this->loadedDynamicParameters[$name])) {
  2224.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2225.         }
  2226.         return $this->parameters[$name];
  2227.     }
  2228.     public function hasParameter(string $name): bool
  2229.     {
  2230.         if (isset($this->buildParameters[$name])) {
  2231.             return true;
  2232.         }
  2233.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2234.     }
  2235.     public function setParameter(string $name$value): void
  2236.     {
  2237.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2238.     }
  2239.     public function getParameterBag(): ParameterBagInterface
  2240.     {
  2241.         if (null === $this->parameterBag) {
  2242.             $parameters $this->parameters;
  2243.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2244.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2245.             }
  2246.             foreach ($this->buildParameters as $name => $value) {
  2247.                 $parameters[$name] = $value;
  2248.             }
  2249.             $this->parameterBag = new FrozenParameterBag($parameters);
  2250.         }
  2251.         return $this->parameterBag;
  2252.     }
  2253.     private $loadedDynamicParameters = [
  2254.         'kernel.runtime_environment' => false,
  2255.         'kernel.build_dir' => false,
  2256.         'kernel.cache_dir' => false,
  2257.         'kernel.secret' => false,
  2258.         'debug.container.dump' => false,
  2259.         'serializer.mapping.cache.file' => false,
  2260.         'validator.mapping.cache.file' => false,
  2261.         'profiler.storage.dsn' => false,
  2262.         'doctrine.orm.proxy_dir' => false,
  2263.     ];
  2264.     private $dynamicParameters = [];
  2265.     private function getDynamicParameter(string $name)
  2266.     {
  2267.         switch ($name) {
  2268.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2269.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2270.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2271.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2272.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2273.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2274.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2275.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2276.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2277.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2278.         }
  2279.         $this->loadedDynamicParameters[$name] = true;
  2280.         return $this->dynamicParameters[$name] = $value;
  2281.     }
  2282.     protected function getDefaultParameters(): array
  2283.     {
  2284.         return [
  2285.             'kernel.project_dir' => \dirname(__DIR__4),
  2286.             'kernel.environment' => 'dev',
  2287.             'kernel.debug' => true,
  2288.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2289.             'kernel.bundles' => [
  2290.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2291.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2292.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2293.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2294.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2295.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2296.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2297.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2298.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2299.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2300.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2301.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2302.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  2303.             ],
  2304.             'kernel.bundles_metadata' => [
  2305.                 'FrameworkBundle' => [
  2306.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2307.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2308.                 ],
  2309.                 'SensioFrameworkExtraBundle' => [
  2310.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2311.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2312.                 ],
  2313.                 'TwigBundle' => [
  2314.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2315.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2316.                 ],
  2317.                 'WebProfilerBundle' => [
  2318.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2319.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2320.                 ],
  2321.                 'MonologBundle' => [
  2322.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2323.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2324.                 ],
  2325.                 'DebugBundle' => [
  2326.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2327.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2328.                 ],
  2329.                 'MakerBundle' => [
  2330.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2331.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2332.                 ],
  2333.                 'DoctrineBundle' => [
  2334.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2335.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2336.                 ],
  2337.                 'DoctrineMigrationsBundle' => [
  2338.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2339.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2340.                 ],
  2341.                 'SecurityBundle' => [
  2342.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2343.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2344.                 ],
  2345.                 'TwigExtraBundle' => [
  2346.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2347.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2348.                 ],
  2349.                 'EasyAdminBundle' => [
  2350.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2351.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2352.                 ],
  2353.                 'DoctrineBehaviorsBundle' => [
  2354.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  2355.                     'namespace' => 'Knp\\DoctrineBehaviors',
  2356.                 ],
  2357.             ],
  2358.             'kernel.charset' => 'UTF-8',
  2359.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2360.             'app.name' => 'linwabot.ru',
  2361.             'app.logo' => '<img style="margin-left:150px; width: 80px;height: 80px;" src="https://linwabot.ru/i/arm/main-logo.png" alt="логотип Линия воды Бот" />',
  2362.             'app.mailer.from' => 'info@linwabot.ru',
  2363.             'app.mailer.to' => 'igor@atmapro.ru',
  2364.             'app.mailer.to.transaction' => 'inbox_bot@line-water.planfix.ru',
  2365.             'app.chat.is_group' => true,
  2366.             'app.delete.max_interval' => 15,
  2367.             'app.time.interval' => 5,
  2368.             'app.max.salary_schedule' => 2,
  2369.             'app.default.bot.id' => 1,
  2370.             'event_dispatcher.event_aliases' => [
  2371.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2372.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2373.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2374.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2375.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2376.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2377.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2378.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2379.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2380.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2381.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2382.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2383.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2384.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2385.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2386.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2387.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2388.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2389.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2390.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2391.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2392.             ],
  2393.             'fragment.renderer.hinclude.global_template' => NULL,
  2394.             'fragment.path' => '/_fragment',
  2395.             'kernel.http_method_override' => false,
  2396.             'kernel.trusted_hosts' => [
  2397.             ],
  2398.             'kernel.default_locale' => 'ru',
  2399.             'kernel.enabled_locales' => [
  2400.             ],
  2401.             'kernel.error_controller' => 'error_controller',
  2402.             'debug.file_link_format' => NULL,
  2403.             'asset.request_context.base_path' => NULL,
  2404.             'asset.request_context.secure' => NULL,
  2405.             'translator.logging' => false,
  2406.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2407.             'debug.error_handler.throw_at' => -1,
  2408.             'router.request_context.host' => 'localhost',
  2409.             'router.request_context.scheme' => 'http',
  2410.             'router.request_context.base_url' => '',
  2411.             'router.resource' => 'kernel::loadRoutes',
  2412.             'request_listener.http_port' => 80,
  2413.             'request_listener.https_port' => 443,
  2414.             'session.metadata.storage_key' => '_sf2_meta',
  2415.             'session.storage.options' => [
  2416.                 'cache_limiter' => '0',
  2417.                 'cookie_secure' => 'auto',
  2418.                 'cookie_httponly' => true,
  2419.                 'cookie_samesite' => 'lax',
  2420.                 'gc_probability' => 1,
  2421.             ],
  2422.             'session.save_path' => NULL,
  2423.             'session.metadata.update_threshold' => 0,
  2424.             'form.type_extension.csrf.enabled' => true,
  2425.             'form.type_extension.csrf.field_name' => '_token',
  2426.             'validator.translation_domain' => 'validators',
  2427.             'profiler_listener.only_exceptions' => false,
  2428.             'profiler_listener.only_main_requests' => false,
  2429.             'twig.form.resources' => [
  2430.                 => 'form_div_layout.html.twig',
  2431.             ],
  2432.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2433.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2434.             'web_profiler.debug_toolbar.mode' => 2,
  2435.             'monolog.use_microseconds' => true,
  2436.             'monolog.swift_mailer.handlers' => [
  2437.             ],
  2438.             'monolog.handlers_to_channels' => [
  2439.                 'monolog.handler.console' => [
  2440.                     'type' => 'exclusive',
  2441.                     'elements' => [
  2442.                         => 'event',
  2443.                         => 'doctrine',
  2444.                         => 'console',
  2445.                     ],
  2446.                 ],
  2447.                 'monolog.handler.main' => [
  2448.                     'type' => 'exclusive',
  2449.                     'elements' => [
  2450.                         => 'event',
  2451.                     ],
  2452.                 ],
  2453.             ],
  2454.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2455.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2456.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2457.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2458.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2459.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2460.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2461.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2462.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2463.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2464.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2465.             'doctrine.entity_managers' => [
  2466.                 'default' => 'doctrine.orm.default_entity_manager',
  2467.             ],
  2468.             'doctrine.default_entity_manager' => 'default',
  2469.             'doctrine.dbal.connection_factory.types' => [
  2470.                 'uuid' => [
  2471.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2472.                 ],
  2473.                 'ulid' => [
  2474.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2475.                 ],
  2476.             ],
  2477.             'doctrine.connections' => [
  2478.                 'default' => 'doctrine.dbal.default_connection',
  2479.             ],
  2480.             'doctrine.default_connection' => 'default',
  2481.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2482.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2483.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2484.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2485.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2486.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2487.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2488.             'doctrine.orm.cache.memcache_port' => 11211,
  2489.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2490.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2491.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2492.             'doctrine.orm.cache.memcached_port' => 11211,
  2493.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2494.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2495.             'doctrine.orm.cache.redis_host' => 'localhost',
  2496.             'doctrine.orm.cache.redis_port' => 6379,
  2497.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2498.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2499.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2500.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2501.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2502.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2503.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2504.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2505.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2506.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2507.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2508.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2509.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2510.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2511.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2512.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2513.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2514.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2515.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2516.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2517.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2518.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2519.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2520.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2521.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2522.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2523.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2524.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2525.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2526.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2527.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2528.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2529.             'doctrine.migrations.preferred_em' => NULL,
  2530.             'doctrine.migrations.preferred_connection' => NULL,
  2531.             'security.role_hierarchy.roles' => [
  2532.             ],
  2533.             'security.access.denied_url' => NULL,
  2534.             'security.authentication.manager.erase_credentials' => true,
  2535.             'security.authentication.session_strategy.strategy' => 'migrate',
  2536.             'security.access.always_authenticate_before_granting' => false,
  2537.             'security.authentication.hide_user_not_found' => true,
  2538.             'security.firewalls' => [
  2539.                 => 'dev',
  2540.                 => 'main',
  2541.             ],
  2542.             'easyadmin.config' => [
  2543.             ],
  2544.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  2545.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  2546.             'doctrine_behaviors_blameable_user_entity' => NULL,
  2547.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  2548.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2549.             'data_collector.templates' => [
  2550.                 'data_collector.request' => [
  2551.                     => 'request',
  2552.                     => '@WebProfiler/Collector/request.html.twig',
  2553.                 ],
  2554.                 'data_collector.time' => [
  2555.                     => 'time',
  2556.                     => '@WebProfiler/Collector/time.html.twig',
  2557.                 ],
  2558.                 'data_collector.memory' => [
  2559.                     => 'memory',
  2560.                     => '@WebProfiler/Collector/memory.html.twig',
  2561.                 ],
  2562.                 'data_collector.validator' => [
  2563.                     => 'validator',
  2564.                     => '@WebProfiler/Collector/validator.html.twig',
  2565.                 ],
  2566.                 'data_collector.ajax' => [
  2567.                     => 'ajax',
  2568.                     => '@WebProfiler/Collector/ajax.html.twig',
  2569.                 ],
  2570.                 'data_collector.form' => [
  2571.                     => 'form',
  2572.                     => '@WebProfiler/Collector/form.html.twig',
  2573.                 ],
  2574.                 'data_collector.exception' => [
  2575.                     => 'exception',
  2576.                     => '@WebProfiler/Collector/exception.html.twig',
  2577.                 ],
  2578.                 'data_collector.logger' => [
  2579.                     => 'logger',
  2580.                     => '@WebProfiler/Collector/logger.html.twig',
  2581.                 ],
  2582.                 'data_collector.events' => [
  2583.                     => 'events',
  2584.                     => '@WebProfiler/Collector/events.html.twig',
  2585.                 ],
  2586.                 'data_collector.router' => [
  2587.                     => 'router',
  2588.                     => '@WebProfiler/Collector/router.html.twig',
  2589.                 ],
  2590.                 'data_collector.cache' => [
  2591.                     => 'cache',
  2592.                     => '@WebProfiler/Collector/cache.html.twig',
  2593.                 ],
  2594.                 'data_collector.translation' => [
  2595.                     => 'translation',
  2596.                     => '@WebProfiler/Collector/translation.html.twig',
  2597.                 ],
  2598.                 'data_collector.security' => [
  2599.                     => 'security',
  2600.                     => '@Security/Collector/security.html.twig',
  2601.                 ],
  2602.                 'data_collector.twig' => [
  2603.                     => 'twig',
  2604.                     => '@WebProfiler/Collector/twig.html.twig',
  2605.                 ],
  2606.                 'data_collector.http_client' => [
  2607.                     => 'http_client',
  2608.                     => '@WebProfiler/Collector/http_client.html.twig',
  2609.                 ],
  2610.                 'data_collector.doctrine' => [
  2611.                     => 'db',
  2612.                     => '@Doctrine/Collector/db.html.twig',
  2613.                 ],
  2614.                 'doctrine_migrations.migrations_collector' => [
  2615.                     => 'doctrine_migrations',
  2616.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  2617.                 ],
  2618.                 'data_collector.dump' => [
  2619.                     => 'dump',
  2620.                     => '@Debug/Profiler/dump.html.twig',
  2621.                 ],
  2622.                 'mailer.data_collector' => [
  2623.                     => 'mailer',
  2624.                     => '@WebProfiler/Collector/mailer.html.twig',
  2625.                 ],
  2626.                 'notifier.data_collector' => [
  2627.                     => 'notifier',
  2628.                     => '@WebProfiler/Collector/notifier.html.twig',
  2629.                 ],
  2630.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  2631.                     => 'easyadmin',
  2632.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  2633.                 ],
  2634.                 'data_collector.config' => [
  2635.                     => 'config',
  2636.                     => '@WebProfiler/Collector/config.html.twig',
  2637.                 ],
  2638.             ],
  2639.             'console.command.ids' => [
  2640.             ],
  2641.         ];
  2642.     }
  2643.     protected function throw($message)
  2644.     {
  2645.         throw new RuntimeException($message);
  2646.     }
  2647. }