var/cache/dev/ContainerER78k8X/App_KernelDevDebugContainer.php line 2137

Open in your IDE?
  1. <?php
  2. namespace ContainerER78k8X;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  38.             'App\\Controller\\PlatformAppController' => 'getPlatformAppControllerService',
  39.             'App\\Controller\\PlatformTokenController' => 'getPlatformTokenControllerService',
  40.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  41.             'App\\Controller\\ServiceController' => 'getServiceControllerService',
  42.             'App\\Controller\\TariffPlanController' => 'getTariffPlanControllerService',
  43.             'App\\Controller\\TransactionController' => 'getTransactionControllerService',
  44.             'App\\Controller\\UserController' => 'getUserControllerService',
  45.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  46.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  47.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  48.             'cache.app' => 'getCache_AppService',
  49.             'cache.app_clearer' => 'getCache_AppClearerService',
  50.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  51.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  52.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  53.             'cache.doctrine.orm.memory_storage.metadata' => 'getCache_Doctrine_Orm_MemoryStorage_MetadataService',
  54.             'cache.doctrine.orm.memory_storage.query' => 'getCache_Doctrine_Orm_MemoryStorage_QueryService',
  55.             'cache.doctrine.orm.memory_storage.result' => 'getCache_Doctrine_Orm_MemoryStorage_ResultService',
  56.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  57.             'cache.system' => 'getCache_SystemService',
  58.             'cache.system_clearer' => 'getCache_SystemClearerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'cache_warmer' => 'getCacheWarmerService',
  61.             'console.command_loader' => 'getConsole_CommandLoaderService',
  62.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  63.             'data_collector.dump' => 'getDataCollector_DumpService',
  64.             'doctrine' => 'getDoctrineService',
  65.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  66.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  67.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  68.             'doctrine.orm.memory_storage_entity_manager' => 'getDoctrine_Orm_MemoryStorageEntityManagerService',
  69.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  70.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  71.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  72.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  73.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  74.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  75.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  76.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  77.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  78.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  79.             'easyadmin.router' => 'getEasyadmin_RouterService',
  80.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  81.             'error_controller' => 'getErrorControllerService',
  82.             'event_dispatcher' => 'getEventDispatcherService',
  83.             'filesystem' => 'getFilesystemService',
  84.             'form.factory' => 'getForm_FactoryService',
  85.             'form.type.file' => 'getForm_Type_FileService',
  86.             'http_kernel' => 'getHttpKernelService',
  87.             'profiler' => 'getProfilerService',
  88.             'request_stack' => 'getRequestStackService',
  89.             'router' => 'getRouterService',
  90.             'routing.loader' => 'getRouting_LoaderService',
  91.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  92.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  93.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  94.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  95.             'security.token_storage' => 'getSecurity_TokenStorageService',
  96.             'serializer' => 'getSerializerService',
  97.             'services_resetter' => 'getServicesResetterService',
  98.             'session' => 'getSessionService',
  99.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  100.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  101.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  102.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  103.             'translator' => 'getTranslatorService',
  104.             'twig' => 'getTwigService',
  105.             'validator' => 'getValidatorService',
  106.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  107.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  108.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  109.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  110.         ];
  111.         $this->aliases = [
  112.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  113.             'database_connection' => 'doctrine.dbal.default_connection',
  114.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  115.             'mailer' => 'swiftmailer.mailer.default',
  116.         ];
  117.     }
  118.     public function compile(): void
  119.     {
  120.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  121.     }
  122.     public function isCompiled(): bool
  123.     {
  124.         return true;
  125.     }
  126.     public function getRemovedIds(): array
  127.     {
  128.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  129.     }
  130.     /**
  131.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  132.      *
  133.      * @return \App\Controller\AdminController
  134.      */
  135.     protected function getAdminControllerService()
  136.     {
  137.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  138.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\AdminController'$this));
  139.         return $instance;
  140.     }
  141.     /**
  142.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  143.      *
  144.      * @return \App\Controller\PaymentController
  145.      */
  146.     protected function getPaymentControllerService()
  147.     {
  148.         $this->services['App\\Controller\\PaymentController'] = $instance = new \App\Controller\PaymentController();
  149.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\PaymentController'$this));
  150.         return $instance;
  151.     }
  152.     /**
  153.      * Gets the public 'App\Controller\PlatformAppController' shared autowired service.
  154.      *
  155.      * @return \App\Controller\PlatformAppController
  156.      */
  157.     protected function getPlatformAppControllerService()
  158.     {
  159.         $this->services['App\\Controller\\PlatformAppController'] = $instance = new \App\Controller\PlatformAppController(($this->privates['App\\Repository\\PlatformAppRepository'] ?? $this->getPlatformAppRepositoryService()), new \App\Service\TransactionService\TransactionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  160.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\PlatformAppController'$this));
  161.         return $instance;
  162.     }
  163.     /**
  164.      * Gets the public 'App\Controller\PlatformTokenController' shared autowired service.
  165.      *
  166.      * @return \App\Controller\PlatformTokenController
  167.      */
  168.     protected function getPlatformTokenControllerService()
  169.     {
  170.         $this->services['App\\Controller\\PlatformTokenController'] = $instance = new \App\Controller\PlatformTokenController(($this->privates['App\\Service\\PlatformToken'] ?? $this->getPlatformTokenService()));
  171.         $instance->setContainer(($this->privates['.service_locator.csvSx8x'] ?? $this->get_ServiceLocator_CsvSx8xService())->withContext('App\\Controller\\PlatformTokenController'$this));
  172.         return $instance;
  173.     }
  174.     /**
  175.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  176.      *
  177.      * @return \App\Controller\SecurityController
  178.      */
  179.     protected function getSecurityControllerService()
  180.     {
  181.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  182.         $instance->setContainer(($this->privates['.service_locator.csvSx8x'] ?? $this->get_ServiceLocator_CsvSx8xService())->withContext('App\\Controller\\SecurityController'$this));
  183.         return $instance;
  184.     }
  185.     /**
  186.      * Gets the public 'App\Controller\ServiceController' shared autowired service.
  187.      *
  188.      * @return \App\Controller\ServiceController
  189.      */
  190.     protected function getServiceControllerService()
  191.     {
  192.         $this->services['App\\Controller\\ServiceController'] = $instance = new \App\Controller\ServiceController();
  193.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\ServiceController'$this));
  194.         return $instance;
  195.     }
  196.     /**
  197.      * Gets the public 'App\Controller\TariffPlanController' shared autowired service.
  198.      *
  199.      * @return \App\Controller\TariffPlanController
  200.      */
  201.     protected function getTariffPlanControllerService()
  202.     {
  203.         $this->services['App\\Controller\\TariffPlanController'] = $instance = new \App\Controller\TariffPlanController();
  204.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\TariffPlanController'$this));
  205.         return $instance;
  206.     }
  207.     /**
  208.      * Gets the public 'App\Controller\TransactionController' shared autowired service.
  209.      *
  210.      * @return \App\Controller\TransactionController
  211.      */
  212.     protected function getTransactionControllerService()
  213.     {
  214.         $this->services['App\\Controller\\TransactionController'] = $instance = new \App\Controller\TransactionController(($this->privates['App\\Repository\\TransactionRepository'] ?? $this->getTransactionRepositoryService()));
  215.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\TransactionController'$this));
  216.         return $instance;
  217.     }
  218.     /**
  219.      * Gets the public 'App\Controller\UserController' shared autowired service.
  220.      *
  221.      * @return \App\Controller\UserController
  222.      */
  223.     protected function getUserControllerService()
  224.     {
  225.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  226.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('App\\Controller\\UserController'$this));
  227.         return $instance;
  228.     }
  229.     /**
  230.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  231.      *
  232.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  233.      */
  234.     protected function getEasyAdminControllerService()
  235.     {
  236.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  237.         $instance->setContainer(($this->privates['.service_locator.RGN9gus'] ?? $this->get_ServiceLocator_RGN9gusService())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  238.         return $instance;
  239.     }
  240.     /**
  241.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  242.      *
  243.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  244.      */
  245.     protected function getRedirectControllerService()
  246.     {
  247.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  248.     }
  249.     /**
  250.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  251.      *
  252.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  253.      */
  254.     protected function getTemplateControllerService()
  255.     {
  256.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  257.     }
  258.     /**
  259.      * Gets the public 'cache.app' shared service.
  260.      *
  261.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  262.      */
  263.     protected function getCache_AppService()
  264.     {
  265.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('AfYS4Zc2ov'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  266.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  267.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  268.     }
  269.     /**
  270.      * Gets the public 'cache.app_clearer' shared service.
  271.      *
  272.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  273.      */
  274.     protected function getCache_AppClearerService()
  275.     {
  276.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  277.     }
  278.     /**
  279.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  280.      *
  281.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  282.      */
  283.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  284.     {
  285.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  286.     }
  287.     /**
  288.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  289.      *
  290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  291.      */
  292.     protected function getCache_Doctrine_Orm_Default_QueryService()
  293.     {
  294.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  295.     }
  296.     /**
  297.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  298.      *
  299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  300.      */
  301.     protected function getCache_Doctrine_Orm_Default_ResultService()
  302.     {
  303.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  304.     }
  305.     /**
  306.      * Gets the public 'cache.doctrine.orm.memory_storage.metadata' shared service.
  307.      *
  308.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  309.      */
  310.     protected function getCache_Doctrine_Orm_MemoryStorage_MetadataService()
  311.     {
  312.         return $this->services['cache.doctrine.orm.memory_storage.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  313.     }
  314.     /**
  315.      * Gets the public 'cache.doctrine.orm.memory_storage.query' shared service.
  316.      *
  317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  318.      */
  319.     protected function getCache_Doctrine_Orm_MemoryStorage_QueryService()
  320.     {
  321.         return $this->services['cache.doctrine.orm.memory_storage.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  322.     }
  323.     /**
  324.      * Gets the public 'cache.doctrine.orm.memory_storage.result' shared service.
  325.      *
  326.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  327.      */
  328.     protected function getCache_Doctrine_Orm_MemoryStorage_ResultService()
  329.     {
  330.         return $this->services['cache.doctrine.orm.memory_storage.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  331.     }
  332.     /**
  333.      * Gets the public 'cache.global_clearer' shared service.
  334.      *
  335.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  336.      */
  337.     protected function getCache_GlobalClearerService()
  338.     {
  339.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.doctrine.orm.memory_storage.metadata' => ($this->services['cache.doctrine.orm.memory_storage.metadata'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_MetadataService()), 'cache.doctrine.orm.memory_storage.result' => ($this->services['cache.doctrine.orm.memory_storage.result'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_ResultService()), 'cache.doctrine.orm.memory_storage.query' => ($this->services['cache.doctrine.orm.memory_storage.query'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  340.     }
  341.     /**
  342.      * Gets the public 'cache.system' shared service.
  343.      *
  344.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  345.      */
  346.     protected function getCache_SystemService()
  347.     {
  348.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6SGwJ4BEC9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  349.     }
  350.     /**
  351.      * Gets the public 'cache.system_clearer' shared service.
  352.      *
  353.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  354.      */
  355.     protected function getCache_SystemClearerService()
  356.     {
  357.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  358.     }
  359.     /**
  360.      * Gets the public 'cache_clearer' shared service.
  361.      *
  362.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  363.      */
  364.     protected function getCacheClearerService()
  365.     {
  366.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  367.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  368.         }, 1));
  369.     }
  370.     /**
  371.      * Gets the public 'cache_warmer' shared service.
  372.      *
  373.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  374.      */
  375.     protected function getCacheWarmerService()
  376.     {
  377.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  378.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  379.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  380.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  381.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  382.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  383.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  384.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  385.         }, 7), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  386.     }
  387.     /**
  388.      * Gets the public 'console.command_loader' shared service.
  389.      *
  390.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  391.      */
  392.     protected function getConsole_CommandLoaderService()
  393.     {
  394.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  395.             'App\\Command\\CreateStorageCommand' => ['privates''App\\Command\\CreateStorageCommand''getCreateStorageCommandService'false],
  396.             'App\\Command\\DeleteMemoryStorageCommand' => ['privates''App\\Command\\DeleteMemoryStorageCommand''getDeleteMemoryStorageCommandService'false],
  397.             'App\\Command\\MemoryStorageCheckMemoryCommand' => ['privates''App\\Command\\MemoryStorageCheckMemoryCommand''getMemoryStorageCheckMemoryCommandService'false],
  398.             'App\\Command\\UpdateInstanceAreaCommand' => ['privates''App\\Command\\UpdateInstanceAreaCommand''getUpdateInstanceAreaCommandService'false],
  399.             'App\\Command\\UpdateInstanceDataCommand' => ['privates''App\\Command\\UpdateInstanceDataCommand''getUpdateInstanceDataCommandService'false],
  400.             'App\\Command\\UpdateOpenDataBotServiceStatisticsCommand' => ['privates''App\\Command\\UpdateOpenDataBotServiceStatisticsCommand''getUpdateOpenDataBotServiceStatisticsCommandService'false],
  401.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  402.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  403.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  404.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  405.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  406.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  407.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  408.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  409.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  410.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  411.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  412.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  413.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  414.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  415.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  416.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  417.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  418.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  419.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  420.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  421.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  422.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  423.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  424.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  425.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  426.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  427.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  428.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  429.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  430.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  431.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  432.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  433.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  434.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  435.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  436.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  437.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  438.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  439.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  440.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  441.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  442.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  443.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  444.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  445.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  446.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  447.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  448.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  449.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  450.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  451.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  452.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  453.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  454.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  455.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  456.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  457.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  458.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  459.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  460.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  461.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  462.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  463.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  464.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  465.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  466.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  467.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  468.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  469.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  470.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  471.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  472.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  473.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  474.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  475.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  476.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  477.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  478.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  479.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  480.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  481.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  482.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  483.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  484.         ], [
  485.             'App\\Command\\CreateStorageCommand' => 'App\\Command\\CreateStorageCommand',
  486.             'App\\Command\\DeleteMemoryStorageCommand' => 'App\\Command\\DeleteMemoryStorageCommand',
  487.             'App\\Command\\MemoryStorageCheckMemoryCommand' => 'App\\Command\\MemoryStorageCheckMemoryCommand',
  488.             'App\\Command\\UpdateInstanceAreaCommand' => 'App\\Command\\UpdateInstanceAreaCommand',
  489.             'App\\Command\\UpdateInstanceDataCommand' => 'App\\Command\\UpdateInstanceDataCommand',
  490.             'App\\Command\\UpdateOpenDataBotServiceStatisticsCommand' => 'App\\Command\\UpdateOpenDataBotServiceStatisticsCommand',
  491.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  492.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  493.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  494.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  495.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  496.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  497.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  498.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  499.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  500.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  501.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  502.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  503.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  504.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  505.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  506.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  507.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  508.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  509.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  510.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  511.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  512.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  513.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  514.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  515.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  516.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  517.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  518.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  519.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  520.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  521.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  522.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  523.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  524.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  525.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  526.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  527.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  528.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  529.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  530.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  531.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  532.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  533.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  534.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  535.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  536.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  537.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  538.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  539.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  540.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  541.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  542.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  543.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  544.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  545.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  546.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  547.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  548.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  549.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  550.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  551.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  552.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  553.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  554.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  555.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  556.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  557.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  558.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  559.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  560.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  561.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  562.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  563.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  564.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  565.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  566.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  567.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  568.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  569.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  570.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  571.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  572.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  573.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  574.         ]), ['app:create-storage' => 'App\\Command\\CreateStorageCommand''app:delete-memory-storage' => 'App\\Command\\DeleteMemoryStorageCommand''app:check-memory-storage' => 'App\\Command\\MemoryStorageCheckMemoryCommand''app:update-instance-area' => 'App\\Command\\UpdateInstanceAreaCommand''app:update-instance-data' => 'App\\Command\\UpdateInstanceDataCommand''app:odb:update-service-stats' => 'App\\Command\\UpdateOpenDataBotServiceStatisticsCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''make:admin:migration' => 'easyadmin.command.make_admin_migration''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:registration-form' => 'maker.auto_command.make_registration_form''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  575.     }
  576.     /**
  577.      * Gets the public 'container.env_var_processors_locator' shared service.
  578.      *
  579.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  580.      */
  581.     protected function getContainer_EnvVarProcessorsLocatorService()
  582.     {
  583.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  584.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  585.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  586.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  587.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  588.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  589.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  590.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  591.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  592.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  593.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  594.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  595.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  596.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  597.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  598.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  599.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  600.         ], [
  601.             'base64' => '?',
  602.             'bool' => '?',
  603.             'const' => '?',
  604.             'csv' => '?',
  605.             'default' => '?',
  606.             'file' => '?',
  607.             'float' => '?',
  608.             'int' => '?',
  609.             'json' => '?',
  610.             'key' => '?',
  611.             'query_string' => '?',
  612.             'require' => '?',
  613.             'resolve' => '?',
  614.             'string' => '?',
  615.             'trim' => '?',
  616.             'url' => '?',
  617.         ]);
  618.     }
  619.     /**
  620.      * Gets the public 'data_collector.dump' shared service.
  621.      *
  622.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  623.      */
  624.     protected function getDataCollector_DumpService()
  625.     {
  626.         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()));
  627.     }
  628.     /**
  629.      * Gets the public 'doctrine' shared service.
  630.      *
  631.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  632.      */
  633.     protected function getDoctrineService()
  634.     {
  635.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  636.     }
  637.     /**
  638.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  639.      *
  640.      * @return \Doctrine\DBAL\Connection
  641.      */
  642.     protected function getDoctrine_Dbal_DefaultConnectionService()
  643.     {
  644.         $a = new \Doctrine\DBAL\Configuration();
  645.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  646.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  647.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  648.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  649.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  650.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  651.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  652.         $a->setSQLLogger($b);
  653.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  654.             'App\\EventListener\\PlatformConfigChanged' => ['privates''App\\EventListener\\PlatformConfigChanged''getPlatformConfigChangedService'false],
  655.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  656.             'doctrine.orm.memory_storage_listeners.attach_entity_listeners' => ['privates''doctrine.orm.memory_storage_listeners.attach_entity_listeners''getDoctrine_Orm_MemoryStorageListeners_AttachEntityListenersService'false],
  657.         ], [
  658.             'App\\EventListener\\PlatformConfigChanged' => '?',
  659.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  660.             'doctrine.orm.memory_storage_listeners.attach_entity_listeners' => '?',
  661.         ]));
  662.         $e = new \Gedmo\Timestampable\TimestampableListener();
  663.         $e->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  664.         $d->addEventSubscriber($e);
  665.         $d->addEventListener([=> 'postUpdate'], 'App\\EventListener\\PlatformConfigChanged');
  666.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  667.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.memory_storage_listeners.attach_entity_listeners');
  668.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  669.     }
  670.     /**
  671.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  672.      *
  673.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  674.      */
  675.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  676.     {
  677.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  678.             'App\\EventListener\\PlatformAppEventListener' => ['privates''App\\EventListener\\PlatformAppEventListener''getPlatformAppEventListenerService'false],
  679.         ], [
  680.             'App\\EventListener\\PlatformAppEventListener' => '?',
  681.         ]));
  682.         $instance->registerService('App\\EventListener\\PlatformAppEventListener''App\\EventListener\\PlatformAppEventListener');
  683.         $instance->registerService('App\\EventListener\\PlatformAppEventListener''App\\EventListener\\PlatformAppEventListener');
  684.         $instance->registerService('App\\EventListener\\PlatformAppEventListener''App\\EventListener\\PlatformAppEventListener');
  685.         return $instance;
  686.     }
  687.     /**
  688.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  689.      *
  690.      * @return \Doctrine\ORM\EntityManager
  691.      */
  692.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  693.     {
  694.         $a = new \Doctrine\ORM\Configuration();
  695.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  696.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  697.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  698.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  699.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  700.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  701.         $a->setMetadataDriverImpl($b);
  702.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  703.         $a->setProxyNamespace('Proxies');
  704.         $a->setAutoGenerateProxyClasses(false);
  705.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  706.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  707.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  708.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  709.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  710.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  711.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  712.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  713.         return $instance;
  714.     }
  715.     /**
  716.      * Gets the public 'doctrine.orm.memory_storage_entity_manager' shared service.
  717.      *
  718.      * @return \Doctrine\ORM\EntityManager
  719.      */
  720.     protected function getDoctrine_Orm_MemoryStorageEntityManagerService($lazyLoad true)
  721.     {
  722.         $a = new \Doctrine\ORM\Configuration();
  723.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  724.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  725.         $a->setEntityNamespaces(['MemoryStorage' => 'App\\Entity']);
  726.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.memory_storage.metadata'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_MetadataService())));
  727.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.memory_storage.query'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_QueryService())));
  728.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.memory_storage.result'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_ResultService())));
  729.         $a->setMetadataDriverImpl($b);
  730.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  731.         $a->setProxyNamespace('Proxies');
  732.         $a->setAutoGenerateProxyClasses(false);
  733.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  734.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  735.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  736.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  737.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  738.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  739.         $this->services['doctrine.orm.memory_storage_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  740.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  741.         return $instance;
  742.     }
  743.     /**
  744.      * Gets the public 'easyadmin.autocomplete' shared service.
  745.      *
  746.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  747.      */
  748.     protected function getEasyadmin_AutocompleteService()
  749.     {
  750.         return $this->services['easyadmin.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), new \EasyCorp\Bundle\EasyAdminBundle\Search\Finder(($this->services['easyadmin.query_builder'] ?? $this->getEasyadmin_QueryBuilderService()), ($this->services['easyadmin.paginator'] ?? ($this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator()))), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  751.     }
  752.     /**
  753.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  754.      *
  755.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  756.      */
  757.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  758.     {
  759.         $this->services['easyadmin.command.make_admin_migration'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), \dirname(__DIR__4));
  760.         $instance->setName('make:admin:migration');
  761.         return $instance;
  762.     }
  763.     /**
  764.      * Gets the public 'easyadmin.config.manager' shared service.
  765.      *
  766.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  767.      */
  768.     protected function getEasyadmin_Config_ManagerService()
  769.     {
  770.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  771.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  772.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  773.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('uk'));
  774.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  775.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  776.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  777.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  778.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  779.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  780.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  781.         return $instance;
  782.     }
  783.     /**
  784.      * Gets the public 'easyadmin.filter.registry' shared service.
  785.      *
  786.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  787.      */
  788.     protected function getEasyadmin_Filter_RegistryService()
  789.     {
  790.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  791.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  792.         }, 1));
  793.     }
  794.     /**
  795.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  796.      *
  797.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  798.      */
  799.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  800.     {
  801.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  802.     }
  803.     /**
  804.      * Gets the public 'easyadmin.listener.controller' shared service.
  805.      *
  806.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  807.      */
  808.     protected function getEasyadmin_Listener_ControllerService()
  809.     {
  810.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  811.     }
  812.     /**
  813.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  814.      *
  815.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  816.      */
  817.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  818.     {
  819.         return $this->services['easyadmin.listener.request_post_initialize'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  820.     }
  821.     /**
  822.      * Gets the public 'easyadmin.paginator' shared service.
  823.      *
  824.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  825.      */
  826.     protected function getEasyadmin_PaginatorService()
  827.     {
  828.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  829.     }
  830.     /**
  831.      * Gets the public 'easyadmin.property_accessor' shared service.
  832.      *
  833.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  834.      */
  835.     protected function getEasyadmin_PropertyAccessorService()
  836.     {
  837.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  838.     }
  839.     /**
  840.      * Gets the public 'easyadmin.query_builder' shared service.
  841.      *
  842.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  843.      */
  844.     protected function getEasyadmin_QueryBuilderService()
  845.     {
  846.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  847.     }
  848.     /**
  849.      * Gets the public 'easyadmin.router' shared service.
  850.      *
  851.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  852.      */
  853.     protected function getEasyadmin_RouterService()
  854.     {
  855.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  856.     }
  857.     /**
  858.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  859.      *
  860.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  861.      */
  862.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  863.     {
  864.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  865.     }
  866.     /**
  867.      * Gets the public 'error_controller' shared service.
  868.      *
  869.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  870.      */
  871.     protected function getErrorControllerService()
  872.     {
  873.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  874.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  875.     }
  876.     /**
  877.      * Gets the public 'event_dispatcher' shared service.
  878.      *
  879.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  880.      */
  881.     protected function getEventDispatcherService()
  882.     {
  883.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  884.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  885.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  886.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  887.         $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())));
  888.         $instance->addListener('kernel.controller', [=> function () {
  889.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  890.         }, => 'onKernelController'], 0);
  891.         $instance->addListener('kernel.controller', [=> function () {
  892.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  893.         }, => 'onKernelController'], 0);
  894.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  895.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  896.         }, => 'initializeRequest'], 0);
  897.         $instance->addListener('easy_admin.post_persist', [=> function () {
  898.             return ($this->privates['App\\EventSubscriber\\PaymentSubscriber'] ?? $this->getPaymentSubscriberService());
  899.         }, => 'postPersist'], 0);
  900.         $instance->addListener('easy_admin.pre_delete', [=> function () {
  901.             return ($this->privates['App\\EventSubscriber\\PaymentSubscriber'] ?? $this->getPaymentSubscriberService());
  902.         }, => 'preDelete'], 0);
  903.         $instance->addListener('App\\Event\\PlatformAppInitEvent', [=> function () {
  904.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  905.         }, => 'processPlatformAppInitEvent'], 0);
  906.         $instance->addListener('App\\Event\\PlatformAppBeUpEvent', [=> function () {
  907.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  908.         }, => 'processPlatformAppBeUpEvent'], 0);
  909.         $instance->addListener('App\\Event\\PlatformAppCreateEvent', [=> function () {
  910.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  911.         }, => 'processPlatformAppCreateEvent'], 0);
  912.         $instance->addListener('App\\Event\\PlatformAppDeleteEvent', [=> function () {
  913.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  914.         }, => 'processPlatformAppDeleteEvent'], 0);
  915.         $instance->addListener('App\\Event\\PlatformAppSuspendEvent', [=> function () {
  916.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  917.         }, => 'processPlatformAppSuspendEvent'], 0);
  918.         $instance->addListener('App\\Event\\PlatformAppUnsuspendEvent', [=> function () {
  919.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  920.         }, => 'processPlatformAppUnsuspendEvent'], 0);
  921.         $instance->addListener('App\\Event\\PlatformAppWaitingForDeleteEvent', [=> function () {
  922.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  923.         }, => 'processPlatformAppWaitingForDeleteEvent'], 0);
  924.         $instance->addListener('App\\Event\\PlatformAppWaitingForSuspendEvent', [=> function () {
  925.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  926.         }, => 'processPlatformAppWaitingForSuspendEvent'], 0);
  927.         $instance->addListener('App\\Event\\PlatformAppWaitingForUnsuspendEvent', [=> function () {
  928.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  929.         }, => 'processPlatformAppWaitingForUnsuspendEvent'], 0);
  930.         $instance->addListener('App\\Event\\PlatformAppSuccessfulSuspendedEvent', [=> function () {
  931.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  932.         }, => 'processPlatformAppSuccessfulSuspendedEvent'], 0);
  933.         $instance->addListener('App\\Event\\PlatformAppSuccessfulDeletedEvent', [=> function () {
  934.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  935.         }, => 'processPlatformAppSuccessfulDeletedEvent'], 0);
  936.         $instance->addListener('App\\Event\\PlatformAppSuccessfulUnsuspendedEvent', [=> function () {
  937.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  938.         }, => 'processPlatformAppSuccessfulUnsuspendedEvent'], 0);
  939.         $instance->addListener('App\\Event\\PlatformAppCreateMemoryStorageEvent', [=> function () {
  940.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  941.         }, => 'processPlatformAppCreateMemoryStorageEvent'], 0);
  942.         $instance->addListener('App\\Event\\PlatformAppDeleteMemoryStorageEvent', [=> function () {
  943.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  944.         }, => 'processPlatformAppDeleteMemoryStorageEvent'], 0);
  945.         $instance->addListener('App\\Event\\PlatformAppRemovalProcessMemoryStorageEvent', [=> function () {
  946.             return ($this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] ?? $this->getPlatformAppEventSubscriberService());
  947.         }, => 'processPlatformAppRemovalProcessMemoryStorageEvent'], 0);
  948.         $instance->addListener('kernel.terminate', [=> function () {
  949.             return ($this->privates['App\\EventSubscriber\\PlatformAppRequestSubscriber'] ?? $this->getPlatformAppRequestSubscriberService());
  950.         }, => 'processPingTasks'], 0);
  951.         $instance->addListener('kernel.response', [=> function () {
  952.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  953.         }, => 'onKernelResponse'], 0);
  954.         $instance->addListener('kernel.response', [=> function () {
  955.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  956.         }, => 'onKernelResponse'], -1024);
  957.         $instance->addListener('kernel.request', [=> function () {
  958.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  959.         }, => 'setDefaultLocale'], 100);
  960.         $instance->addListener('kernel.request', [=> function () {
  961.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  962.         }, => 'onKernelRequest'], 16);
  963.         $instance->addListener('kernel.finish_request', [=> function () {
  964.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  965.         }, => 'onKernelFinishRequest'], 0);
  966.         $instance->addListener('kernel.request', [=> function () {
  967.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  968.         }, => 'onKernelRequest'], 256);
  969.         $instance->addListener('kernel.response', [=> function () {
  970.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  971.         }, => 'onResponse'], -255);
  972.         $instance->addListener('kernel.controller_arguments', [=> function () {
  973.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  974.         }, => 'onControllerArguments'], 0);
  975.         $instance->addListener('kernel.exception', [=> function () {
  976.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  977.         }, => 'logKernelException'], 0);
  978.         $instance->addListener('kernel.exception', [=> function () {
  979.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  980.         }, => 'onKernelException'], -128);
  981.         $instance->addListener('kernel.request', [=> function () {
  982.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  983.         }, => 'onKernelRequest'], 15);
  984.         $instance->addListener('kernel.finish_request', [=> function () {
  985.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  986.         }, => 'onKernelFinishRequest'], -15);
  987.         $instance->addListener('console.error', [=> function () {
  988.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  989.         }, => 'onConsoleError'], -128);
  990.         $instance->addListener('console.terminate', [=> function () {
  991.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  992.         }, => 'onConsoleTerminate'], -128);
  993.         $instance->addListener('console.error', [=> function () {
  994.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  995.         }, => 'onConsoleError'], 0);
  996.         $instance->addListener('kernel.request', [=> function () {
  997.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  998.         }, => 'onKernelRequest'], 128);
  999.         $instance->addListener('kernel.response', [=> function () {
  1000.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1001.         }, => 'onKernelResponse'], -1000);
  1002.         $instance->addListener('kernel.finish_request', [=> function () {
  1003.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1004.         }, => 'onFinishRequest'], 0);
  1005.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1006.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1007.         }, => 'onMessage'], -255);
  1008.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1009.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1010.         }, => 'onMessage'], -255);
  1011.         $instance->addListener('kernel.response', [=> function () {
  1012.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1013.         }, => 'onKernelResponse'], -100);
  1014.         $instance->addListener('kernel.exception', [=> function () {
  1015.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1016.         }, => 'onKernelException'], 0);
  1017.         $instance->addListener('kernel.terminate', [=> function () {
  1018.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1019.         }, => 'onKernelTerminate'], -1024);
  1020.         $instance->addListener('kernel.controller', [=> function () {
  1021.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1022.         }, => 'onKernelController'], 0);
  1023.         $instance->addListener('kernel.response', [=> function () {
  1024.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1025.         }, => 'onKernelResponse'], 0);
  1026.         $instance->addListener('kernel.request', [=> function () {
  1027.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1028.         }, => 'configure'], 2048);
  1029.         $instance->addListener('console.command', [=> function () {
  1030.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1031.         }, => 'configure'], 2048);
  1032.         $instance->addListener('kernel.request', [=> function () {
  1033.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1034.         }, => 'onKernelRequest'], 32);
  1035.         $instance->addListener('kernel.finish_request', [=> function () {
  1036.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1037.         }, => 'onKernelFinishRequest'], 0);
  1038.         $instance->addListener('kernel.exception', [=> function () {
  1039.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1040.         }, => 'onKernelException'], -64);
  1041.         $instance->addListener('kernel.response', [=> function () {
  1042.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1043.         }, => 'onKernelResponse'], 0);
  1044.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1045.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1046.         }, => 'onMessage'], 0);
  1047.         $instance->addListener('kernel.response', [=> function () {
  1048.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1049.         }, => 'onKernelResponse'], -128);
  1050.         $instance->addListener('console.command', [=> function () {
  1051.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1052.         }, => 'onCommand'], 255);
  1053.         $instance->addListener('console.terminate', [=> function () {
  1054.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1055.         }, => 'onTerminate'], -255);
  1056.         $instance->addListener('console.command', [=> function () {
  1057.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1058.         }, => 'configure'], 1024);
  1059.         $instance->addListener('kernel.controller', [=> function () {
  1060.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1061.         }, => 'onKernelController'], 0);
  1062.         $instance->addListener('kernel.controller', [=> function () {
  1063.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1064.         }, => 'onKernelController'], 0);
  1065.         $instance->addListener('kernel.controller', [=> function () {
  1066.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1067.         }, => 'onKernelController'], -128);
  1068.         $instance->addListener('kernel.view', [=> function () {
  1069.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1070.         }, => 'onKernelView'], 0);
  1071.         $instance->addListener('kernel.controller', [=> function () {
  1072.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1073.         }, => 'onKernelController'], 0);
  1074.         $instance->addListener('kernel.response', [=> function () {
  1075.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1076.         }, => 'onKernelResponse'], 0);
  1077.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1078.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1079.         }, => 'onKernelControllerArguments'], 0);
  1080.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1081.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1082.         }, => 'onKernelControllerArguments'], 0);
  1083.         $instance->addListener('kernel.response', [=> function () {
  1084.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1085.         }, => 'onKernelResponse'], 0);
  1086.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1087.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1088.         }, => 'onVoterVote'], 0);
  1089.         $instance->addListener('kernel.request', [=> function () {
  1090.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1091.         }, => 'configureLogoutUrlGenerator'], 8);
  1092.         $instance->addListener('kernel.request', [=> function () {
  1093.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1094.         }, => 'onKernelRequest'], 8);
  1095.         $instance->addListener('kernel.finish_request', [=> function () {
  1096.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1097.         }, => 'onKernelFinishRequest'], 0);
  1098.         $instance->addListener('console.error', [=> function () {
  1099.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1100.         }, => 'onConsoleError'], 0);
  1101.         $instance->addListener('console.terminate', [=> function () {
  1102.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1103.         }, => 'onConsoleTerminate'], 0);
  1104.         $instance->addListener('kernel.exception', [=> function () {
  1105.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1106.         }, => 'onException'], 0);
  1107.         $instance->addListener('kernel.terminate', [=> function () {
  1108.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1109.         }, => 'onTerminate'], 0);
  1110.         $instance->addListener('console.error', [=> function () {
  1111.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1112.         }, => 'onException'], 0);
  1113.         $instance->addListener('console.terminate', [=> function () {
  1114.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1115.         }, => 'onTerminate'], 0);
  1116.         return $instance;
  1117.     }
  1118.     /**
  1119.      * Gets the public 'filesystem' shared service.
  1120.      *
  1121.      * @return \Symfony\Component\Filesystem\Filesystem
  1122.      */
  1123.     protected function getFilesystemService()
  1124.     {
  1125.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1126.     }
  1127.     /**
  1128.      * Gets the public 'form.factory' shared service.
  1129.      *
  1130.      * @return \Symfony\Component\Form\FormFactory
  1131.      */
  1132.     protected function getForm_FactoryService()
  1133.     {
  1134.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1135.     }
  1136.     /**
  1137.      * Gets the public 'form.type.file' shared service.
  1138.      *
  1139.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1140.      */
  1141.     protected function getForm_Type_FileService()
  1142.     {
  1143.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1144.     }
  1145.     /**
  1146.      * Gets the public 'http_kernel' shared service.
  1147.      *
  1148.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1149.      */
  1150.     protected function getHttpKernelService()
  1151.     {
  1152.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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 () {
  1153.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1154.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1155.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1156.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1157.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1158.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1159.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1160.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1161.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1162.     }
  1163.     /**
  1164.      * Gets the public 'profiler' shared service.
  1165.      *
  1166.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1167.      */
  1168.     protected function getProfilerService()
  1169.     {
  1170.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1171.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1172.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1173.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1174.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1175.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1176.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1177.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1178.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1179.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1180.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1181.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1182.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1183.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1184.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1185.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1186.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1187.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1188.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1189.         $d->addInstance('cache.doctrine.orm.memory_storage.metadata', ($this->services['cache.doctrine.orm.memory_storage.metadata'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_MetadataService()));
  1190.         $d->addInstance('cache.doctrine.orm.memory_storage.result', ($this->services['cache.doctrine.orm.memory_storage.result'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_ResultService()));
  1191.         $d->addInstance('cache.doctrine.orm.memory_storage.query', ($this->services['cache.doctrine.orm.memory_storage.query'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_QueryService()));
  1192.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1193.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1194.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1195.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1196.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1197.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1198.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1199.         if ($this->has('kernel')) {
  1200.             $g->setKernel($b);
  1201.         }
  1202.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1203.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1204.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1205.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1206.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1207.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1208.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1209.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1210.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1211.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1212.         $instance->add($d);
  1213.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1214.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1215.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1216.         $instance->add($e);
  1217.         $instance->add($f);
  1218.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1219.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1220.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1221.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1222.         $instance->add($g);
  1223.         return $instance;
  1224.     }
  1225.     /**
  1226.      * Gets the public 'request_stack' shared service.
  1227.      *
  1228.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1229.      */
  1230.     protected function getRequestStackService()
  1231.     {
  1232.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1233.     }
  1234.     /**
  1235.      * Gets the public 'router' shared service.
  1236.      *
  1237.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1238.      */
  1239.     protected function getRouterService()
  1240.     {
  1241.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1242.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1243.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1244.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1245.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1246.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1247.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1248.         ], [
  1249.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1250.         ]))->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'uk');
  1251.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1252.         return $instance;
  1253.     }
  1254.     /**
  1255.      * Gets the public 'routing.loader' shared service.
  1256.      *
  1257.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1258.      */
  1259.     protected function getRouting_LoaderService()
  1260.     {
  1261.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1262.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1263.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1264.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1265.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1266.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1267.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1268.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1269.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1270.             'kernel' => ['services''kernel''getKernelService'false],
  1271.         ], [
  1272.             'kernel' => 'App\\Kernel',
  1273.         ])));
  1274.         $a->addLoader($c);
  1275.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1276.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1277.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  1278.     }
  1279.     /**
  1280.      * Gets the public 'security.authentication_utils' shared service.
  1281.      *
  1282.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1283.      */
  1284.     protected function getSecurity_AuthenticationUtilsService()
  1285.     {
  1286.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1287.     }
  1288.     /**
  1289.      * Gets the public 'security.authorization_checker' shared service.
  1290.      *
  1291.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1292.      */
  1293.     protected function getSecurity_AuthorizationCheckerService()
  1294.     {
  1295.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1296.     }
  1297.     /**
  1298.      * Gets the public 'security.csrf.token_manager' shared service.
  1299.      *
  1300.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1301.      */
  1302.     protected function getSecurity_Csrf_TokenManagerService()
  1303.     {
  1304.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1305.     }
  1306.     /**
  1307.      * Gets the public 'security.password_encoder' shared service.
  1308.      *
  1309.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1310.      */
  1311.     protected function getSecurity_PasswordEncoderService()
  1312.     {
  1313.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1314.     }
  1315.     /**
  1316.      * Gets the public 'security.token_storage' shared service.
  1317.      *
  1318.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1319.      */
  1320.     protected function getSecurity_TokenStorageService()
  1321.     {
  1322.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1323.             'session' => ['services''session''getSessionService'false],
  1324.         ], [
  1325.             'session' => '?',
  1326.         ]));
  1327.     }
  1328.     /**
  1329.      * Gets the public 'serializer' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\Serializer\Serializer
  1332.      */
  1333.     protected function getSerializerService()
  1334.     {
  1335.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1336.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1337.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1338.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  1339.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1340.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  1341.             yield => ($this->privates['doctrine.orm.memory_storage_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_MemoryStorageEntityManager_PropertyInfoExtractorService());
  1342.         }, 4), new RewindableGenerator(function () {
  1343.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  1344.             yield => ($this->privates['doctrine.orm.memory_storage_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_MemoryStorageEntityManager_PropertyInfoExtractorService());
  1345.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1347.         }, 4), new RewindableGenerator(function () {
  1348.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1349.         }, 1), new RewindableGenerator(function () {
  1350.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  1351.             yield => ($this->privates['doctrine.orm.memory_storage_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_MemoryStorageEntityManager_PropertyInfoExtractorService());
  1352.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1353.         }, 3), new RewindableGenerator(function () {
  1354.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1355.         }, 1)), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, ['circular_reference_handler' => new \App\Utils\CircularReferenceHandler()])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1356.     }
  1357.     /**
  1358.      * Gets the public 'services_resetter' shared service.
  1359.      *
  1360.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1361.      */
  1362.     protected function getServicesResetterService()
  1363.     {
  1364.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1365.             if (isset($this->services['cache.app'])) {
  1366.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1367.             }
  1368.             if (isset($this->services['cache.system'])) {
  1369.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1370.             }
  1371.             if (isset($this->privates['cache.validator'])) {
  1372.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1373.             }
  1374.             if (isset($this->privates['cache.serializer'])) {
  1375.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1376.             }
  1377.             if (isset($this->privates['cache.annotations'])) {
  1378.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1379.             }
  1380.             if (isset($this->privates['cache.property_info'])) {
  1381.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1382.             }
  1383.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1384.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1385.             }
  1386.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1387.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1388.             }
  1389.             if (isset($this->services['profiler'])) {
  1390.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1391.             }
  1392.             if (isset($this->services['validator'])) {
  1393.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1394.             }
  1395.             if (isset($this->privates['debug.stopwatch'])) {
  1396.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1397.             }
  1398.             if (isset($this->services['event_dispatcher'])) {
  1399.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1400.             }
  1401.             if (isset($this->privates['monolog.handler.main'])) {
  1402.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1403.             }
  1404.             if (isset($this->privates['monolog.handler.console'])) {
  1405.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1406.             }
  1407.             if (isset($this->services['doctrine'])) {
  1408.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1409.             }
  1410.             if (isset($this->privates['form.type.entity'])) {
  1411.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1412.             }
  1413.             if (isset($this->services['security.token_storage'])) {
  1414.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1415.             }
  1416.             if (isset($this->privates['cache.security_expression_language'])) {
  1417.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1418.             }
  1419.             if (isset($this->privates['cache.easyadmin'])) {
  1420.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  1421.             }
  1422.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1423.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1424.             }
  1425.         }, function () {
  1426.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['cache.easyadmin'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  1427.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  1428.     }
  1429.     /**
  1430.      * Gets the public 'session' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1433.      */
  1434.     protected function getSessionService()
  1435.     {
  1436.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1437.     }
  1438.     /**
  1439.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1440.      *
  1441.      * @return \Swift_Mailer
  1442.      */
  1443.     protected function getSwiftmailer_Mailer_DefaultService()
  1444.     {
  1445.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1446.     }
  1447.     /**
  1448.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1449.      *
  1450.      * @return \Swift_Plugins_MessageLogger
  1451.      */
  1452.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1453.     {
  1454.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1455.     }
  1456.     /**
  1457.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1458.      *
  1459.      * @return \Swift_Transport
  1460.      */
  1461.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1462.     {
  1463.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => $this->getEnv('MAILER_TRANSPORT'), 'url' => NULL'username' => $this->getEnv('MAILER_USERNAME'), 'password' => $this->getEnv('MAILER_PASSWORD'), 'host' => $this->getEnv('MAILER_HOST'), 'port' => $this->getEnv('MAILER_PORT'), 'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => $this->getEnv('MAILER_ENCRYPTION'), 'auth_mode' => $this->getEnv('MAILER_AUTH_MODE'), 'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1464.     }
  1465.     /**
  1466.      * Gets the public 'swiftmailer.transport' shared service.
  1467.      *
  1468.      * @return \Swift_Transport_SpoolTransport
  1469.      */
  1470.     protected function getSwiftmailer_TransportService()
  1471.     {
  1472.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  1473.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'translator' shared service.
  1478.      *
  1479.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1480.      */
  1481.     protected function getTranslatorService()
  1482.     {
  1483.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1484.     }
  1485.     /**
  1486.      * Gets the public 'twig' shared service.
  1487.      *
  1488.      * @return \Twig\Environment
  1489.      */
  1490.     protected function getTwigService()
  1491.     {
  1492.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1493.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1494.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1495.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1496.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1497.         $e = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1498.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1499.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1500.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1501.         $g->setEnvironment('dev');
  1502.         $g->setDebug(true);
  1503.         if ($this->has('security.token_storage')) {
  1504.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1505.         }
  1506.         if ($this->has('request_stack')) {
  1507.             $g->setRequestStack($c);
  1508.         }
  1509.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1510.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1511.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1512.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1513.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1514.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1515.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1516.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1517.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1518.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1519.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1520.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1521.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1522.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1523.         $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())));
  1524.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($e));
  1525.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1526.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1527.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1528.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$e$b, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  1529.         $instance->addGlobal('app'$g);
  1530.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1531.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1532.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1533.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1534.         ], [
  1535.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1536.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1537.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1538.         ])));
  1539.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  1540.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  1541.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1542.         return $instance;
  1543.     }
  1544.     /**
  1545.      * Gets the public 'validator' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1548.      */
  1549.     protected function getValidatorService()
  1550.     {
  1551.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1552.     }
  1553.     /**
  1554.      * Gets the public 'var_dumper.cloner' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1557.      */
  1558.     protected function getVarDumper_ClonerService()
  1559.     {
  1560.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1561.         $instance->setMaxItems(2500);
  1562.         $instance->setMinDepth(1);
  1563.         $instance->setMaxString(-1);
  1564.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1565.         return $instance;
  1566.     }
  1567.     /**
  1568.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1569.      *
  1570.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1571.      */
  1572.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1573.     {
  1574.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  1575.     }
  1576.     /**
  1577.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1578.      *
  1579.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1580.      */
  1581.     protected function getWebProfiler_Controller_ProfilerService()
  1582.     {
  1583.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1584.     }
  1585.     /**
  1586.      * Gets the public 'web_profiler.controller.router' shared service.
  1587.      *
  1588.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1589.      */
  1590.     protected function getWebProfiler_Controller_RouterService()
  1591.     {
  1592.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  1593.     }
  1594.     /**
  1595.      * Gets the private '.debug.http_client' shared service.
  1596.      *
  1597.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1598.      */
  1599.     protected function get_Debug_HttpClientService()
  1600.     {
  1601.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1602.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1603.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1604.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1605.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1606.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1607.         $a->setLogger($b);
  1608.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1609.     }
  1610.     /**
  1611.      * Gets the private '.service_locator.RGN9gus' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1614.      */
  1615.     protected function get_ServiceLocator_RGN9gusService()
  1616.     {
  1617.         return $this->privates['.service_locator.RGN9gus'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1618.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1619.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  1620.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  1621.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  1622.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  1623.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  1624.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  1625.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  1626.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  1627.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1628.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1629.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1630.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1631.             'router' => ['services''router''getRouterService'false],
  1632.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1633.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1634.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1635.             'serializer' => ['services''serializer''getSerializerService'false],
  1636.             'session' => ['services''session''getSessionService'false],
  1637.             'twig' => ['services''twig''getTwigService'false],
  1638.         ], [
  1639.             'doctrine' => '?',
  1640.             'easyadmin.autocomplete' => '?',
  1641.             'easyadmin.config.manager' => '?',
  1642.             'easyadmin.filter.registry' => '?',
  1643.             'easyadmin.paginator' => '?',
  1644.             'easyadmin.property_accessor' => '?',
  1645.             'easyadmin.query_builder' => '?',
  1646.             'easyadmin.security.authorization_checker' => '?',
  1647.             'event_dispatcher' => '?',
  1648.             'form.factory' => '?',
  1649.             'http_kernel' => '?',
  1650.             'parameter_bag' => '?',
  1651.             'request_stack' => '?',
  1652.             'router' => '?',
  1653.             'security.authorization_checker' => '?',
  1654.             'security.csrf.token_manager' => '?',
  1655.             'security.token_storage' => '?',
  1656.             'serializer' => '?',
  1657.             'session' => '?',
  1658.             'twig' => '?',
  1659.         ]);
  1660.     }
  1661.     /**
  1662.      * Gets the private '.service_locator.csvSx8x' shared service.
  1663.      *
  1664.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1665.      */
  1666.     protected function get_ServiceLocator_CsvSx8xService()
  1667.     {
  1668.         return $this->privates['.service_locator.csvSx8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1669.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1670.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1671.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1672.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1673.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1674.             'router' => ['services''router''getRouterService'false],
  1675.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1676.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1677.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1678.             'serializer' => ['services''serializer''getSerializerService'false],
  1679.             'session' => ['services''session''getSessionService'false],
  1680.             'twig' => ['services''twig''getTwigService'false],
  1681.         ], [
  1682.             'doctrine' => '?',
  1683.             'form.factory' => '?',
  1684.             'http_kernel' => '?',
  1685.             'parameter_bag' => '?',
  1686.             'request_stack' => '?',
  1687.             'router' => '?',
  1688.             'security.authorization_checker' => '?',
  1689.             'security.csrf.token_manager' => '?',
  1690.             'security.token_storage' => '?',
  1691.             'serializer' => '?',
  1692.             'session' => '?',
  1693.             'twig' => '?',
  1694.         ]);
  1695.     }
  1696.     /**
  1697.      * Gets the private '.service_locator.g.xob4v' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1700.      */
  1701.     protected function get_ServiceLocator_G_Xob4vService()
  1702.     {
  1703.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1704.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  1705.         ], [
  1706.             'authenticationUtils' => '?',
  1707.         ]);
  1708.     }
  1709.     /**
  1710.      * Gets the private '.service_locator.rVMUvVA' shared service.
  1711.      *
  1712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1713.      */
  1714.     protected function get_ServiceLocator_RVMUvVAService()
  1715.     {
  1716.         return $this->privates['.service_locator.rVMUvVA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1717.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  1718.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  1719.         ], [
  1720.             'App\\Controller\\SecurityController::login' => '?',
  1721.             'App\\Controller\\SecurityController:login' => '?',
  1722.         ]);
  1723.     }
  1724.     /**
  1725.      * Gets the private 'App\Command\CreateStorageCommand' shared autowired service.
  1726.      *
  1727.      * @return \App\Command\CreateStorageCommand
  1728.      */
  1729.     protected function getCreateStorageCommandService()
  1730.     {
  1731.         $this->privates['App\\Command\\CreateStorageCommand'] = $instance = new \App\Command\CreateStorageCommand(($this->privates['App\\Repository\\PlatformAppRepository'] ?? $this->getPlatformAppRepositoryService()), ($this->privates['App\\Service\\MemoryStorage\\MemoryStorage'] ?? $this->getMemoryStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1732.         $instance->setName('app:create-storage');
  1733.         return $instance;
  1734.     }
  1735.     /**
  1736.      * Gets the private 'App\Command\DeleteMemoryStorageCommand' shared autowired service.
  1737.      *
  1738.      * @return \App\Command\DeleteMemoryStorageCommand
  1739.      */
  1740.     protected function getDeleteMemoryStorageCommandService()
  1741.     {
  1742.         $this->privates['App\\Command\\DeleteMemoryStorageCommand'] = $instance = new \App\Command\DeleteMemoryStorageCommand(($this->privates['App\\Repository\\MemoryStorageRepository'] ?? $this->getMemoryStorageRepositoryService()), ($this->privates['App\\Service\\MemoryStorage\\MemoryStorage'] ?? $this->getMemoryStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1743.         $instance->setName('app:delete-memory-storage');
  1744.         return $instance;
  1745.     }
  1746.     /**
  1747.      * Gets the private 'App\Command\MemoryStorageCheckMemoryCommand' shared autowired service.
  1748.      *
  1749.      * @return \App\Command\MemoryStorageCheckMemoryCommand
  1750.      */
  1751.     protected function getMemoryStorageCheckMemoryCommandService()
  1752.     {
  1753.         $this->privates['App\\Command\\MemoryStorageCheckMemoryCommand'] = $instance = new \App\Command\MemoryStorageCheckMemoryCommand(($this->privates['App\\Repository\\PlatformAppRepository'] ?? $this->getPlatformAppRepositoryService()), ($this->privates['App\\Service\\MemoryStorage\\MemoryStorage'] ?? $this->getMemoryStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1754.         $instance->setName('app:check-memory-storage');
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the private 'App\Command\UpdateInstanceAreaCommand' shared autowired service.
  1759.      *
  1760.      * @return \App\Command\UpdateInstanceAreaCommand
  1761.      */
  1762.     protected function getUpdateInstanceAreaCommandService()
  1763.     {
  1764.         $this->privates['App\\Command\\UpdateInstanceAreaCommand'] = $instance = new \App\Command\UpdateInstanceAreaCommand($this->getEnv('APP_DOMAIN_URL'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\PlatformAppRepository'] ?? $this->getPlatformAppRepositoryService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1765.         $instance->setName('app:update-instance-area');
  1766.         return $instance;
  1767.     }
  1768.     /**
  1769.      * Gets the private 'App\Command\UpdateInstanceDataCommand' shared autowired service.
  1770.      *
  1771.      * @return \App\Command\UpdateInstanceDataCommand
  1772.      */
  1773.     protected function getUpdateInstanceDataCommandService()
  1774.     {
  1775.         $this->privates['App\\Command\\UpdateInstanceDataCommand'] = $instance = new \App\Command\UpdateInstanceDataCommand(($this->privates['App\\Service\\PlatformUpdater\\PlatformUpdater'] ?? $this->getPlatformUpdaterService()), ($this->privates['App\\Repository\\PlatformAppRepository'] ?? $this->getPlatformAppRepositoryService()));
  1776.         $instance->setName('app:update-instance-data');
  1777.         return $instance;
  1778.     }
  1779.     /**
  1780.      * Gets the private 'App\Command\UpdateOpenDataBotServiceStatisticsCommand' shared autowired service.
  1781.      *
  1782.      * @return \App\Command\UpdateOpenDataBotServiceStatisticsCommand
  1783.      */
  1784.     protected function getUpdateOpenDataBotServiceStatisticsCommandService()
  1785.     {
  1786.         $this->privates['App\\Command\\UpdateOpenDataBotServiceStatisticsCommand'] = $instance = new \App\Command\UpdateOpenDataBotServiceStatisticsCommand(new \App\Service\OpenDataBot\OpenDataBotClient($this->getEnv('OPEN_DATA_BOT_API_KEY'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), new \App\Service\OpenDataBotServiceStatisticHandler(($this->privates['App\\Repository\\OpenDataBotServiceStatisticRepository'] ?? $this->getOpenDataBotServiceStatisticRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1787.         $instance->setName('app:odb:update-service-stats');
  1788.         return $instance;
  1789.     }
  1790.     /**
  1791.      * Gets the private 'App\EventListener\PlatformAppEventListener' shared autowired service.
  1792.      *
  1793.      * @return \App\EventListener\PlatformAppEventListener
  1794.      */
  1795.     protected function getPlatformAppEventListenerService()
  1796.     {
  1797.         return $this->privates['App\\EventListener\\PlatformAppEventListener'] = new \App\EventListener\PlatformAppEventListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1798.     }
  1799.     /**
  1800.      * Gets the private 'App\EventListener\PlatformConfigChanged' shared autowired service.
  1801.      *
  1802.      * @return \App\EventListener\PlatformConfigChanged
  1803.      */
  1804.     protected function getPlatformConfigChangedService()
  1805.     {
  1806.         return $this->privates['App\\EventListener\\PlatformConfigChanged'] = new \App\EventListener\PlatformConfigChanged(($this->privates['App\\Service\\PlatformUpdater\\PlatformUpdater'] ?? $this->getPlatformUpdaterService()));
  1807.     }
  1808.     /**
  1809.      * Gets the private 'App\EventSubscriber\PaymentSubscriber' shared autowired service.
  1810.      *
  1811.      * @return \App\EventSubscriber\PaymentSubscriber
  1812.      */
  1813.     protected function getPaymentSubscriberService()
  1814.     {
  1815.         return $this->privates['App\\EventSubscriber\\PaymentSubscriber'] = new \App\EventSubscriber\PaymentSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1816.     }
  1817.     /**
  1818.      * Gets the private 'App\EventSubscriber\PlatformAppEventSubscriber' shared autowired service.
  1819.      *
  1820.      * @return \App\EventSubscriber\PlatformAppEventSubscriber
  1821.      */
  1822.     protected function getPlatformAppEventSubscriberService()
  1823.     {
  1824.         $a = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  1825.         $b = ($this->privates['App\\Service\\MemoryStorage\\MemoryStorage'] ?? $this->getMemoryStorageService());
  1826.         return $this->privates['App\\EventSubscriber\\PlatformAppEventSubscriber'] = new \App\EventSubscriber\PlatformAppEventSubscriber(new \App\Service\PlatformAppService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, new \App\Service\SaasService($a$this->getParameter('platform.app.configuration.user.list.request')), $this->getParameter('platform.app.configuration.create.request'), $this->getParameter('platform.app.configuration.suspend.request'), $this->getParameter('platform.app.configuration.unsuspend.request'), $this->getParameter('platform.app.configuration.remove.request')), ($this->privates['App\\Service\\Ping\\PingTaskService'] ?? $this->getPingTaskServiceService()), ($this->privates['App\\Service\\PlatformToken'] ?? $this->getPlatformTokenService()), ($this->privates['App\\Service\\PlatformUpdater\\PlatformUpdater'] ?? $this->getPlatformUpdaterService()), new \App\Service\EmailService(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService())), $b, new \App\Service\MemoryStorage\RemovalMemoryStorage(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\MemoryStorageRepository'] ?? $this->getMemoryStorageRepositoryService())), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Service\MemoryStorage\CheckStorage($b));
  1827.     }
  1828.     /**
  1829.      * Gets the private 'App\EventSubscriber\PlatformAppRequestSubscriber' shared autowired service.
  1830.      *
  1831.      * @return \App\EventSubscriber\PlatformAppRequestSubscriber
  1832.      */
  1833.     protected function getPlatformAppRequestSubscriberService()
  1834.     {
  1835.         return $this->privates['App\\EventSubscriber\\PlatformAppRequestSubscriber'] = new \App\EventSubscriber\PlatformAppRequestSubscriber(($this->privates['App\\Service\\Ping\\PingTaskService'] ?? $this->getPingTaskServiceService()));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'App\Repository\MemoryStorageRepository' shared autowired service.
  1839.      *
  1840.      * @return \App\Repository\MemoryStorageRepository
  1841.      */
  1842.     protected function getMemoryStorageRepositoryService()
  1843.     {
  1844.         return $this->privates['App\\Repository\\MemoryStorageRepository'] = new \App\Repository\MemoryStorageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1845.     }
  1846.     /**
  1847.      * Gets the private 'App\Repository\ModuleRepository' shared autowired service.
  1848.      *
  1849.      * @return \App\Repository\ModuleRepository
  1850.      */
  1851.     protected function getModuleRepositoryService()
  1852.     {
  1853.         return $this->privates['App\\Repository\\ModuleRepository'] = new \App\Repository\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1854.     }
  1855.     /**
  1856.      * Gets the private 'App\Repository\OpenDataBotServiceStatisticRepository' shared autowired service.
  1857.      *
  1858.      * @return \App\Repository\OpenDataBotServiceStatisticRepository
  1859.      */
  1860.     protected function getOpenDataBotServiceStatisticRepositoryService()
  1861.     {
  1862.         return $this->privates['App\\Repository\\OpenDataBotServiceStatisticRepository'] = new \App\Repository\OpenDataBotServiceStatisticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1863.     }
  1864.     /**
  1865.      * Gets the private 'App\Repository\PaymentRepository' shared autowired service.
  1866.      *
  1867.      * @return \App\Repository\PaymentRepository
  1868.      */
  1869.     protected function getPaymentRepositoryService()
  1870.     {
  1871.         return $this->privates['App\\Repository\\PaymentRepository'] = new \App\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1872.     }
  1873.     /**
  1874.      * Gets the private 'App\Repository\PlatformAppRepository' shared autowired service.
  1875.      *
  1876.      * @return \App\Repository\PlatformAppRepository
  1877.      */
  1878.     protected function getPlatformAppRepositoryService()
  1879.     {
  1880.         return $this->privates['App\\Repository\\PlatformAppRepository'] = new \App\Repository\PlatformAppRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'App\Repository\PlatformTokenRepository' shared autowired service.
  1884.      *
  1885.      * @return \App\Repository\PlatformTokenRepository
  1886.      */
  1887.     protected function getPlatformTokenRepositoryService()
  1888.     {
  1889.         return $this->privates['App\\Repository\\PlatformTokenRepository'] = new \App\Repository\PlatformTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1890.     }
  1891.     /**
  1892.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  1893.      *
  1894.      * @return \App\Repository\ServiceRepository
  1895.      */
  1896.     protected function getServiceRepositoryService()
  1897.     {
  1898.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1899.     }
  1900.     /**
  1901.      * Gets the private 'App\Repository\ServiceTypeRepository' shared autowired service.
  1902.      *
  1903.      * @return \App\Repository\ServiceTypeRepository
  1904.      */
  1905.     protected function getServiceTypeRepositoryService()
  1906.     {
  1907.         return $this->privates['App\\Repository\\ServiceTypeRepository'] = new \App\Repository\ServiceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'App\Repository\TariffPlanRepository' shared autowired service.
  1911.      *
  1912.      * @return \App\Repository\TariffPlanRepository
  1913.      */
  1914.     protected function getTariffPlanRepositoryService()
  1915.     {
  1916.         return $this->privates['App\\Repository\\TariffPlanRepository'] = new \App\Repository\TariffPlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'App\Repository\TransactionRepository' shared autowired service.
  1920.      *
  1921.      * @return \App\Repository\TransactionRepository
  1922.      */
  1923.     protected function getTransactionRepositoryService()
  1924.     {
  1925.         return $this->privates['App\\Repository\\TransactionRepository'] = new \App\Repository\TransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  1929.      *
  1930.      * @return \App\Repository\UserRepository
  1931.      */
  1932.     protected function getUserRepositoryService()
  1933.     {
  1934.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1935.     }
  1936.     /**
  1937.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  1938.      *
  1939.      * @return \App\Security\LoginFormAuthenticator
  1940.      */
  1941.     protected function getLoginFormAuthenticatorService()
  1942.     {
  1943.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'App\Service\MemoryStorage\MemoryStorage' shared autowired service.
  1947.      *
  1948.      * @return \App\Service\MemoryStorage\MemoryStorage
  1949.      */
  1950.     protected function getMemoryStorageService()
  1951.     {
  1952.         return $this->privates['App\\Service\\MemoryStorage\\MemoryStorage'] = new \App\Service\MemoryStorage\MemoryStorage($this->getParameter('memory_storage'), new \phpseclib3\Net\SFTP($this->getEnv('MEMORY_STORAGE_HOST')));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'App\Service\Ping\PingTaskService' shared autowired service.
  1956.      *
  1957.      * @return \App\Service\Ping\PingTaskService
  1958.      */
  1959.     protected function getPingTaskServiceService()
  1960.     {
  1961.         return $this->privates['App\\Service\\Ping\\PingTaskService'] = new \App\Service\Ping\PingTaskService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \App\Service\Ping\PingService($this->getEnv('APP_DOMAIN_URL')), new \App\Service\Ping\TaskQueue());
  1962.     }
  1963.     /**
  1964.      * Gets the private 'App\Service\PlatformToken' shared autowired service.
  1965.      *
  1966.      * @return \App\Service\PlatformToken
  1967.      */
  1968.     protected function getPlatformTokenService()
  1969.     {
  1970.         return $this->privates['App\\Service\\PlatformToken'] = new \App\Service\PlatformToken(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'App\Service\PlatformUpdater\PlatformUpdater' shared autowired service.
  1974.      *
  1975.      * @return \App\Service\PlatformUpdater\PlatformUpdater
  1976.      */
  1977.     protected function getPlatformUpdaterService()
  1978.     {
  1979.         return $this->privates['App\\Service\\PlatformUpdater\\PlatformUpdater'] = new \App\Service\PlatformUpdater\PlatformUpdater($this->getEnv('APP_DOMAIN_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'App\Validator\Constraint\ClientServiceValidator' shared autowired service.
  1983.      *
  1984.      * @return \App\Validator\Constraint\ClientServiceValidator
  1985.      */
  1986.     protected function getClientServiceValidatorService()
  1987.     {
  1988.         return $this->privates['App\\Validator\\Constraint\\ClientServiceValidator'] = new \App\Validator\Constraint\ClientServiceValidator();
  1989.     }
  1990.     /**
  1991.      * Gets the private 'App\Validator\Constraint\IsAllowedDomainNameValidator' shared autowired service.
  1992.      *
  1993.      * @return \App\Validator\Constraint\IsAllowedDomainNameValidator
  1994.      */
  1995.     protected function getIsAllowedDomainNameValidatorService()
  1996.     {
  1997.         return $this->privates['App\\Validator\\Constraint\\IsAllowedDomainNameValidator'] = new \App\Validator\Constraint\IsAllowedDomainNameValidator();
  1998.     }
  1999.     /**
  2000.      * Gets the private 'App\Validator\Constraint\MemoryValidator' shared autowired service.
  2001.      *
  2002.      * @return \App\Validator\Constraint\MemoryValidator
  2003.      */
  2004.     protected function getMemoryValidatorService()
  2005.     {
  2006.         return $this->privates['App\\Validator\\Constraint\\MemoryValidator'] = new \App\Validator\Constraint\MemoryValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2007.     }
  2008.     /**
  2009.      * Gets the private 'App\Validator\Constraint\TariffsDaysOfDelayValidator' shared autowired service.
  2010.      *
  2011.      * @return \App\Validator\Constraint\TariffsDaysOfDelayValidator
  2012.      */
  2013.     protected function getTariffsDaysOfDelayValidatorService()
  2014.     {
  2015.         return $this->privates['App\\Validator\\Constraint\\TariffsDaysOfDelayValidator'] = new \App\Validator\Constraint\TariffsDaysOfDelayValidator();
  2016.     }
  2017.     /**
  2018.      * Gets the private 'annotations.cache' shared service.
  2019.      *
  2020.      * @return \Symfony\Component\Cache\DoctrineProvider
  2021.      */
  2022.     protected function getAnnotations_CacheService()
  2023.     {
  2024.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2025.     }
  2026.     /**
  2027.      * Gets the private 'annotations.cache_warmer' shared service.
  2028.      *
  2029.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2030.      */
  2031.     protected function getAnnotations_CacheWarmerService()
  2032.     {
  2033.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2034.     }
  2035.     /**
  2036.      * Gets the private 'annotations.cached_reader' shared service.
  2037.      *
  2038.      * @return \Doctrine\Common\Annotations\CachedReader
  2039.      */
  2040.     protected function getAnnotations_CachedReaderService()
  2041.     {
  2042.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2043.     }
  2044.     /**
  2045.      * Gets the private 'annotations.reader' shared service.
  2046.      *
  2047.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2048.      */
  2049.     protected function getAnnotations_ReaderService()
  2050.     {
  2051.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2052.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2053.         $a->registerUniqueLoader('class_exists');
  2054.         $instance->addGlobalIgnoredName('required'$a);
  2055.         return $instance;
  2056.     }
  2057.     /**
  2058.      * Gets the private 'cache.annotations' shared service.
  2059.      *
  2060.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2061.      */
  2062.     protected function getCache_AnnotationsService()
  2063.     {
  2064.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZbelIms22e'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2065.     }
  2066.     /**
  2067.      * Gets the private 'cache.easyadmin' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2070.      */
  2071.     protected function getCache_EasyadminService()
  2072.     {
  2073.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dyTzLEAAaa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2074.     }
  2075.     /**
  2076.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2079.      */
  2080.     protected function getCache_Messenger_RestartWorkersSignalService()
  2081.     {
  2082.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PEjmM6UHTh'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2083.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2084.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2085.     }
  2086.     /**
  2087.      * Gets the private 'cache.property_info' shared service.
  2088.      *
  2089.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2090.      */
  2091.     protected function getCache_PropertyInfoService()
  2092.     {
  2093.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zmcr9PKOvD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'cache.security_expression_language' shared service.
  2097.      *
  2098.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2099.      */
  2100.     protected function getCache_SecurityExpressionLanguageService()
  2101.     {
  2102.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('od8eKTCnCe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'cache.serializer' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2108.      */
  2109.     protected function getCache_SerializerService()
  2110.     {
  2111.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Z0gMaPKd4t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2112.     }
  2113.     /**
  2114.      * Gets the private 'cache.validator' shared service.
  2115.      *
  2116.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2117.      */
  2118.     protected function getCache_ValidatorService()
  2119.     {
  2120.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bX-eWxGAyu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2121.     }
  2122.     /**
  2123.      * Gets the private 'config_cache_factory' shared service.
  2124.      *
  2125.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2126.      */
  2127.     protected function getConfigCacheFactoryService()
  2128.     {
  2129.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2130.             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)));
  2131.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2132.         }, 2));
  2133.     }
  2134.     /**
  2135.      * Gets the private 'console.command.about' shared service.
  2136.      *
  2137.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2138.      */
  2139.     protected function getConsole_Command_AboutService()
  2140.     {
  2141.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2142.         $instance->setName('about');
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the private 'console.command.assets_install' shared service.
  2147.      *
  2148.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2149.      */
  2150.     protected function getConsole_Command_AssetsInstallService()
  2151.     {
  2152.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2153.         $instance->setName('assets:install');
  2154.         return $instance;
  2155.     }
  2156.     /**
  2157.      * Gets the private 'console.command.cache_clear' shared service.
  2158.      *
  2159.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2160.      */
  2161.     protected function getConsole_Command_CacheClearService()
  2162.     {
  2163.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2164.         $instance->setName('cache:clear');
  2165.         return $instance;
  2166.     }
  2167.     /**
  2168.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2169.      *
  2170.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2171.      */
  2172.     protected function getConsole_Command_CachePoolClearService()
  2173.     {
  2174.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2175.         $instance->setName('cache:pool:clear');
  2176.         return $instance;
  2177.     }
  2178.     /**
  2179.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2180.      *
  2181.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2182.      */
  2183.     protected function getConsole_Command_CachePoolDeleteService()
  2184.     {
  2185.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2186.         $instance->setName('cache:pool:delete');
  2187.         return $instance;
  2188.     }
  2189.     /**
  2190.      * Gets the private 'console.command.cache_pool_list' shared service.
  2191.      *
  2192.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2193.      */
  2194.     protected function getConsole_Command_CachePoolListService()
  2195.     {
  2196.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.doctrine.orm.memory_storage.metadata'11 => 'cache.doctrine.orm.memory_storage.result'12 => 'cache.doctrine.orm.memory_storage.query'13 => 'cache.security_expression_language'14 => 'cache.easyadmin']);
  2197.         $instance->setName('cache:pool:list');
  2198.         return $instance;
  2199.     }
  2200.     /**
  2201.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2202.      *
  2203.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2204.      */
  2205.     protected function getConsole_Command_CachePoolPruneService()
  2206.     {
  2207.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2208.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2209.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2210.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2211.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2212.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2213.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2214.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  2215.             yield 'cache.doctrine.orm.default.metadata' => ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2216.             yield 'cache.doctrine.orm.default.result' => ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2217.             yield 'cache.doctrine.orm.default.query' => ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2218.             yield 'cache.doctrine.orm.memory_storage.metadata' => ($this->services['cache.doctrine.orm.memory_storage.metadata'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_MetadataService());
  2219.             yield 'cache.doctrine.orm.memory_storage.result' => ($this->services['cache.doctrine.orm.memory_storage.result'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_ResultService());
  2220.             yield 'cache.doctrine.orm.memory_storage.query' => ($this->services['cache.doctrine.orm.memory_storage.query'] ?? $this->getCache_Doctrine_Orm_MemoryStorage_QueryService());
  2221.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2222.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  2223.         }, 15));
  2224.         $instance->setName('cache:pool:prune');
  2225.         return $instance;
  2226.     }
  2227.     /**
  2228.      * Gets the private 'console.command.cache_warmup' shared service.
  2229.      *
  2230.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2231.      */
  2232.     protected function getConsole_Command_CacheWarmupService()
  2233.     {
  2234.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2235.         $instance->setName('cache:warmup');
  2236.         return $instance;
  2237.     }
  2238.     /**
  2239.      * Gets the private 'console.command.config_debug' shared service.
  2240.      *
  2241.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2242.      */
  2243.     protected function getConsole_Command_ConfigDebugService()
  2244.     {
  2245.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2246.         $instance->setName('debug:config');
  2247.         return $instance;
  2248.     }
  2249.     /**
  2250.      * Gets the private 'console.command.config_dump_reference' shared service.
  2251.      *
  2252.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2253.      */
  2254.     protected function getConsole_Command_ConfigDumpReferenceService()
  2255.     {
  2256.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2257.         $instance->setName('config:dump-reference');
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the private 'console.command.container_debug' shared service.
  2262.      *
  2263.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2264.      */
  2265.     protected function getConsole_Command_ContainerDebugService()
  2266.     {
  2267.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2268.         $instance->setName('debug:container');
  2269.         return $instance;
  2270.     }
  2271.     /**
  2272.      * Gets the private 'console.command.container_lint' shared service.
  2273.      *
  2274.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2275.      */
  2276.     protected function getConsole_Command_ContainerLintService()
  2277.     {
  2278.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2279.         $instance->setName('lint:container');
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the private 'console.command.debug_autowiring' shared service.
  2284.      *
  2285.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2286.      */
  2287.     protected function getConsole_Command_DebugAutowiringService()
  2288.     {
  2289.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2290.         $instance->setName('debug:autowiring');
  2291.         return $instance;
  2292.     }
  2293.     /**
  2294.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2295.      *
  2296.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2297.      */
  2298.     protected function getConsole_Command_EventDispatcherDebugService()
  2299.     {
  2300.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2301.         $instance->setName('debug:event-dispatcher');
  2302.         return $instance;
  2303.     }
  2304.     /**
  2305.      * Gets the private 'console.command.form_debug' shared service.
  2306.      *
  2307.      * @return \Symfony\Component\Form\Command\DebugCommand
  2308.      */
  2309.     protected function getConsole_Command_FormDebugService()
  2310.     {
  2311.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'11 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EasyAdminExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Guesser\\MissingDoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2312.         $instance->setName('debug:form');
  2313.         return $instance;
  2314.     }
  2315.     /**
  2316.      * Gets the private 'console.command.router_debug' shared service.
  2317.      *
  2318.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2319.      */
  2320.     protected function getConsole_Command_RouterDebugService()
  2321.     {
  2322.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2323.         $instance->setName('debug:router');
  2324.         return $instance;
  2325.     }
  2326.     /**
  2327.      * Gets the private 'console.command.router_match' shared service.
  2328.      *
  2329.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2330.      */
  2331.     protected function getConsole_Command_RouterMatchService()
  2332.     {
  2333.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2334.         $instance->setName('router:match');
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2339.      *
  2340.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2341.      */
  2342.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2343.     {
  2344.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.local')))));
  2345.         $instance->setName('secrets:decrypt-to-local');
  2346.         return $instance;
  2347.     }
  2348.     /**
  2349.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2350.      *
  2351.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2352.      */
  2353.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2354.     {
  2355.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.local')))));
  2356.         $instance->setName('secrets:encrypt-from-local');
  2357.         return $instance;
  2358.     }
  2359.     /**
  2360.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2361.      *
  2362.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2363.      */
  2364.     protected function getConsole_Command_SecretsGenerateKeyService()
  2365.     {
  2366.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.local')))));
  2367.         $instance->setName('secrets:generate-keys');
  2368.         return $instance;
  2369.     }
  2370.     /**
  2371.      * Gets the private 'console.command.secrets_list' shared service.
  2372.      *
  2373.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2374.      */
  2375.     protected function getConsole_Command_SecretsListService()
  2376.     {
  2377.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.local')))));
  2378.         $instance->setName('secrets:list');
  2379.         return $instance;
  2380.     }
  2381.     /**
  2382.      * Gets the private 'console.command.secrets_remove' shared service.
  2383.      *
  2384.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2385.      */
  2386.     protected function getConsole_Command_SecretsRemoveService()
  2387.     {
  2388.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.local')))));
  2389.         $instance->setName('secrets:remove');
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the private 'console.command.secrets_set' shared service.
  2394.      *
  2395.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2396.      */
  2397.     protected function getConsole_Command_SecretsSetService()
  2398.     {
  2399.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.local')))));
  2400.         $instance->setName('secrets:set');
  2401.         return $instance;
  2402.     }
  2403.     /**
  2404.      * Gets the private 'console.command.translation_debug' shared service.
  2405.      *
  2406.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2407.      */
  2408.     protected function getConsole_Command_TranslationDebugService()
  2409.     {
  2410.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')]);
  2411.         $instance->setName('debug:translation');
  2412.         return $instance;
  2413.     }
  2414.     /**
  2415.      * Gets the private 'console.command.translation_update' shared service.
  2416.      *
  2417.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2418.      */
  2419.     protected function getConsole_Command_TranslationUpdateService()
  2420.     {
  2421.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2422.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2423.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2424.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2425.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2426.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2427.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2428.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2429.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2430.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2431.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2432.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2433.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'uk', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')]);
  2434.         $instance->setName('translation:update');
  2435.         return $instance;
  2436.     }
  2437.     /**
  2438.      * Gets the private 'console.command.xliff_lint' shared service.
  2439.      *
  2440.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2441.      */
  2442.     protected function getConsole_Command_XliffLintService()
  2443.     {
  2444.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2445.         $instance->setName('lint:xliff');
  2446.         return $instance;
  2447.     }
  2448.     /**
  2449.      * Gets the private 'console.command.yaml_lint' shared service.
  2450.      *
  2451.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2452.      */
  2453.     protected function getConsole_Command_YamlLintService()
  2454.     {
  2455.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2456.         $instance->setName('lint:yaml');
  2457.         return $instance;
  2458.     }
  2459.     /**
  2460.      * Gets the private 'console.error_listener' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2463.      */
  2464.     protected function getConsole_ErrorListenerService()
  2465.     {
  2466.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2467.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2468.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2469.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2470.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2471.     }
  2472.     /**
  2473.      * Gets the private 'container.env_var_processor' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2476.      */
  2477.     protected function getContainer_EnvVarProcessorService()
  2478.     {
  2479.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2480.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  2481.         }, 1));
  2482.     }
  2483.     /**
  2484.      * Gets the private 'data_collector.form' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2487.      */
  2488.     protected function getDataCollector_FormService()
  2489.     {
  2490.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2491.     }
  2492.     /**
  2493.      * Gets the private 'debug.argument_resolver.default' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2496.      */
  2497.     protected function getDebug_ArgumentResolver_DefaultService()
  2498.     {
  2499.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2505.      */
  2506.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  2507.     {
  2508.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.rVMUvVA'] ?? $this->get_ServiceLocator_RVMUvVAService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2509.     }
  2510.     /**
  2511.      * Gets the private 'debug.argument_resolver.request' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2514.      */
  2515.     protected function getDebug_ArgumentResolver_RequestService()
  2516.     {
  2517.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2518.     }
  2519.     /**
  2520.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2523.      */
  2524.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  2525.     {
  2526.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'debug.argument_resolver.service' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2532.      */
  2533.     protected function getDebug_ArgumentResolver_ServiceService()
  2534.     {
  2535.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.rVMUvVA'] ?? $this->get_ServiceLocator_RVMUvVAService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'debug.argument_resolver.session' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2541.      */
  2542.     protected function getDebug_ArgumentResolver_SessionService()
  2543.     {
  2544.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  2548.      *
  2549.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2550.      */
  2551.     protected function getDebug_ArgumentResolver_VariadicService()
  2552.     {
  2553.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'debug.controller_resolver' shared service.
  2557.      *
  2558.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2559.      */
  2560.     protected function getDebug_ControllerResolverService()
  2561.     {
  2562.         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))));
  2563.     }
  2564.     /**
  2565.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2568.      */
  2569.     protected function getDebug_DebugHandlersListenerService()
  2570.     {
  2571.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2572.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2573.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2574.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2575.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2576.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2577.     }
  2578.     /**
  2579.      * Gets the private 'debug.dump_listener' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  2582.      */
  2583.     protected function getDebug_DumpListenerService()
  2584.     {
  2585.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2586.     }
  2587.     /**
  2588.      * Gets the private 'debug.file_link_formatter' shared service.
  2589.      *
  2590.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2591.      */
  2592.     protected function getDebug_FileLinkFormatterService()
  2593.     {
  2594.         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 () {
  2595.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  2596.         });
  2597.     }
  2598.     /**
  2599.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  2600.      *
  2601.      * @return \string
  2602.      */
  2603.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  2604.     {
  2605.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  2606.     }
  2607.     /**
  2608.      * Gets the private 'debug.log_processor' shared service.
  2609.      *
  2610.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2611.      */
  2612.     protected function getDebug_LogProcessorService()
  2613.     {
  2614.         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())));
  2615.     }
  2616.     /**
  2617.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2620.      */
  2621.     protected function getDebug_Security_Access_DecisionManagerService()
  2622.     {
  2623.         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 () {
  2624.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  2625.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  2626.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  2627.         }, 3), 'affirmative'falsetrue));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'debug.security.firewall' shared service.
  2631.      *
  2632.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2633.      */
  2634.     protected function getDebug_Security_FirewallService()
  2635.     {
  2636.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2637.     }
  2638.     /**
  2639.      * Gets the private 'debug.security.user_value_resolver' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2642.      */
  2643.     protected function getDebug_Security_UserValueResolverService()
  2644.     {
  2645.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2646.     }
  2647.     /**
  2648.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2651.      */
  2652.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  2653.     {
  2654.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2655.     }
  2656.     /**
  2657.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2660.      */
  2661.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  2662.     {
  2663.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2664.     }
  2665.     /**
  2666.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2669.      */
  2670.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  2671.     {
  2672.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2673.     }
  2674.     /**
  2675.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  2676.      *
  2677.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  2678.      */
  2679.     protected function getDebug_Security_Voter_VoteListenerService()
  2680.     {
  2681.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  2682.     }
  2683.     /**
  2684.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  2685.      *
  2686.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  2687.      */
  2688.     protected function getDoctrine_CacheClearMetadataCommandService()
  2689.     {
  2690.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  2691.         $instance->setName('doctrine:cache:clear-metadata');
  2692.         return $instance;
  2693.     }
  2694.     /**
  2695.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  2696.      *
  2697.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  2698.      */
  2699.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  2700.     {
  2701.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  2702.         $instance->setName('doctrine:cache:clear-query');
  2703.         return $instance;
  2704.     }
  2705.     /**
  2706.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  2707.      *
  2708.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  2709.      */
  2710.     protected function getDoctrine_CacheClearResultCommandService()
  2711.     {
  2712.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  2713.         $instance->setName('doctrine:cache:clear-result');
  2714.         return $instance;
  2715.     }
  2716.     /**
  2717.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  2718.      *
  2719.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  2720.      */
  2721.     protected function getDoctrine_CacheCollectionRegionCommandService()
  2722.     {
  2723.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  2724.         $instance->setName('doctrine:cache:clear-collection-region');
  2725.         return $instance;
  2726.     }
  2727.     /**
  2728.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  2729.      *
  2730.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  2731.      */
  2732.     protected function getDoctrine_ClearEntityRegionCommandService()
  2733.     {
  2734.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  2735.         $instance->setName('doctrine:cache:clear-entity-region');
  2736.         return $instance;
  2737.     }
  2738.     /**
  2739.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  2740.      *
  2741.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  2742.      */
  2743.     protected function getDoctrine_ClearQueryRegionCommandService()
  2744.     {
  2745.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  2746.         $instance->setName('doctrine:cache:clear-query-region');
  2747.         return $instance;
  2748.     }
  2749.     /**
  2750.      * Gets the private 'doctrine.database_create_command' shared service.
  2751.      *
  2752.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  2753.      */
  2754.     protected function getDoctrine_DatabaseCreateCommandService()
  2755.     {
  2756.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2757.         $instance->setName('doctrine:database:create');
  2758.         return $instance;
  2759.     }
  2760.     /**
  2761.      * Gets the private 'doctrine.database_drop_command' shared service.
  2762.      *
  2763.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  2764.      */
  2765.     protected function getDoctrine_DatabaseDropCommandService()
  2766.     {
  2767.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2768.         $instance->setName('doctrine:database:drop');
  2769.         return $instance;
  2770.     }
  2771.     /**
  2772.      * Gets the private 'doctrine.database_import_command' shared service.
  2773.      *
  2774.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  2775.      */
  2776.     protected function getDoctrine_DatabaseImportCommandService()
  2777.     {
  2778.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  2779.         $instance->setName('doctrine:database:import');
  2780.         return $instance;
  2781.     }
  2782.     /**
  2783.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  2784.      *
  2785.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  2786.      */
  2787.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  2788.     {
  2789.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  2790.         $instance->setName('doctrine:ensure-production-settings');
  2791.         return $instance;
  2792.     }
  2793.     /**
  2794.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  2795.      *
  2796.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  2797.      */
  2798.     protected function getDoctrine_FixturesLoadCommandService()
  2799.     {
  2800.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  2801.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), 'groups' => []]]);
  2802.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2803.         $instance->setName('doctrine:fixtures:load');
  2804.         return $instance;
  2805.     }
  2806.     /**
  2807.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  2808.      *
  2809.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  2810.      */
  2811.     protected function getDoctrine_MappingConvertCommandService()
  2812.     {
  2813.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  2814.         $instance->setName('doctrine:mapping:convert');
  2815.         return $instance;
  2816.     }
  2817.     /**
  2818.      * Gets the private 'doctrine.mapping_import_command' shared service.
  2819.      *
  2820.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  2821.      */
  2822.     protected function getDoctrine_MappingImportCommandService()
  2823.     {
  2824.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  2825.         $instance->setName('doctrine:mapping:import');
  2826.         return $instance;
  2827.     }
  2828.     /**
  2829.      * Gets the private 'doctrine.mapping_info_command' shared service.
  2830.      *
  2831.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  2832.      */
  2833.     protected function getDoctrine_MappingInfoCommandService()
  2834.     {
  2835.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  2836.         $instance->setName('doctrine:mapping:info');
  2837.         return $instance;
  2838.     }
  2839.     /**
  2840.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2841.      *
  2842.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2843.      */
  2844.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2845.     {
  2846.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2847.             'App\\Repository\\MemoryStorageRepository' => ['privates''App\\Repository\\MemoryStorageRepository''getMemoryStorageRepositoryService'false],
  2848.             'App\\Repository\\ModuleRepository' => ['privates''App\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  2849.             'App\\Repository\\OpenDataBotServiceStatisticRepository' => ['privates''App\\Repository\\OpenDataBotServiceStatisticRepository''getOpenDataBotServiceStatisticRepositoryService'false],
  2850.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  2851.             'App\\Repository\\PlatformAppRepository' => ['privates''App\\Repository\\PlatformAppRepository''getPlatformAppRepositoryService'false],
  2852.             'App\\Repository\\PlatformTokenRepository' => ['privates''App\\Repository\\PlatformTokenRepository''getPlatformTokenRepositoryService'false],
  2853.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  2854.             'App\\Repository\\ServiceTypeRepository' => ['privates''App\\Repository\\ServiceTypeRepository''getServiceTypeRepositoryService'false],
  2855.             'App\\Repository\\TariffPlanRepository' => ['privates''App\\Repository\\TariffPlanRepository''getTariffPlanRepositoryService'false],
  2856.             'App\\Repository\\TransactionRepository' => ['privates''App\\Repository\\TransactionRepository''getTransactionRepositoryService'false],
  2857.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2858.         ], [
  2859.             'App\\Repository\\MemoryStorageRepository' => '?',
  2860.             'App\\Repository\\ModuleRepository' => '?',
  2861.             'App\\Repository\\OpenDataBotServiceStatisticRepository' => '?',
  2862.             'App\\Repository\\PaymentRepository' => '?',
  2863.             'App\\Repository\\PlatformAppRepository' => '?',
  2864.             'App\\Repository\\PlatformTokenRepository' => '?',
  2865.             'App\\Repository\\ServiceRepository' => '?',
  2866.             'App\\Repository\\ServiceTypeRepository' => '?',
  2867.             'App\\Repository\\TariffPlanRepository' => '?',
  2868.             'App\\Repository\\TransactionRepository' => '?',
  2869.             'App\\Repository\\UserRepository' => '?',
  2870.         ]));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  2874.      *
  2875.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  2876.      */
  2877.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  2878.     {
  2879.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2880.     }
  2881.     /**
  2882.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  2883.      *
  2884.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  2885.      */
  2886.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  2887.     {
  2888.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  2889.         $instance->addEntityListener('App\\Entity\\PlatformAppEntity''App\\EventListener\\PlatformAppEventListener''prePersist');
  2890.         $instance->addEntityListener('App\\Entity\\PlatformAppEntity''App\\EventListener\\PlatformAppEventListener''preUpdate');
  2891.         $instance->addEntityListener('App\\Entity\\PlatformAppEntity''App\\EventListener\\PlatformAppEventListener''preRemove');
  2892.         return $instance;
  2893.     }
  2894.     /**
  2895.      * Gets the private 'doctrine.orm.memory_storage_entity_manager.property_info_extractor' shared service.
  2896.      *
  2897.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  2898.      */
  2899.     protected function getDoctrine_Orm_MemoryStorageEntityManager_PropertyInfoExtractorService()
  2900.     {
  2901.         return $this->privates['doctrine.orm.memory_storage_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.memory_storage_entity_manager'] ?? $this->getDoctrine_Orm_MemoryStorageEntityManagerService()));
  2902.     }
  2903.     /**
  2904.      * Gets the private 'doctrine.orm.memory_storage_listeners.attach_entity_listeners' shared service.
  2905.      *
  2906.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  2907.      */
  2908.     protected function getDoctrine_Orm_MemoryStorageListeners_AttachEntityListenersService()
  2909.     {
  2910.         return $this->privates['doctrine.orm.memory_storage_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  2911.     }
  2912.     /**
  2913.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  2914.      *
  2915.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  2916.      */
  2917.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  2918.     {
  2919.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  2923.      *
  2924.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  2925.      */
  2926.     protected function getDoctrine_Orm_Validator_UniqueService()
  2927.     {
  2928.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'doctrine.query_dql_command' shared service.
  2932.      *
  2933.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  2934.      */
  2935.     protected function getDoctrine_QueryDqlCommandService()
  2936.     {
  2937.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  2938.         $instance->setName('doctrine:query:dql');
  2939.         return $instance;
  2940.     }
  2941.     /**
  2942.      * Gets the private 'doctrine.query_sql_command' shared service.
  2943.      *
  2944.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  2945.      */
  2946.     protected function getDoctrine_QuerySqlCommandService()
  2947.     {
  2948.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  2949.         $instance->setName('doctrine:query:sql');
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private 'doctrine.schema_create_command' shared service.
  2954.      *
  2955.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  2956.      */
  2957.     protected function getDoctrine_SchemaCreateCommandService()
  2958.     {
  2959.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  2960.         $instance->setName('doctrine:schema:create');
  2961.         return $instance;
  2962.     }
  2963.     /**
  2964.      * Gets the private 'doctrine.schema_drop_command' shared service.
  2965.      *
  2966.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  2967.      */
  2968.     protected function getDoctrine_SchemaDropCommandService()
  2969.     {
  2970.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  2971.         $instance->setName('doctrine:schema:drop');
  2972.         return $instance;
  2973.     }
  2974.     /**
  2975.      * Gets the private 'doctrine.schema_update_command' shared service.
  2976.      *
  2977.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  2978.      */
  2979.     protected function getDoctrine_SchemaUpdateCommandService()
  2980.     {
  2981.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  2982.         $instance->setName('doctrine:schema:update');
  2983.         return $instance;
  2984.     }
  2985.     /**
  2986.      * Gets the private 'doctrine.schema_validate_command' shared service.
  2987.      *
  2988.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  2989.      */
  2990.     protected function getDoctrine_SchemaValidateCommandService()
  2991.     {
  2992.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  2993.         $instance->setName('doctrine:schema:validate');
  2994.         return $instance;
  2995.     }
  2996.     /**
  2997.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  2998.      *
  2999.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  3000.      */
  3001.     protected function getDoctrineMigrations_DiffCommandService()
  3002.     {
  3003.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  3004.         $instance->setName('doctrine:migrations:diff');
  3005.         return $instance;
  3006.     }
  3007.     /**
  3008.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3009.      *
  3010.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  3011.      */
  3012.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3013.     {
  3014.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  3015.         $instance->setName('doctrine:migrations:dump-schema');
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3020.      *
  3021.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  3022.      */
  3023.     protected function getDoctrineMigrations_ExecuteCommandService()
  3024.     {
  3025.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  3026.         $instance->setName('doctrine:migrations:execute');
  3027.         return $instance;
  3028.     }
  3029.     /**
  3030.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3031.      *
  3032.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  3033.      */
  3034.     protected function getDoctrineMigrations_GenerateCommandService()
  3035.     {
  3036.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  3037.         $instance->setName('doctrine:migrations:generate');
  3038.         return $instance;
  3039.     }
  3040.     /**
  3041.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3042.      *
  3043.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  3044.      */
  3045.     protected function getDoctrineMigrations_LatestCommandService()
  3046.     {
  3047.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  3048.         $instance->setName('doctrine:migrations:latest');
  3049.         return $instance;
  3050.     }
  3051.     /**
  3052.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3053.      *
  3054.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  3055.      */
  3056.     protected function getDoctrineMigrations_MigrateCommandService()
  3057.     {
  3058.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  3059.         $instance->setName('doctrine:migrations:migrate');
  3060.         return $instance;
  3061.     }
  3062.     /**
  3063.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3064.      *
  3065.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  3066.      */
  3067.     protected function getDoctrineMigrations_RollupCommandService()
  3068.     {
  3069.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  3070.         $instance->setName('doctrine:migrations:rollup');
  3071.         return $instance;
  3072.     }
  3073.     /**
  3074.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3075.      *
  3076.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  3077.      */
  3078.     protected function getDoctrineMigrations_StatusCommandService()
  3079.     {
  3080.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  3081.         $instance->setName('doctrine:migrations:status');
  3082.         return $instance;
  3083.     }
  3084.     /**
  3085.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3086.      *
  3087.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  3088.      */
  3089.     protected function getDoctrineMigrations_UpToDateCommandService()
  3090.     {
  3091.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  3092.         $instance->setName('doctrine:migrations:up-to-date');
  3093.         return $instance;
  3094.     }
  3095.     /**
  3096.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3097.      *
  3098.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  3099.      */
  3100.     protected function getDoctrineMigrations_VersionCommandService()
  3101.     {
  3102.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  3103.         $instance->setName('doctrine:migrations:version');
  3104.         return $instance;
  3105.     }
  3106.     /**
  3107.      * Gets the private 'easyadmin.filter.type.array' shared service.
  3108.      *
  3109.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  3110.      */
  3111.     protected function getEasyadmin_Filter_Type_ArrayService()
  3112.     {
  3113.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  3114.     }
  3115.     /**
  3116.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  3117.      *
  3118.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  3119.      */
  3120.     protected function getEasyadmin_Filter_Type_BooleanService()
  3121.     {
  3122.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  3123.     }
  3124.     /**
  3125.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  3126.      *
  3127.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  3128.      */
  3129.     protected function getEasyadmin_Filter_Type_ChoiceService()
  3130.     {
  3131.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  3132.     }
  3133.     /**
  3134.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  3135.      *
  3136.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  3137.      */
  3138.     protected function getEasyadmin_Filter_Type_ComparisonService()
  3139.     {
  3140.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  3141.     }
  3142.     /**
  3143.      * Gets the private 'easyadmin.filter.type.date' shared service.
  3144.      *
  3145.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3146.      */
  3147.     protected function getEasyadmin_Filter_Type_DateService()
  3148.     {
  3149.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  3150.     }
  3151.     /**
  3152.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  3153.      *
  3154.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  3155.      */
  3156.     protected function getEasyadmin_Filter_Type_DateintervalService()
  3157.     {
  3158.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  3159.     }
  3160.     /**
  3161.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  3162.      *
  3163.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3164.      */
  3165.     protected function getEasyadmin_Filter_Type_DatetimeService()
  3166.     {
  3167.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  3168.     }
  3169.     /**
  3170.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  3171.      *
  3172.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3173.      */
  3174.     protected function getEasyadmin_Filter_Type_DecimalService()
  3175.     {
  3176.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  3177.     }
  3178.     /**
  3179.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  3180.      *
  3181.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  3182.      */
  3183.     protected function getEasyadmin_Filter_Type_EntityService()
  3184.     {
  3185.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  3186.     }
  3187.     /**
  3188.      * Gets the private 'easyadmin.filter.type.float' shared service.
  3189.      *
  3190.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3191.      */
  3192.     protected function getEasyadmin_Filter_Type_FloatService()
  3193.     {
  3194.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  3195.     }
  3196.     /**
  3197.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  3198.      *
  3199.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3200.      */
  3201.     protected function getEasyadmin_Filter_Type_IntegerService()
  3202.     {
  3203.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  3204.     }
  3205.     /**
  3206.      * Gets the private 'easyadmin.filter.type.text' shared service.
  3207.      *
  3208.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  3209.      */
  3210.     protected function getEasyadmin_Filter_Type_TextService()
  3211.     {
  3212.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  3213.     }
  3214.     /**
  3215.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  3216.      *
  3217.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  3218.      */
  3219.     protected function getEasyadmin_Filter_Type_TextareaService()
  3220.     {
  3221.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  3222.     }
  3223.     /**
  3224.      * Gets the private 'easyadmin.filter.type.time' shared service.
  3225.      *
  3226.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3227.      */
  3228.     protected function getEasyadmin_Filter_Type_TimeService()
  3229.     {
  3230.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  3231.     }
  3232.     /**
  3233.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  3234.      *
  3235.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  3236.      */
  3237.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  3238.     {
  3239.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3240.     }
  3241.     /**
  3242.      * Gets the private 'easyadmin.form.type' shared service.
  3243.      *
  3244.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  3245.      */
  3246.     protected function getEasyadmin_Form_TypeService()
  3247.     {
  3248.         return $this->privates['easyadmin.form.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))], ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()));
  3249.     }
  3250.     /**
  3251.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  3252.      *
  3253.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  3254.      */
  3255.     protected function getEasyadmin_Form_Type_AutocompleteService()
  3256.     {
  3257.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'easyadmin.form.type.batch' shared service.
  3261.      *
  3262.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  3263.      */
  3264.     protected function getEasyadmin_Form_Type_BatchService()
  3265.     {
  3266.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  3267.     }
  3268.     /**
  3269.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  3270.      *
  3271.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  3272.      */
  3273.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  3274.     {
  3275.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  3276.     }
  3277.     /**
  3278.      * Gets the private 'easyadmin.form.type.divider' shared service.
  3279.      *
  3280.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  3281.      */
  3282.     protected function getEasyadmin_Form_Type_DividerService()
  3283.     {
  3284.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  3285.     }
  3286.     /**
  3287.      * Gets the private 'easyadmin.form.type.extension' shared service.
  3288.      *
  3289.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  3290.      */
  3291.     protected function getEasyadmin_Form_Type_ExtensionService()
  3292.     {
  3293.         return $this->privates['easyadmin.form.type.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3294.     }
  3295.     /**
  3296.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  3297.      *
  3298.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  3299.      */
  3300.     protected function getEasyadmin_Form_Type_FileuploadService()
  3301.     {
  3302.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'easyadmin.form.type.filters' shared service.
  3306.      *
  3307.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  3308.      */
  3309.     protected function getEasyadmin_Form_Type_FiltersService()
  3310.     {
  3311.         return $this->privates['easyadmin.form.type.filters'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))]);
  3312.     }
  3313.     /**
  3314.      * Gets the private 'easyadmin.form.type.group' shared service.
  3315.      *
  3316.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  3317.      */
  3318.     protected function getEasyadmin_Form_Type_GroupService()
  3319.     {
  3320.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  3321.     }
  3322.     /**
  3323.      * Gets the private 'easyadmin.form.type.section' shared service.
  3324.      *
  3325.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  3326.      */
  3327.     protected function getEasyadmin_Form_Type_SectionService()
  3328.     {
  3329.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  3330.     }
  3331.     /**
  3332.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3333.      *
  3334.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3335.      */
  3336.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3337.     {
  3338.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3339.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3340.     }
  3341.     /**
  3342.      * Gets the private 'exception_listener' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3345.      */
  3346.     protected function getExceptionListenerService()
  3347.     {
  3348.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3349.     }
  3350.     /**
  3351.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3352.      *
  3353.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3354.      */
  3355.     protected function getForm_ChoiceListFactory_CachedService()
  3356.     {
  3357.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())));
  3358.     }
  3359.     /**
  3360.      * Gets the private 'form.registry' shared service.
  3361.      *
  3362.      * @return \Symfony\Component\Form\FormRegistry
  3363.      */
  3364.     protected function getForm_RegistryService()
  3365.     {
  3366.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3367.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  3368.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  3369.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  3370.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  3371.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  3372.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  3373.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  3374.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  3375.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  3376.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  3377.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  3378.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  3379.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  3380.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  3381.         ], [
  3382.             'easyadmin.filter.type.array' => '?',
  3383.             'easyadmin.filter.type.boolean' => '?',
  3384.             'easyadmin.filter.type.choice' => '?',
  3385.             'easyadmin.filter.type.comparison' => '?',
  3386.             'easyadmin.filter.type.date' => '?',
  3387.             'easyadmin.filter.type.dateinterval' => '?',
  3388.             'easyadmin.filter.type.datetime' => '?',
  3389.             'easyadmin.filter.type.decimal' => '?',
  3390.             'easyadmin.filter.type.entity' => '?',
  3391.             'easyadmin.filter.type.float' => '?',
  3392.             'easyadmin.filter.type.integer' => '?',
  3393.             'easyadmin.filter.type.text' => '?',
  3394.             'easyadmin.filter.type.textarea' => '?',
  3395.             'easyadmin.filter.type.time' => '?',
  3396.         ]), [], new RewindableGenerator(function () {
  3397.             return new \EmptyIterator();
  3398.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3399.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  3400.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  3401.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  3402.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  3403.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  3404.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  3405.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  3406.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  3407.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3408.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3409.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3410.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3411.         ], [
  3412.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  3413.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  3414.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  3415.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  3416.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  3417.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  3418.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  3419.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  3420.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3421.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3422.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3423.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3424.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3425.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3426.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3427.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3428.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3429.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3430.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3431.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  3432.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3433.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3434.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3435.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3436.         }, 1)], new RewindableGenerator(function () {
  3437.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3438.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3439.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  3440.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3441.     }
  3442.     /**
  3443.      * Gets the private 'form.server_params' shared service.
  3444.      *
  3445.      * @return \Symfony\Component\Form\Util\ServerParams
  3446.      */
  3447.     protected function getForm_ServerParamsService()
  3448.     {
  3449.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3450.     }
  3451.     /**
  3452.      * Gets the private 'form.type.choice' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3455.      */
  3456.     protected function getForm_Type_ChoiceService()
  3457.     {
  3458.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  3459.     }
  3460.     /**
  3461.      * Gets the private 'form.type.entity' shared service.
  3462.      *
  3463.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3464.      */
  3465.     protected function getForm_Type_EntityService()
  3466.     {
  3467.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3468.     }
  3469.     /**
  3470.      * Gets the private 'form.type.form' shared service.
  3471.      *
  3472.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3473.      */
  3474.     protected function getForm_Type_FormService()
  3475.     {
  3476.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  3477.     }
  3478.     /**
  3479.      * Gets the private 'form.type_extension.csrf' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3482.      */
  3483.     protected function getForm_TypeExtension_CsrfService()
  3484.     {
  3485.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  3486.     }
  3487.     /**
  3488.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3489.      *
  3490.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3491.      */
  3492.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3493.     {
  3494.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3495.     }
  3496.     /**
  3497.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3498.      *
  3499.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3500.      */
  3501.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3502.     {
  3503.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3509.      */
  3510.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3511.     {
  3512.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3513.     }
  3514.     /**
  3515.      * Gets the private 'form.type_extension.form.validator' shared service.
  3516.      *
  3517.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3518.      */
  3519.     protected function getForm_TypeExtension_Form_ValidatorService()
  3520.     {
  3521.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3522.     }
  3523.     /**
  3524.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3527.      */
  3528.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3529.     {
  3530.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3531.     }
  3532.     /**
  3533.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3534.      *
  3535.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3536.      */
  3537.     protected function getForm_TypeGuesser_DoctrineService()
  3538.     {
  3539.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3540.     }
  3541.     /**
  3542.      * Gets the private 'form.type_guesser.validator' shared service.
  3543.      *
  3544.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3545.      */
  3546.     protected function getForm_TypeGuesser_ValidatorService()
  3547.     {
  3548.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3549.     }
  3550.     /**
  3551.      * Gets the private 'fragment.renderer.inline' shared service.
  3552.      *
  3553.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3554.      */
  3555.     protected function getFragment_Renderer_InlineService()
  3556.     {
  3557.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3558.         $instance->setFragmentPath('/_fragment');
  3559.         return $instance;
  3560.     }
  3561.     /**
  3562.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3563.      *
  3564.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3565.      */
  3566.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3567.     {
  3568.         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())));
  3569.     }
  3570.     /**
  3571.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3572.      *
  3573.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3574.      */
  3575.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3576.     {
  3577.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3578.     }
  3579.     /**
  3580.      * Gets the private 'locale_aware_listener' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3583.      */
  3584.     protected function getLocaleAwareListenerService()
  3585.     {
  3586.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3587.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('uk')));
  3588.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3589.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3590.     }
  3591.     /**
  3592.      * Gets the private 'locale_listener' shared service.
  3593.      *
  3594.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3595.      */
  3596.     protected function getLocaleListenerService()
  3597.     {
  3598.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'uk', ($this->services['router'] ?? $this->getRouterService()));
  3599.     }
  3600.     /**
  3601.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3602.      *
  3603.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3604.      */
  3605.     protected function getMaker_AutoCommand_MakeAuthService()
  3606.     {
  3607.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3608.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3609.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  3610.         $instance->setName('make:auth');
  3611.         return $instance;
  3612.     }
  3613.     /**
  3614.      * Gets the private 'maker.auto_command.make_command' shared service.
  3615.      *
  3616.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3617.      */
  3618.     protected function getMaker_AutoCommand_MakeCommandService()
  3619.     {
  3620.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3621.         $instance->setName('make:command');
  3622.         return $instance;
  3623.     }
  3624.     /**
  3625.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3626.      *
  3627.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3628.      */
  3629.     protected function getMaker_AutoCommand_MakeControllerService()
  3630.     {
  3631.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3632.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3633.         $instance->setName('make:controller');
  3634.         return $instance;
  3635.     }
  3636.     /**
  3637.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3638.      *
  3639.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3640.      */
  3641.     protected function getMaker_AutoCommand_MakeCrudService()
  3642.     {
  3643.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3644.         $instance->setName('make:crud');
  3645.         return $instance;
  3646.     }
  3647.     /**
  3648.      * Gets the private 'maker.auto_command.make_entity' shared service.
  3649.      *
  3650.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3651.      */
  3652.     protected function getMaker_AutoCommand_MakeEntityService()
  3653.     {
  3654.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3655.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3656.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b), $a$b);
  3657.         $instance->setName('make:entity');
  3658.         return $instance;
  3659.     }
  3660.     /**
  3661.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  3662.      *
  3663.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3664.      */
  3665.     protected function getMaker_AutoCommand_MakeFixturesService()
  3666.     {
  3667.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3668.         $instance->setName('make:fixtures');
  3669.         return $instance;
  3670.     }
  3671.     /**
  3672.      * Gets the private 'maker.auto_command.make_form' shared service.
  3673.      *
  3674.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3675.      */
  3676.     protected function getMaker_AutoCommand_MakeFormService()
  3677.     {
  3678.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3679.         $instance->setName('make:form');
  3680.         return $instance;
  3681.     }
  3682.     /**
  3683.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  3684.      *
  3685.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3686.      */
  3687.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  3688.     {
  3689.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3690.         $instance->setName('make:functional-test');
  3691.         return $instance;
  3692.     }
  3693.     /**
  3694.      * Gets the private 'maker.auto_command.make_migration' shared service.
  3695.      *
  3696.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3697.      */
  3698.     protected function getMaker_AutoCommand_MakeMigrationService()
  3699.     {
  3700.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3701.         $instance->setName('make:migration');
  3702.         return $instance;
  3703.     }
  3704.     /**
  3705.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  3706.      *
  3707.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3708.      */
  3709.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  3710.     {
  3711.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3712.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3713.         $instance->setName('make:registration-form');
  3714.         return $instance;
  3715.     }
  3716.     /**
  3717.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  3718.      *
  3719.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3720.      */
  3721.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  3722.     {
  3723.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3724.         $instance->setName('make:serializer:encoder');
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  3729.      *
  3730.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3731.      */
  3732.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  3733.     {
  3734.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3735.         $instance->setName('make:serializer:normalizer');
  3736.         return $instance;
  3737.     }
  3738.     /**
  3739.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  3740.      *
  3741.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3742.      */
  3743.     protected function getMaker_AutoCommand_MakeSubscriberService()
  3744.     {
  3745.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3746.         $instance->setName('make:subscriber');
  3747.         return $instance;
  3748.     }
  3749.     /**
  3750.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  3751.      *
  3752.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3753.      */
  3754.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  3755.     {
  3756.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3757.         $instance->setName('make:twig-extension');
  3758.         return $instance;
  3759.     }
  3760.     /**
  3761.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  3762.      *
  3763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3764.      */
  3765.     protected function getMaker_AutoCommand_MakeUnitTestService()
  3766.     {
  3767.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3768.         $instance->setName('make:unit-test');
  3769.         return $instance;
  3770.     }
  3771.     /**
  3772.      * Gets the private 'maker.auto_command.make_user' shared service.
  3773.      *
  3774.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3775.      */
  3776.     protected function getMaker_AutoCommand_MakeUserService()
  3777.     {
  3778.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3779.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3780.         $instance->setName('make:user');
  3781.         return $instance;
  3782.     }
  3783.     /**
  3784.      * Gets the private 'maker.auto_command.make_validator' shared service.
  3785.      *
  3786.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3787.      */
  3788.     protected function getMaker_AutoCommand_MakeValidatorService()
  3789.     {
  3790.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3791.         $instance->setName('make:validator');
  3792.         return $instance;
  3793.     }
  3794.     /**
  3795.      * Gets the private 'maker.auto_command.make_voter' shared service.
  3796.      *
  3797.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3798.      */
  3799.     protected function getMaker_AutoCommand_MakeVoterService()
  3800.     {
  3801.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3802.         $instance->setName('make:voter');
  3803.         return $instance;
  3804.     }
  3805.     /**
  3806.      * Gets the private 'maker.doctrine_helper' shared service.
  3807.      *
  3808.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  3809.      */
  3810.     protected function getMaker_DoctrineHelperService()
  3811.     {
  3812.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'maker.file_manager' shared service.
  3816.      *
  3817.      * @return \Symfony\Bundle\MakerBundle\FileManager
  3818.      */
  3819.     protected function getMaker_FileManagerService()
  3820.     {
  3821.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  3822.     }
  3823.     /**
  3824.      * Gets the private 'maker.generator' shared service.
  3825.      *
  3826.      * @return \Symfony\Bundle\MakerBundle\Generator
  3827.      */
  3828.     protected function getMaker_GeneratorService()
  3829.     {
  3830.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  3831.     }
  3832.     /**
  3833.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  3834.      *
  3835.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  3836.      */
  3837.     protected function getMaker_Renderer_FormTypeRendererService()
  3838.     {
  3839.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'mime_types' shared service.
  3843.      *
  3844.      * @return \Symfony\Component\Mime\MimeTypes
  3845.      */
  3846.     protected function getMimeTypesService()
  3847.     {
  3848.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3849.         $instance->setDefault($instance);
  3850.         return $instance;
  3851.     }
  3852.     /**
  3853.      * Gets the private 'monolog.handler.console' shared service.
  3854.      *
  3855.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3856.      */
  3857.     protected function getMonolog_Handler_ConsoleService()
  3858.     {
  3859.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3860.     }
  3861.     /**
  3862.      * Gets the private 'monolog.handler.main' shared service.
  3863.      *
  3864.      * @return \Monolog\Handler\StreamHandler
  3865.      */
  3866.     protected function getMonolog_Handler_MainService()
  3867.     {
  3868.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3869.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3870.         return $instance;
  3871.     }
  3872.     /**
  3873.      * Gets the private 'monolog.logger' shared service.
  3874.      *
  3875.      * @return \Symfony\Bridge\Monolog\Logger
  3876.      */
  3877.     protected function getMonolog_LoggerService()
  3878.     {
  3879.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3880.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3881.         $instance->useMicrosecondTimestamps(true);
  3882.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3883.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3884.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3885.         return $instance;
  3886.     }
  3887.     /**
  3888.      * Gets the private 'monolog.logger.cache' shared service.
  3889.      *
  3890.      * @return \Symfony\Bridge\Monolog\Logger
  3891.      */
  3892.     protected function getMonolog_Logger_CacheService()
  3893.     {
  3894.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3895.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3896.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3897.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3898.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3899.         return $instance;
  3900.     }
  3901.     /**
  3902.      * Gets the private 'monolog.logger.request' shared service.
  3903.      *
  3904.      * @return \Symfony\Bridge\Monolog\Logger
  3905.      */
  3906.     protected function getMonolog_Logger_RequestService()
  3907.     {
  3908.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3909.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3910.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3911.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3912.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3913.         return $instance;
  3914.     }
  3915.     /**
  3916.      * Gets the private 'monolog.logger.security' shared service.
  3917.      *
  3918.      * @return \Symfony\Bridge\Monolog\Logger
  3919.      */
  3920.     protected function getMonolog_Logger_SecurityService()
  3921.     {
  3922.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3923.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3924.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3925.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3926.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3927.         return $instance;
  3928.     }
  3929.     /**
  3930.      * Gets the private 'parameter_bag' shared service.
  3931.      *
  3932.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3933.      */
  3934.     protected function getParameterBagService()
  3935.     {
  3936.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3937.     }
  3938.     /**
  3939.      * Gets the private 'profiler_listener' shared service.
  3940.      *
  3941.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3942.      */
  3943.     protected function getProfilerListenerService()
  3944.     {
  3945.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  3946.     }
  3947.     /**
  3948.      * Gets the private 'property_info.serializer_extractor' shared service.
  3949.      *
  3950.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  3951.      */
  3952.     protected function getPropertyInfo_SerializerExtractorService()
  3953.     {
  3954.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  3955.     }
  3956.     /**
  3957.      * Gets the private 'router.cache_warmer' shared service.
  3958.      *
  3959.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  3960.      */
  3961.     protected function getRouter_CacheWarmerService()
  3962.     {
  3963.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3964.             'router' => ['services''router''getRouterService'false],
  3965.         ], [
  3966.             'router' => '?',
  3967.         ]))->withContext('router.cache_warmer'$this));
  3968.     }
  3969.     /**
  3970.      * Gets the private 'router.request_context' shared service.
  3971.      *
  3972.      * @return \Symfony\Component\Routing\RequestContext
  3973.      */
  3974.     protected function getRouter_RequestContextService()
  3975.     {
  3976.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  3977.     }
  3978.     /**
  3979.      * Gets the private 'router_listener' shared service.
  3980.      *
  3981.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3982.      */
  3983.     protected function getRouterListenerService()
  3984.     {
  3985.         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);
  3986.     }
  3987.     /**
  3988.      * Gets the private 'security.access_listener' shared service.
  3989.      *
  3990.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  3991.      */
  3992.     protected function getSecurity_AccessListenerService()
  3993.     {
  3994.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  3995.     }
  3996.     /**
  3997.      * Gets the private 'security.access_map' shared service.
  3998.      *
  3999.      * @return \Symfony\Component\Security\Http\AccessMap
  4000.      */
  4001.     protected function getSecurity_AccessMapService()
  4002.     {
  4003.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  4004.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  4005.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  4006.         return $instance;
  4007.     }
  4008.     /**
  4009.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4010.      *
  4011.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4012.      */
  4013.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4014.     {
  4015.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4016.     }
  4017.     /**
  4018.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  4019.      *
  4020.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  4021.      */
  4022.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  4023.     {
  4024.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  4025.         $a->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  4026.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  4027.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4028.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4029.     }
  4030.     /**
  4031.      * Gets the private 'security.authentication.manager' shared service.
  4032.      *
  4033.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4034.      */
  4035.     protected function getSecurity_Authentication_ManagerService()
  4036.     {
  4037.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4038.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  4039.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  4040.         }, 2), true);
  4041.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4042.         return $instance;
  4043.     }
  4044.     /**
  4045.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  4046.      *
  4047.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  4048.      */
  4049.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  4050.     {
  4051.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  4052.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4053.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\UserChecker(), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  4054.     }
  4055.     /**
  4056.      * Gets the private 'security.channel_listener' shared service.
  4057.      *
  4058.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  4059.      */
  4060.     protected function getSecurity_ChannelListenerService()
  4061.     {
  4062.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4063.     }
  4064.     /**
  4065.      * Gets the private 'security.command.user_password_encoder' shared service.
  4066.      *
  4067.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  4068.      */
  4069.     protected function getSecurity_Command_UserPasswordEncoderService()
  4070.     {
  4071.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  4072.         $instance->setName('security:encode-password');
  4073.         return $instance;
  4074.     }
  4075.     /**
  4076.      * Gets the private 'security.context_listener.0' shared service.
  4077.      *
  4078.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4079.      */
  4080.     protected function getSecurity_ContextListener_0Service()
  4081.     {
  4082.         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 () {
  4083.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  4084.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  4085.     }
  4086.     /**
  4087.      * Gets the private 'security.csrf.token_storage' shared service.
  4088.      *
  4089.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4090.      */
  4091.     protected function getSecurity_Csrf_TokenStorageService()
  4092.     {
  4093.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  4094.     }
  4095.     /**
  4096.      * Gets the private 'security.encoder_factory.generic' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  4099.      */
  4100.     protected function getSecurity_EncoderFactory_GenericService()
  4101.     {
  4102.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  4103.     }
  4104.     /**
  4105.      * Gets the private 'security.firewall.map' shared service.
  4106.      *
  4107.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4108.      */
  4109.     protected function getSecurity_Firewall_MapService()
  4110.     {
  4111.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4112.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4113.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4114.         ], [
  4115.             'security.firewall.map.context.dev' => '?',
  4116.             'security.firewall.map.context.main' => '?',
  4117.         ]), new RewindableGenerator(function () {
  4118.             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)/')));
  4119.             yield 'security.firewall.map.context.main' => NULL;
  4120.         }, 2));
  4121.     }
  4122.     /**
  4123.      * Gets the private 'security.firewall.map.context.dev' shared service.
  4124.      *
  4125.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4126.      */
  4127.     protected function getSecurity_Firewall_Map_Context_DevService()
  4128.     {
  4129.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4130.             return new \EmptyIterator();
  4131.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  4132.     }
  4133.     /**
  4134.      * Gets the private 'security.firewall.map.context.main' shared service.
  4135.      *
  4136.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  4137.      */
  4138.     protected function getSecurity_Firewall_Map_Context_MainService()
  4139.     {
  4140.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  4141.         $b = ($this->services['router'] ?? $this->getRouterService());
  4142.         $c = new \Symfony\Component\Security\Http\HttpUtils($b$b'{^https?://%s$}i''{^https://%s$}i');
  4143.         $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  4144.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  4145.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  4146.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  4147.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  4148.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4149.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  4150.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  4151.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  4152.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  4153.     }
  4154.     /**
  4155.      * Gets the private 'security.logout_url_generator' shared service.
  4156.      *
  4157.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4158.      */
  4159.     protected function getSecurity_LogoutUrlGeneratorService()
  4160.     {
  4161.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4162.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  4163.         return $instance;
  4164.     }
  4165.     /**
  4166.      * Gets the private 'security.role_hierarchy' shared service.
  4167.      *
  4168.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4169.      */
  4170.     protected function getSecurity_RoleHierarchyService()
  4171.     {
  4172.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4173.     }
  4174.     /**
  4175.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  4176.      *
  4177.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  4178.      */
  4179.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  4180.     {
  4181.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  4182.     }
  4183.     /**
  4184.      * Gets the private 'security.validator.user_password' shared service.
  4185.      *
  4186.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  4187.      */
  4188.     protected function getSecurity_Validator_UserPasswordService()
  4189.     {
  4190.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  4191.     }
  4192.     /**
  4193.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4194.      *
  4195.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4196.      */
  4197.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4198.     {
  4199.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4200.     }
  4201.     /**
  4202.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4203.      *
  4204.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4205.      */
  4206.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4207.     {
  4208.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4209.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4210.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4211.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4212.     }
  4213.     /**
  4214.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4215.      *
  4216.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4217.      */
  4218.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4219.     {
  4220.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4221.     }
  4222.     /**
  4223.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4224.      *
  4225.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4226.      */
  4227.     protected function getSensioFrameworkExtra_View_ListenerService()
  4228.     {
  4229.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  4230.     }
  4231.     /**
  4232.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4233.      *
  4234.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4235.      */
  4236.     protected function getSerializer_Mapping_CacheWarmerService()
  4237.     {
  4238.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  4239.     }
  4240.     /**
  4241.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4242.      *
  4243.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4244.      */
  4245.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4246.     {
  4247.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  4248.     }
  4249.     /**
  4250.      * Gets the private 'session.storage.native' shared service.
  4251.      *
  4252.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4253.      */
  4254.     protected function getSession_Storage_NativeService()
  4255.     {
  4256.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  4257.     }
  4258.     /**
  4259.      * Gets the private 'session_listener' shared service.
  4260.      *
  4261.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4262.      */
  4263.     protected function getSessionListenerService()
  4264.     {
  4265.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4266.             'initialized_session' => ['services''session'NULLfalse],
  4267.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4268.             'session' => ['services''session''getSessionService'false],
  4269.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4270.         ], [
  4271.             'initialized_session' => '?',
  4272.             'request_stack' => '?',
  4273.             'session' => '?',
  4274.             'session_storage' => '?',
  4275.         ]));
  4276.     }
  4277.     /**
  4278.      * Gets the private 'swiftmailer.command.debug' shared service.
  4279.      *
  4280.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  4281.      */
  4282.     protected function getSwiftmailer_Command_DebugService()
  4283.     {
  4284.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  4285.         $instance->setName('debug:swiftmailer');
  4286.         return $instance;
  4287.     }
  4288.     /**
  4289.      * Gets the private 'swiftmailer.command.new_email' shared service.
  4290.      *
  4291.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  4292.      */
  4293.     protected function getSwiftmailer_Command_NewEmailService()
  4294.     {
  4295.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  4296.         $instance->setName('swiftmailer:email:send');
  4297.         return $instance;
  4298.     }
  4299.     /**
  4300.      * Gets the private 'swiftmailer.command.send_email' shared service.
  4301.      *
  4302.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  4303.      */
  4304.     protected function getSwiftmailer_Command_SendEmailService()
  4305.     {
  4306.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  4307.         $instance->setName('swiftmailer:spool:send');
  4308.         return $instance;
  4309.     }
  4310.     /**
  4311.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  4312.      *
  4313.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  4314.      */
  4315.     protected function getSwiftmailer_EmailSender_ListenerService()
  4316.     {
  4317.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4318.     }
  4319.     /**
  4320.      * Gets the private 'translation.extractor' shared service.
  4321.      *
  4322.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  4323.      */
  4324.     protected function getTranslation_ExtractorService()
  4325.     {
  4326.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  4327.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  4328.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  4329.         return $instance;
  4330.     }
  4331.     /**
  4332.      * Gets the private 'translation.loader.csv' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4335.      */
  4336.     protected function getTranslation_Loader_CsvService()
  4337.     {
  4338.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4339.     }
  4340.     /**
  4341.      * Gets the private 'translation.loader.dat' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4344.      */
  4345.     protected function getTranslation_Loader_DatService()
  4346.     {
  4347.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4348.     }
  4349.     /**
  4350.      * Gets the private 'translation.loader.ini' shared service.
  4351.      *
  4352.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4353.      */
  4354.     protected function getTranslation_Loader_IniService()
  4355.     {
  4356.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4357.     }
  4358.     /**
  4359.      * Gets the private 'translation.loader.json' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4362.      */
  4363.     protected function getTranslation_Loader_JsonService()
  4364.     {
  4365.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4366.     }
  4367.     /**
  4368.      * Gets the private 'translation.loader.mo' shared service.
  4369.      *
  4370.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4371.      */
  4372.     protected function getTranslation_Loader_MoService()
  4373.     {
  4374.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4375.     }
  4376.     /**
  4377.      * Gets the private 'translation.loader.php' shared service.
  4378.      *
  4379.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4380.      */
  4381.     protected function getTranslation_Loader_PhpService()
  4382.     {
  4383.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4384.     }
  4385.     /**
  4386.      * Gets the private 'translation.loader.po' shared service.
  4387.      *
  4388.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4389.      */
  4390.     protected function getTranslation_Loader_PoService()
  4391.     {
  4392.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4393.     }
  4394.     /**
  4395.      * Gets the private 'translation.loader.qt' shared service.
  4396.      *
  4397.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4398.      */
  4399.     protected function getTranslation_Loader_QtService()
  4400.     {
  4401.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4402.     }
  4403.     /**
  4404.      * Gets the private 'translation.loader.res' shared service.
  4405.      *
  4406.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4407.      */
  4408.     protected function getTranslation_Loader_ResService()
  4409.     {
  4410.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4411.     }
  4412.     /**
  4413.      * Gets the private 'translation.loader.xliff' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4416.      */
  4417.     protected function getTranslation_Loader_XliffService()
  4418.     {
  4419.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4420.     }
  4421.     /**
  4422.      * Gets the private 'translation.loader.yml' shared service.
  4423.      *
  4424.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  4425.      */
  4426.     protected function getTranslation_Loader_YmlService()
  4427.     {
  4428.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  4429.     }
  4430.     /**
  4431.      * Gets the private 'translation.reader' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  4434.      */
  4435.     protected function getTranslation_ReaderService()
  4436.     {
  4437.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  4438.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4439.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4440.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4441.         $instance->addLoader('yaml'$a);
  4442.         $instance->addLoader('yml'$a);
  4443.         $instance->addLoader('xlf'$b);
  4444.         $instance->addLoader('xliff'$b);
  4445.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4446.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4447.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4448.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4449.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4450.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4451.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4452.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4453.         return $instance;
  4454.     }
  4455.     /**
  4456.      * Gets the private 'translation.warmer' shared service.
  4457.      *
  4458.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  4459.      */
  4460.     protected function getTranslation_WarmerService()
  4461.     {
  4462.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4463.             'translator' => ['services''translator''getTranslatorService'false],
  4464.         ], [
  4465.             'translator' => '?',
  4466.         ]))->withContext('translation.warmer'$this));
  4467.     }
  4468.     /**
  4469.      * Gets the private 'translator.default' shared service.
  4470.      *
  4471.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4472.      */
  4473.     protected function getTranslator_DefaultService()
  4474.     {
  4475.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4476.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  4477.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  4478.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  4479.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  4480.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  4481.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  4482.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  4483.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  4484.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  4485.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  4486.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  4487.         ], [
  4488.             'translation.loader.csv' => '?',
  4489.             'translation.loader.dat' => '?',
  4490.             'translation.loader.ini' => '?',
  4491.             'translation.loader.json' => '?',
  4492.             'translation.loader.mo' => '?',
  4493.             'translation.loader.php' => '?',
  4494.             'translation.loader.po' => '?',
  4495.             'translation.loader.qt' => '?',
  4496.             'translation.loader.res' => '?',
  4497.             'translation.loader.xliff' => '?',
  4498.             'translation.loader.yml' => '?',
  4499.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'uk', ['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')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], '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')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf')], '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')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf')], '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')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/translations/bundles/EasyAdminBundle/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/translations/messages.uk.yaml')], '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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/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/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/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/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/src/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/symfony/swiftmailer-bundle/translations'17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]]);
  4500.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4501.         $instance->setFallbackLocales([=> 'uk'=> 'uk']);
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'twig.command.debug' shared service.
  4506.      *
  4507.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  4508.      */
  4509.     protected function getTwig_Command_DebugService()
  4510.     {
  4511.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4512.         $instance->setName('debug:twig');
  4513.         return $instance;
  4514.     }
  4515.     /**
  4516.      * Gets the private 'twig.command.lint' shared service.
  4517.      *
  4518.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  4519.      */
  4520.     protected function getTwig_Command_LintService()
  4521.     {
  4522.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  4523.         $instance->setName('lint:twig');
  4524.         return $instance;
  4525.     }
  4526.     /**
  4527.      * Gets the private 'twig.form.renderer' shared service.
  4528.      *
  4529.      * @return \Symfony\Component\Form\FormRenderer
  4530.      */
  4531.     protected function getTwig_Form_RendererService()
  4532.     {
  4533.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4534.     }
  4535.     /**
  4536.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4537.      *
  4538.      * @return \Twig\Loader\FilesystemLoader
  4539.      */
  4540.     protected function getTwig_Loader_NativeFilesystemService()
  4541.     {
  4542.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4543.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4544.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4545.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4546.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4547.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4548.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4549.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4550.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4551.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4552.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4553.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4554.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4555.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4556.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4557.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4558.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  4559.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4560.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4561.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the private 'twig.mailer.message_listener' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  4568.      */
  4569.     protected function getTwig_Mailer_MessageListenerService()
  4570.     {
  4571.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  4572.     }
  4573.     /**
  4574.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4575.      *
  4576.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4577.      */
  4578.     protected function getTwig_Runtime_HttpkernelService()
  4579.     {
  4580.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4581.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4582.         ], [
  4583.             'inline' => '?',
  4584.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  4585.     }
  4586.     /**
  4587.      * Gets the private 'twig.runtime.security_csrf' shared service.
  4588.      *
  4589.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  4590.      */
  4591.     protected function getTwig_Runtime_SecurityCsrfService()
  4592.     {
  4593.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4594.     }
  4595.     /**
  4596.      * Gets the private 'twig.template_cache_warmer' shared service.
  4597.      *
  4598.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  4599.      */
  4600.     protected function getTwig_TemplateCacheWarmerService()
  4601.     {
  4602.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4603.             'twig' => ['services''twig''getTwigService'false],
  4604.         ], [
  4605.             'twig' => 'Twig\\Environment',
  4606.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  4607.     }
  4608.     /**
  4609.      * Gets the private 'validator.builder' shared service.
  4610.      *
  4611.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4612.      */
  4613.     protected function getValidator_BuilderService()
  4614.     {
  4615.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4616.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4617.             'App\\Validator\\Constraint\\ClientServiceValidator' => ['privates''App\\Validator\\Constraint\\ClientServiceValidator''getClientServiceValidatorService'false],
  4618.             'App\\Validator\\Constraint\\IsAllowedDomainNameValidator' => ['privates''App\\Validator\\Constraint\\IsAllowedDomainNameValidator''getIsAllowedDomainNameValidatorService'false],
  4619.             'App\\Validator\\Constraint\\MemoryValidator' => ['privates''App\\Validator\\Constraint\\MemoryValidator''getMemoryValidatorService'false],
  4620.             'App\\Validator\\Constraint\\TariffsDaysOfDelayValidator' => ['privates''App\\Validator\\Constraint\\TariffsDaysOfDelayValidator''getTariffsDaysOfDelayValidatorService'false],
  4621.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4622.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4623.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  4624.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4625.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  4626.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4627.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4628.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4629.         ], [
  4630.             'App\\Validator\\Constraint\\ClientServiceValidator' => '?',
  4631.             'App\\Validator\\Constraint\\IsAllowedDomainNameValidator' => '?',
  4632.             'App\\Validator\\Constraint\\MemoryValidator' => '?',
  4633.             'App\\Validator\\Constraint\\TariffsDaysOfDelayValidator' => '?',
  4634.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4635.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4636.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4637.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4638.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4639.             'doctrine.orm.validator.unique' => '?',
  4640.             'security.validator.user_password' => '?',
  4641.             'validator.expression' => '?',
  4642.         ])));
  4643.         if ($this->has('translator')) {
  4644.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4645.         }
  4646.         $instance->setTranslationDomain('validators');
  4647.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4648.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4649.         $instance->addMethodMapping('loadValidatorMetadata');
  4650.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4651.         return $instance;
  4652.     }
  4653.     /**
  4654.      * Gets the private 'validator.email' shared service.
  4655.      *
  4656.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  4657.      */
  4658.     protected function getValidator_EmailService()
  4659.     {
  4660.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  4661.     }
  4662.     /**
  4663.      * Gets the private 'validator.expression' shared service.
  4664.      *
  4665.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  4666.      */
  4667.     protected function getValidator_ExpressionService()
  4668.     {
  4669.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  4670.     }
  4671.     /**
  4672.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  4673.      *
  4674.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  4675.      */
  4676.     protected function getValidator_Mapping_CacheWarmerService()
  4677.     {
  4678.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  4679.     }
  4680.     /**
  4681.      * Gets the private 'validator.not_compromised_password' shared service.
  4682.      *
  4683.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  4684.      */
  4685.     protected function getValidator_NotCompromisedPasswordService()
  4686.     {
  4687.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  4688.     }
  4689.     /**
  4690.      * Gets the private 'var_dumper.command.server_dump' shared service.
  4691.      *
  4692.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  4693.      */
  4694.     protected function getVarDumper_Command_ServerDumpService()
  4695.     {
  4696.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  4697.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4698.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4699.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4700.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4701.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  4702.         $instance->setName('server:dump');
  4703.         return $instance;
  4704.     }
  4705.     /**
  4706.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  4707.      *
  4708.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  4709.      */
  4710.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  4711.     {
  4712.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  4713.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4714.         return $instance;
  4715.     }
  4716.     /**
  4717.      * Gets the private 'var_dumper.html_dumper' shared service.
  4718.      *
  4719.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4720.      */
  4721.     protected function getVarDumper_HtmlDumperService()
  4722.     {
  4723.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4724.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4725.         return $instance;
  4726.     }
  4727.     /**
  4728.      * Gets the private 'var_dumper.server_connection' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\VarDumper\Server\Connection
  4731.      */
  4732.     protected function getVarDumper_ServerConnectionService()
  4733.     {
  4734.         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()]);
  4735.     }
  4736.     /**
  4737.      * Gets the private 'web_profiler.csp.handler' shared service.
  4738.      *
  4739.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4740.      */
  4741.     protected function getWebProfiler_Csp_HandlerService()
  4742.     {
  4743.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4744.     }
  4745.     /**
  4746.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4747.      *
  4748.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4749.      */
  4750.     protected function getWebProfiler_DebugToolbarService()
  4751.     {
  4752.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  4753.     }
  4754.     public function getParameter(string $name)
  4755.     {
  4756.         if (isset($this->buildParameters[$name])) {
  4757.             return $this->buildParameters[$name];
  4758.         }
  4759.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  4760.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4761.         }
  4762.         if (isset($this->loadedDynamicParameters[$name])) {
  4763.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4764.         }
  4765.         return $this->parameters[$name];
  4766.     }
  4767.     public function hasParameter(string $name): bool
  4768.     {
  4769.         if (isset($this->buildParameters[$name])) {
  4770.             return true;
  4771.         }
  4772.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  4773.     }
  4774.     public function setParameter(string $name$value): void
  4775.     {
  4776.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4777.     }
  4778.     public function getParameterBag(): ParameterBagInterface
  4779.     {
  4780.         if (null === $this->parameterBag) {
  4781.             $parameters $this->parameters;
  4782.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4783.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4784.             }
  4785.             foreach ($this->buildParameters as $name => $value) {
  4786.                 $parameters[$name] = $value;
  4787.             }
  4788.             $this->parameterBag = new FrozenParameterBag($parameters);
  4789.         }
  4790.         return $this->parameterBag;
  4791.     }
  4792.     private $loadedDynamicParameters = [
  4793.         'kernel.cache_dir' => false,
  4794.         'platform.app.configuration.create.request' => false,
  4795.         'platform.app.configuration.suspend.request' => false,
  4796.         'platform.app.configuration.unsuspend.request' => false,
  4797.         'platform.app.configuration.remove.request' => false,
  4798.         'platform.app.configuration.user.list.request' => false,
  4799.         'app_domain_url' => false,
  4800.         'memory_storage' => false,
  4801.         'odb_api_key' => false,
  4802.         'kernel.secret' => false,
  4803.         'session.save_path' => false,
  4804.         'validator.mapping.cache.file' => false,
  4805.         'profiler.storage.dsn' => false,
  4806.         'debug.container.dump' => false,
  4807.         'serializer.mapping.cache.file' => false,
  4808.         'doctrine.orm.proxy_dir' => false,
  4809.         'swiftmailer.spool.default.memory.path' => false,
  4810.     ];
  4811.     private $dynamicParameters = [];
  4812.     private function getDynamicParameter(string $name)
  4813.     {
  4814.         switch ($name) {
  4815.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4816.             case 'platform.app.configuration.create.request'$value = [
  4817.                 'method' => 'GET',
  4818.                 'url' => $this->getEnv('string:SERVER_ACCOUNT').'/createacct',
  4819.                 'headers' => [
  4820.                     'Authorization' => 'whm '.$this->getEnv('string:SAAS_AUTH_USER').':'.$this->getEnv('string:SAAS_AUTH_TOKEN'),
  4821.                 ],
  4822.                 'parameters' => [
  4823.                     'api.version' => 1,
  4824.                     'contactemail' => 'tech@nickhost.com',
  4825.                     'bwlimit' => 'unlimited',
  4826.                     'cgi' => 1,
  4827.                     'cpmod' => 'paper_lantern',
  4828.                     'frontpage' => 0,
  4829.                     'hasshell' => 0,
  4830.                     'ip' => 'n',
  4831.                     'language' => 'en',
  4832.                     'owner' => $this->getEnv('SAAS_AUTH_USER'),
  4833.                     'reseller' => 0,
  4834.                     'plan' => 'saastechacc_1',
  4835.                 ],
  4836.                 'userParameterPrefix' => 'user',
  4837.                 'domainParameterPostfix' => '.saas.saas',
  4838.                 'saasPlatformPasswordLength' => 32,
  4839.             ]; break;
  4840.             case 'platform.app.configuration.suspend.request'$value = [
  4841.                 'method' => 'GET',
  4842.                 'url' => $this->getEnv('string:SERVER_ACCOUNT').'/suspendacct',
  4843.                 'headers' => [
  4844.                     'Authorization' => 'whm '.$this->getEnv('string:SAAS_AUTH_USER').':'.$this->getEnv('string:SAAS_AUTH_TOKEN'),
  4845.                 ],
  4846.                 'parameters' => [
  4847.                     'api.version' => 1,
  4848.                     'reason' => 'Something wrong',
  4849.                 ],
  4850.             ]; break;
  4851.             case 'platform.app.configuration.unsuspend.request'$value = [
  4852.                 'method' => 'GET',
  4853.                 'url' => $this->getEnv('string:SERVER_ACCOUNT').'/unsuspendacct',
  4854.                 'headers' => [
  4855.                     'Authorization' => 'whm '.$this->getEnv('string:SAAS_AUTH_USER').':'.$this->getEnv('string:SAAS_AUTH_TOKEN'),
  4856.                 ],
  4857.                 'parameters' => [
  4858.                     'api.version' => 1,
  4859.                 ],
  4860.             ]; break;
  4861.             case 'platform.app.configuration.remove.request'$value = [
  4862.                 'method' => 'GET',
  4863.                 'url' => $this->getEnv('string:SERVER_ACCOUNT').'/removeacct',
  4864.                 'headers' => [
  4865.                     'Authorization' => 'whm '.$this->getEnv('string:SAAS_AUTH_USER').':'.$this->getEnv('string:SAAS_AUTH_TOKEN'),
  4866.                 ],
  4867.                 'parameters' => [
  4868.                     'api.version' => 1,
  4869.                 ],
  4870.             ]; break;
  4871.             case 'platform.app.configuration.user.list.request'$value = [
  4872.                 'method' => 'GET',
  4873.                 'url' => $this->getEnv('string:SERVER_ACCOUNT').'/list_users',
  4874.                 'headers' => [
  4875.                     'Authorization' => 'whm '.$this->getEnv('string:SAAS_AUTH_USER').':'.$this->getEnv('string:SAAS_AUTH_TOKEN'),
  4876.                 ],
  4877.                 'parameters' => [
  4878.                     'api.version' => 1,
  4879.                 ],
  4880.             ]; break;
  4881.             case 'app_domain_url'$value $this->getEnv('APP_DOMAIN_URL'); break;
  4882.             case 'memory_storage'$value = [
  4883.                 'host' => $this->getEnv('MEMORY_STORAGE_HOST'),
  4884.                 'user' => $this->getEnv('MEMORY_STORAGE_USER'),
  4885.                 'password' => $this->getEnv('MEMORY_STORAGE_PASSWORD'),
  4886.             ]; break;
  4887.             case 'odb_api_key'$value $this->getEnv('OPEN_DATA_BOT_API_KEY'); break;
  4888.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4889.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4890.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4891.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4892.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4893.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4894.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4895.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  4896.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4897.         }
  4898.         $this->loadedDynamicParameters[$name] = true;
  4899.         return $this->dynamicParameters[$name] = $value;
  4900.     }
  4901.     protected function getDefaultParameters(): array
  4902.     {
  4903.         return [
  4904.             'kernel.project_dir' => \dirname(__DIR__4),
  4905.             'kernel.environment' => 'dev',
  4906.             'kernel.debug' => true,
  4907.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4908.             'kernel.bundles' => [
  4909.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4910.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4911.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4912.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4913.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4914.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4915.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4916.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4917.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4918.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4919.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4920.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4921.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  4922.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4923.             ],
  4924.             'kernel.bundles_metadata' => [
  4925.                 'FrameworkBundle' => [
  4926.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4927.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4928.                 ],
  4929.                 'TwigBundle' => [
  4930.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4931.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4932.                 ],
  4933.                 'TwigExtraBundle' => [
  4934.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  4935.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4936.                 ],
  4937.                 'WebProfilerBundle' => [
  4938.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4939.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4940.                 ],
  4941.                 'MonologBundle' => [
  4942.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4943.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4944.                 ],
  4945.                 'DebugBundle' => [
  4946.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4947.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4948.                 ],
  4949.                 'DoctrineBundle' => [
  4950.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4951.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4952.                 ],
  4953.                 'DoctrineMigrationsBundle' => [
  4954.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4955.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4956.                 ],
  4957.                 'SensioFrameworkExtraBundle' => [
  4958.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4959.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4960.                 ],
  4961.                 'SecurityBundle' => [
  4962.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4963.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4964.                 ],
  4965.                 'MakerBundle' => [
  4966.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4967.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4968.                 ],
  4969.                 'EasyAdminBundle' => [
  4970.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  4971.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4972.                 ],
  4973.                 'SwiftmailerBundle' => [
  4974.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  4975.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  4976.                 ],
  4977.                 'DoctrineFixturesBundle' => [
  4978.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4979.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4980.                 ],
  4981.             ],
  4982.             'kernel.charset' => 'UTF-8',
  4983.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4984.             'container.dumper.inline_class_loader' => false,
  4985.             'container.dumper.inline_factories' => true,
  4986.             'fragment.renderer.hinclude.global_template' => '',
  4987.             'fragment.path' => '/_fragment',
  4988.             'kernel.http_method_override' => true,
  4989.             'kernel.trusted_hosts' => [
  4990.             ],
  4991.             'kernel.default_locale' => 'uk',
  4992.             'kernel.error_controller' => 'error_controller',
  4993.             'debug.file_link_format' => NULL,
  4994.             'session.metadata.storage_key' => '_sf2_meta',
  4995.             'session.storage.options' => [
  4996.                 'cache_limiter' => '0',
  4997.                 'cookie_secure' => 'auto',
  4998.                 'cookie_httponly' => true,
  4999.                 'cookie_samesite' => 'lax',
  5000.                 'gc_probability' => 1,
  5001.             ],
  5002.             'session.metadata.update_threshold' => 0,
  5003.             'form.type_extension.csrf.enabled' => true,
  5004.             'form.type_extension.csrf.field_name' => '_token',
  5005.             'asset.request_context.base_path' => '',
  5006.             'asset.request_context.secure' => false,
  5007.             'validator.mapping.cache.prefix' => '',
  5008.             'validator.translation_domain' => 'validators',
  5009.             'translator.logging' => false,
  5010.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5011.             'profiler_listener.only_exceptions' => false,
  5012.             'profiler_listener.only_master_requests' => false,
  5013.             'debug.error_handler.throw_at' => -1,
  5014.             'router.request_context.host' => 'localhost',
  5015.             'router.request_context.scheme' => 'http',
  5016.             'router.request_context.base_url' => '',
  5017.             'router.resource' => 'kernel::loadRoutes',
  5018.             'request_listener.http_port' => 80,
  5019.             'request_listener.https_port' => 443,
  5020.             'serializer.mapping.cache.prefix' => '',
  5021.             'twig.form.resources' => [
  5022.                 => 'form_div_layout.html.twig',
  5023.             ],
  5024.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5025.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5026.             'web_profiler.debug_toolbar.mode' => 2,
  5027.             'monolog.use_microseconds' => true,
  5028.             'monolog.swift_mailer.handlers' => [
  5029.             ],
  5030.             'monolog.handlers_to_channels' => [
  5031.                 'monolog.handler.console' => [
  5032.                     'type' => 'exclusive',
  5033.                     'elements' => [
  5034.                         => 'event',
  5035.                         => 'doctrine',
  5036.                         => 'console',
  5037.                     ],
  5038.                 ],
  5039.                 'monolog.handler.main' => [
  5040.                     'type' => 'exclusive',
  5041.                     'elements' => [
  5042.                         => 'event',
  5043.                     ],
  5044.                 ],
  5045.             ],
  5046.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5047.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5048.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5049.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5050.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5051.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5052.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5053.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5054.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5055.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5056.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5057.             'doctrine.entity_managers' => [
  5058.                 'default' => 'doctrine.orm.default_entity_manager',
  5059.                 'memory_storage' => 'doctrine.orm.memory_storage_entity_manager',
  5060.             ],
  5061.             'doctrine.default_entity_manager' => 'default',
  5062.             'doctrine.dbal.connection_factory.types' => [
  5063.             ],
  5064.             'doctrine.connections' => [
  5065.                 'default' => 'doctrine.dbal.default_connection',
  5066.             ],
  5067.             'doctrine.default_connection' => 'default',
  5068.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5069.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5070.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5071.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5072.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5073.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5074.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5075.             'doctrine.orm.cache.memcache_port' => 11211,
  5076.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5077.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5078.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5079.             'doctrine.orm.cache.memcached_port' => 11211,
  5080.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5081.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5082.             'doctrine.orm.cache.redis_host' => 'localhost',
  5083.             'doctrine.orm.cache.redis_port' => 6379,
  5084.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5085.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5086.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5087.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5088.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5089.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5090.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5091.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5092.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5093.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5094.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5095.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5096.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5097.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5098.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5099.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5100.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5101.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5102.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5103.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5104.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5105.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5106.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5107.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5108.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5109.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5110.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5111.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5112.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5113.             'doctrine.orm.auto_generate_proxy_classes' => false,
  5114.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5115.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  5116.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  5117.             'doctrine_migrations.table_name' => 'migration_versions',
  5118.             'doctrine_migrations.column_name' => 'version',
  5119.             'doctrine_migrations.column_length' => 14,
  5120.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  5121.             'doctrine_migrations.all_or_nothing' => false,
  5122.             'doctrine_migrations.name' => 'Application Migrations',
  5123.             'doctrine_migrations.custom_template' => NULL,
  5124.             'doctrine_migrations.organize_migrations' => false,
  5125.             'security.role_hierarchy.roles' => [
  5126.                 'ROLE_SUPERADMIN' => [
  5127.                     => 'ROLE_ADMIN',
  5128.                 ],
  5129.             ],
  5130.             'security.access.denied_url' => NULL,
  5131.             'security.authentication.manager.erase_credentials' => true,
  5132.             'security.authentication.session_strategy.strategy' => 'migrate',
  5133.             'security.access.always_authenticate_before_granting' => false,
  5134.             'security.authentication.hide_user_not_found' => true,
  5135.             'easyadmin.config' => [
  5136.                 'user' => [
  5137.                     'name_property_path' => 'email',
  5138.                     'display_name' => true,
  5139.                     'display_avatar' => true,
  5140.                     'avatar_property_path' => NULL,
  5141.                 ],
  5142.                 'site_name' => 'FieldBi',
  5143.                 'design' => [
  5144.                     'assets' => [
  5145.                         'favicon' => [
  5146.                             'path' => '/images/favicon.png',
  5147.                             'mime_type' => 'image/png',
  5148.                         ],
  5149.                         'css' => [
  5150.                             => 'assets/css/custom.css',
  5151.                         ],
  5152.                         'js' => [
  5153.                             => 'assets/js/custom.js',
  5154.                         ],
  5155.                     ],
  5156.                     'menu' => [
  5157.                         => [
  5158.                             'entity' => 'Client',
  5159.                             'label' => 'menu.clients',
  5160.                             'icon' => 'server',
  5161.                         ],
  5162.                         => [
  5163.                             'entity' => 'Tariffs',
  5164.                             'label' => 'menu.tariffs',
  5165.                             'icon' => 'dollar',
  5166.                         ],
  5167.                         => [
  5168.                             'label' => 'menu.transaction',
  5169.                             'icon' => 'cash-register',
  5170.                             'children' => [
  5171.                                 => [
  5172.                                     'entity' => 'Payment',
  5173.                                     'label' => 'menu.payment',
  5174.                                     'icon' => 'money',
  5175.                                 ],
  5176.                                 => [
  5177.                                     'entity' => 'Balance',
  5178.                                     'params' => [
  5179.                                         'action' => 'balance',
  5180.                                         'sortField' => 'clientId',
  5181.                                     ],
  5182.                                     'label' => 'menu.balance',
  5183.                                     'icon' => 'wallet',
  5184.                                 ],
  5185.                             ],
  5186.                         ],
  5187.                         => [
  5188.                             'entity' => 'Service',
  5189.                             'label' => 'menu.service',
  5190.                             'icon' => 'stream',
  5191.                         ],
  5192.                         => [
  5193.                             'label' => 'menu.settings',
  5194.                         ],
  5195.                         => [
  5196.                             'entity' => 'User',
  5197.                             'icon' => 'user',
  5198.                             'label' => 'menu.users',
  5199.                         ],
  5200.                         => [
  5201.                             'entity' => 'ServiceType',
  5202.                             'label' => 'menu.serviceType',
  5203.                             'icon' => 'list-ol',
  5204.                         ],
  5205.                         => [
  5206.                             'entity' => 'Module',
  5207.                             'label' => 'menu.module',
  5208.                             'icon' => 'th-list',
  5209.                         ],
  5210.                         => [
  5211.                             'entity' => 'OpenDataBotServiceStatistic',
  5212.                             'label' => 'menu.odb_stats',
  5213.                             'icon' => 'th-list',
  5214.                         ],
  5215.                     ],
  5216.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5217.                     'form_theme' => [
  5218.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5219.                     ],
  5220.                 ],
  5221.                 'entities' => [
  5222.                     'Client' => [
  5223.                         'label' => 'clients.title',
  5224.                         'class' => 'App\\Entity\\PlatformAppEntity',
  5225.                         'controller' => 'App\\Controller\\PlatformAppController',
  5226.                         'list' => [
  5227.                             'actions' => [
  5228.                                 => [
  5229.                                     'name' => 'edit',
  5230.                                     'label' => '',
  5231.                                 ],
  5232.                                 => [
  5233.                                     'name' => 'delete',
  5234.                                     'label' => '',
  5235.                                 ],
  5236.                                 => [
  5237.                                     'name' => 'redirectInstance',
  5238.                                     'label' => '',
  5239.                                     'icon' => 'sign-in',
  5240.                                     'target' => '_blank',
  5241.                                 ],
  5242.                                 => [
  5243.                                     'name' => 'show',
  5244.                                     'label' => '',
  5245.                                     'icon' => 'eye',
  5246.                                 ],
  5247.                             ],
  5248.                             'fields' => [
  5249.                                 => [
  5250.                                     'property' => 'domain',
  5251.                                     'label' => 'clients.fields.domain',
  5252.                                 ],
  5253.                                 => [
  5254.                                     'property' => 'status',
  5255.                                     'type' => 'toggle',
  5256.                                     'label' => 'clients.fields.status',
  5257.                                 ],
  5258.                                 => [
  5259.                                     'property' => 'createdAt',
  5260.                                     'label' => 'clients.fields.createdAt',
  5261.                                     'format' => 'j/n/Y',
  5262.                                 ],
  5263.                                 => [
  5264.                                     'property' => 'trialPeriod',
  5265.                                     'label' => 'clients.fields.trialPeriod',
  5266.                                 ],
  5267.                                 => 'email',
  5268.                                 => [
  5269.                                     'property' => 'shortStatisticMemory',
  5270.                                     'label' => 'clients.fields.memory',
  5271.                                 ],
  5272.                                 => [
  5273.                                     'property' => 'fieldsArea',
  5274.                                     'label' => 'clients.fields.fieldsArea',
  5275.                                 ],
  5276.                                 => [
  5277.                                     'property' => 'landsArea',
  5278.                                     'label' => 'clients.fields.landsArea',
  5279.                                 ],
  5280.                                 => [
  5281.                                     'property' => 'isStorage',
  5282.                                     'type' => 'boolean',
  5283.                                     'label' => 'clients.fields.isStorage',
  5284.                                 ],
  5285.                             ],
  5286.                         ],
  5287.                         'show' => [
  5288.                             'fields' => [
  5289.                                 => [
  5290.                                     'property' => 'name',
  5291.                                     'label' => 'clients.fields.name',
  5292.                                 ],
  5293.                                 => [
  5294.                                     'property' => 'domain',
  5295.                                     'label' => 'clients.fields.domain',
  5296.                                 ],
  5297.                                 => [
  5298.                                     'property' => 'status',
  5299.                                     'type' => 'toggle',
  5300.                                     'label' => 'clients.fields.status',
  5301.                                 ],
  5302.                                 => [
  5303.                                     'property' => 'createdAt',
  5304.                                     'label' => 'clients.fields.createdAt',
  5305.                                     'format' => 'j/n/Y',
  5306.                                 ],
  5307.                                 => [
  5308.                                     'property' => 'trialPeriod',
  5309.                                     'label' => 'clients.fields.trialPeriod',
  5310.                                 ],
  5311.                                 => [
  5312.                                     'property' => 'trialPeriodFinishDate',
  5313.                                     'label' => 'clients.fields.trialPeriodFinishDate',
  5314.                                 ],
  5315.                                 => 'email',
  5316.                                 => [
  5317.                                     'property' => 'phone',
  5318.                                     'label' => 'clients.fields.phone',
  5319.                                 ],
  5320.                                 => [
  5321.                                     'property' => 'tariff',
  5322.                                     'label' => 'clients.fields.tariff',
  5323.                                 ],
  5324.                                 => [
  5325.                                     'property' => 'services',
  5326.                                     'label' => 'clients.fields.services',
  5327.                                 ],
  5328.                                 10 => [
  5329.                                     'property' => 'modules',
  5330.                                     'label' => 'clients.fields.modules',
  5331.                                 ],
  5332.                                 11 => [
  5333.                                     'property' => 'statisticMemory',
  5334.                                     'label' => 'clients.fields.memory',
  5335.                                 ],
  5336.                                 12 => [
  5337.                                     'property' => 'fieldsArea',
  5338.                                     'label' => 'clients.fields.fieldsArea',
  5339.                                 ],
  5340.                                 13 => [
  5341.                                     'property' => 'landsArea',
  5342.                                     'label' => 'clients.fields.landsArea',
  5343.                                 ],
  5344.                             ],
  5345.                         ],
  5346.                         'form' => [
  5347.                             'fields' => [
  5348.                                 => [
  5349.                                     'property' => 'name',
  5350.                                     'type_options' => [
  5351.                                         'label' => 'clients.fields.name',
  5352.                                     ],
  5353.                                 ],
  5354.                                 => [
  5355.                                     'property' => 'domain',
  5356.                                     'type_options' => [
  5357.                                         'label' => 'clients.fields.domain',
  5358.                                     ],
  5359.                                 ],
  5360.                                 => [
  5361.                                     'property' => 'status',
  5362.                                     'type' => 'choice',
  5363.                                     'type_options' => [
  5364.                                         'label' => 'clients.fields.status',
  5365.                                         'choices' => [
  5366.                                             'Inactive' => 0,
  5367.                                             'Active' => 1,
  5368.                                         ],
  5369.                                         'required' => true,
  5370.                                     ],
  5371.                                 ],
  5372.                                 => [
  5373.                                     'property' => 'trialPeriod',
  5374.                                     'type_options' => [
  5375.                                         'label' => 'clients.fields.trialPeriod',
  5376.                                     ],
  5377.                                 ],
  5378.                                 => 'email',
  5379.                                 => [
  5380.                                     'property' => 'phone',
  5381.                                     'type_options' => [
  5382.                                         'label' => 'clients.fields.phone',
  5383.                                         'attr' => [
  5384.                                             'data-mask' => '000.000.000-00',
  5385.                                         ],
  5386.                                     ],
  5387.                                 ],
  5388.                                 => [
  5389.                                     'property' => 'tariff',
  5390.                                     'type' => 'easyadmin_autocomplete',
  5391.                                     'type_options' => [
  5392.                                         'label' => 'clients.fields.tariff',
  5393.                                     ],
  5394.                                 ],
  5395.                                 => [
  5396.                                     'property' => 'services',
  5397.                                     'label' => 'clients.fields.services',
  5398.                                     'type_options' => [
  5399.                                         'by_reference' => false,
  5400.                                     ],
  5401.                                 ],
  5402.                                 => [
  5403.                                     'property' => 'hasDeficit',
  5404.                                     'label' => 'clients.fields.hasDeficit',
  5405.                                 ],
  5406.                                 => [
  5407.                                     'property' => 'modules',
  5408.                                     'label' => 'clients.fields.modules',
  5409.                                     'type_options' => [
  5410.                                         'by_reference' => false,
  5411.                                     ],
  5412.                                 ],
  5413.                                 10 => [
  5414.                                     'property' => 'memory',
  5415.                                     'label' => 'clients.fields.memory',
  5416.                                 ],
  5417.                             ],
  5418.                         ],
  5419.                         'edit' => [
  5420.                             'fields' => [
  5421.                                 => [
  5422.                                     'property' => 'name',
  5423.                                     'type_options' => [
  5424.                                         'label' => 'clients.fields.name',
  5425.                                     ],
  5426.                                 ],
  5427.                                 => [
  5428.                                     'property' => 'domain',
  5429.                                     'type_options' => [
  5430.                                         'label' => 'clients.fields.domain',
  5431.                                         'disabled' => true,
  5432.                                     ],
  5433.                                 ],
  5434.                                 => [
  5435.                                     'property' => 'status',
  5436.                                     'type' => 'choice',
  5437.                                     'type_options' => [
  5438.                                         'label' => 'clients.fields.status',
  5439.                                         'choices' => [
  5440.                                             'Inactive' => 0,
  5441.                                             'Active' => 1,
  5442.                                         ],
  5443.                                         'required' => true,
  5444.                                     ],
  5445.                                 ],
  5446.                                 => [
  5447.                                     'property' => 'trialPeriod',
  5448.                                     'type_options' => [
  5449.                                         'label' => 'clients.fields.trialPeriod',
  5450.                                     ],
  5451.                                 ],
  5452.                                 => 'email',
  5453.                                 => [
  5454.                                     'property' => 'phone',
  5455.                                     'type_options' => [
  5456.                                         'label' => 'clients.fields.phone',
  5457.                                         'attr' => [
  5458.                                             'data-mask' => '000.000.000-00',
  5459.                                         ],
  5460.                                     ],
  5461.                                 ],
  5462.                                 => [
  5463.                                     'property' => 'tariff',
  5464.                                     'type' => 'easyadmin_autocomplete',
  5465.                                     'type_options' => [
  5466.                                         'label' => 'clients.fields.tariff',
  5467.                                     ],
  5468.                                 ],
  5469.                                 => [
  5470.                                     'property' => 'services',
  5471.                                     'label' => 'clients.fields.services',
  5472.                                     'type_options' => [
  5473.                                         'by_reference' => false,
  5474.                                     ],
  5475.                                 ],
  5476.                                 => [
  5477.                                     'property' => 'hasDeficit',
  5478.                                     'label' => 'clients.fields.hasDeficit',
  5479.                                 ],
  5480.                                 => [
  5481.                                     'property' => 'modules',
  5482.                                     'label' => 'clients.fields.modules',
  5483.                                     'type_options' => [
  5484.                                         'by_reference' => false,
  5485.                                     ],
  5486.                                 ],
  5487.                                 10 => [
  5488.                                     'property' => 'memory',
  5489.                                     'label' => 'clients.fields.memory',
  5490.                                 ],
  5491.                             ],
  5492.                         ],
  5493.                         'name' => 'Client',
  5494.                     ],
  5495.                     'Module' => [
  5496.                         'label' => 'module.title',
  5497.                         'help' => 'module.help',
  5498.                         'class' => 'App\\Entity\\Module',
  5499.                         'list' => [
  5500.                             'actions' => [
  5501.                                 => [
  5502.                                     'name' => '-edit',
  5503.                                     'label' => '',
  5504.                                 ],
  5505.                                 => [
  5506.                                     'name' => '-delete',
  5507.                                     'label' => '',
  5508.                                 ],
  5509.                                 => [
  5510.                                     'name' => 'show',
  5511.                                     'label' => '',
  5512.                                     'icon' => 'eye',
  5513.                                 ],
  5514.                             ],
  5515.                             'fields' => [
  5516.                                 => [
  5517.                                     'property' => 'id',
  5518.                                 ],
  5519.                                 => [
  5520.                                     'property' => 'name',
  5521.                                     'label' => 'module.fields.name',
  5522.                                 ],
  5523.                                 => [
  5524.                                     'property' => 'alias',
  5525.                                     'label' => 'module.fields.alias',
  5526.                                 ],
  5527.                                 => [
  5528.                                     'property' => 'clients',
  5529.                                     'label' => 'service.fields.clients',
  5530.                                 ],
  5531.                             ],
  5532.                         ],
  5533.                         'show' => [
  5534.                             'actions' => [
  5535.                                 => [
  5536.                                     'name' => '-edit',
  5537.                                     'label' => '',
  5538.                                 ],
  5539.                                 => [
  5540.                                     'name' => '-delete',
  5541.                                     'label' => '',
  5542.                                 ],
  5543.                             ],
  5544.                             'fields' => [
  5545.                                 => [
  5546.                                     'property' => 'name',
  5547.                                     'label' => 'module.fields.name',
  5548.                                 ],
  5549.                                 => [
  5550.                                     'property' => 'alias',
  5551.                                     'label' => 'module.fields.alias',
  5552.                                 ],
  5553.                             ],
  5554.                         ],
  5555.                         'form' => [
  5556.                             'fields' => [
  5557.                                 => [
  5558.                                     'property' => 'name',
  5559.                                     'label' => 'module.fields.name',
  5560.                                 ],
  5561.                                 => [
  5562.                                     'property' => 'alias',
  5563.                                     'label' => 'module.fields.alias',
  5564.                                 ],
  5565.                             ],
  5566.                         ],
  5567.                         'name' => 'Module',
  5568.                     ],
  5569.                     'OpenDataBotServiceStatistic' => [
  5570.                         'label' => 'odb.title',
  5571.                         'class' => 'App\\Entity\\OpenDataBotServiceStatistic',
  5572.                         'controller' => 'App\\Controller\\AdminController',
  5573.                         'disabled_actions' => [
  5574.                             => 'show',
  5575.                             => 'new',
  5576.                             => 'edit',
  5577.                             => 'delete',
  5578.                         ],
  5579.                         'list' => [
  5580.                             'fields' => [
  5581.                                 => [
  5582.                                     'property' => 'name',
  5583.                                     'label' => 'odb.name',
  5584.                                 ],
  5585.                                 => [
  5586.                                     'property' => 'limit',
  5587.                                     'label' => 'odb.limit',
  5588.                                 ],
  5589.                                 => [
  5590.                                     'property' => 'used',
  5591.                                     'label' => 'odb.used',
  5592.                                 ],
  5593.                                 => [
  5594.                                     'property' => 'balance',
  5595.                                     'label' => 'odb.balance',
  5596.                                 ],
  5597.                             ],
  5598.                         ],
  5599.                         'name' => 'OpenDataBotServiceStatistic',
  5600.                     ],
  5601.                     'Payment' => [
  5602.                         'label' => 'payment.title',
  5603.                         'class' => 'App\\Entity\\Payment',
  5604.                         'controller' => 'App\\Controller\\PaymentController',
  5605.                         'list' => [
  5606.                             'actions' => [
  5607.                                 => [
  5608.                                     'name' => '-edit',
  5609.                                 ],
  5610.                                 => [
  5611.                                     'name' => 'delete',
  5612.                                     'label' => '',
  5613.                                     'icon' => 'trash',
  5614.                                 ],
  5615.                                 => [
  5616.                                     'name' => 'show',
  5617.                                     'label' => '',
  5618.                                     'icon' => 'eye',
  5619.                                 ],
  5620.                             ],
  5621.                             'fields' => [
  5622.                                 => [
  5623.                                     'property' => 'client.name',
  5624.                                     'label' => 'payment.fields.client',
  5625.                                     'sortable' => true,
  5626.                                 ],
  5627.                                 => [
  5628.                                     'property' => 'sum',
  5629.                                     'label' => 'payment.fields.sum',
  5630.                                 ],
  5631.                                 => [
  5632.                                     'property' => 'createdAt',
  5633.                                     'label' => 'payment.fields.createdAt',
  5634.                                     'format' => 'j/n/Y',
  5635.                                 ],
  5636.                             ],
  5637.                         ],
  5638.                         'show' => [
  5639.                             'actions' => [
  5640.                                 => [
  5641.                                     'name' => '-edit',
  5642.                                 ],
  5643.                             ],
  5644.                             'fields' => [
  5645.                                 => [
  5646.                                     'property' => 'client.name',
  5647.                                     'label' => 'payment.fields.client',
  5648.                                 ],
  5649.                                 => [
  5650.                                     'property' => 'sum',
  5651.                                     'label' => 'payment.fields.sum',
  5652.                                 ],
  5653.                                 => [
  5654.                                     'property' => 'createdAt',
  5655.                                     'label' => 'payment.fields.createdAt',
  5656.                                     'format' => 'j/n/Y',
  5657.                                 ],
  5658.                             ],
  5659.                         ],
  5660.                         'form' => [
  5661.                             'fields' => [
  5662.                                 => [
  5663.                                     'property' => 'client',
  5664.                                     'type' => 'easyadmin_autocomplete',
  5665.                                     'type_options' => [
  5666.                                         'label' => 'payment.fields.client',
  5667.                                     ],
  5668.                                 ],
  5669.                                 => [
  5670.                                     'property' => 'sum',
  5671.                                 ],
  5672.                             ],
  5673.                         ],
  5674.                         'name' => 'Payment',
  5675.                     ],
  5676.                     'Service' => [
  5677.                         'label' => 'service.title',
  5678.                         'class' => 'App\\Entity\\Service',
  5679.                         'controller' => 'App\\Controller\\ServiceController',
  5680.                         'list' => [
  5681.                             'actions' => [
  5682.                                 => [
  5683.                                     'name' => 'edit',
  5684.                                     'label' => '',
  5685.                                 ],
  5686.                                 => [
  5687.                                     'name' => 'delete',
  5688.                                     'label' => '',
  5689.                                     'icon' => 'trash',
  5690.                                 ],
  5691.                                 => [
  5692.                                     'name' => 'show',
  5693.                                     'label' => '',
  5694.                                     'icon' => 'eye',
  5695.                                 ],
  5696.                             ],
  5697.                             'fields' => [
  5698.                                 => [
  5699.                                     'property' => 'id',
  5700.                                 ],
  5701.                                 => [
  5702.                                     'property' => 'name',
  5703.                                     'label' => 'service.fields.name',
  5704.                                 ],
  5705.                                 => [
  5706.                                     'property' => 'serviceType',
  5707.                                     'label' => 'service.fields.serviceType',
  5708.                                 ],
  5709.                                 => [
  5710.                                     'property' => 'price',
  5711.                                     'label' => 'service.fields.price',
  5712.                                 ],
  5713.                                 => [
  5714.                                     'property' => 'unit',
  5715.                                     'label' => 'service.fields.unit',
  5716.                                 ],
  5717.                                 => [
  5718.                                     'property' => 'clients',
  5719.                                     'label' => 'service.fields.clients',
  5720.                                 ],
  5721.                             ],
  5722.                         ],
  5723.                         'show' => [
  5724.                             'fields' => [
  5725.                                 => [
  5726.                                     'property' => 'name',
  5727.                                     'label' => 'service.fields.name',
  5728.                                 ],
  5729.                                 => [
  5730.                                     'property' => 'serviceType',
  5731.                                     'label' => 'service.fields.serviceType',
  5732.                                 ],
  5733.                                 => [
  5734.                                     'property' => 'price',
  5735.                                     'label' => 'service.fields.price',
  5736.                                 ],
  5737.                                 => [
  5738.                                     'property' => 'unit',
  5739.                                     'label' => 'service.fields.unit',
  5740.                                 ],
  5741.                                 => [
  5742.                                     'property' => 'clients',
  5743.                                     'label' => 'service.fields.client',
  5744.                                 ],
  5745.                                 => [
  5746.                                     'property' => 'comment',
  5747.                                     'label' => 'service.fields.comment',
  5748.                                 ],
  5749.                             ],
  5750.                         ],
  5751.                         'form' => [
  5752.                             'fields' => [
  5753.                                 => [
  5754.                                     'property' => 'name',
  5755.                                     'label' => 'service.fields.name',
  5756.                                 ],
  5757.                                 => [
  5758.                                     'property' => 'serviceType',
  5759.                                     'label' => 'service.fields.serviceType',
  5760.                                 ],
  5761.                                 => [
  5762.                                     'property' => 'price',
  5763.                                     'label' => 'service.fields.price',
  5764.                                 ],
  5765.                                 => [
  5766.                                     'property' => 'unit',
  5767.                                     'label' => 'service.fields.unit',
  5768.                                 ],
  5769.                                 => [
  5770.                                     'property' => 'clients',
  5771.                                     'label' => 'service.fields.client',
  5772.                                 ],
  5773.                                 => [
  5774.                                     'property' => 'comment',
  5775.                                     'label' => 'service.fields.comment',
  5776.                                 ],
  5777.                             ],
  5778.                         ],
  5779.                         'name' => 'Service',
  5780.                     ],
  5781.                     'ServiceType' => [
  5782.                         'label' => 'service.type.title',
  5783.                         'help' => 'service.type.help',
  5784.                         'class' => 'App\\Entity\\ServiceType',
  5785.                         'list' => [
  5786.                             'actions' => [
  5787.                                 => [
  5788.                                     'name' => 'edit',
  5789.                                     'label' => '',
  5790.                                 ],
  5791.                                 => [
  5792.                                     'name' => 'delete',
  5793.                                     'label' => '',
  5794.                                     'icon' => 'trash',
  5795.                                 ],
  5796.                                 => [
  5797.                                     'name' => 'show',
  5798.                                     'label' => '',
  5799.                                     'icon' => 'eye',
  5800.                                 ],
  5801.                             ],
  5802.                             'fields' => [
  5803.                                 => [
  5804.                                     'property' => 'id',
  5805.                                 ],
  5806.                                 => [
  5807.                                     'property' => 'name',
  5808.                                     'label' => 'service.type.fields.name',
  5809.                                 ],
  5810.                                 => [
  5811.                                     'property' => 'alias',
  5812.                                     'label' => 'service.type.fields.alias',
  5813.                                 ],
  5814.                             ],
  5815.                         ],
  5816.                         'show' => [
  5817.                             'fields' => [
  5818.                                 => [
  5819.                                     'property' => 'name',
  5820.                                     'label' => 'service.type.fields.name',
  5821.                                 ],
  5822.                                 => [
  5823.                                     'property' => 'alias',
  5824.                                     'label' => 'service.type.fields.alias',
  5825.                                 ],
  5826.                             ],
  5827.                         ],
  5828.                         'form' => [
  5829.                             'fields' => [
  5830.                                 => [
  5831.                                     'property' => 'name',
  5832.                                     'label' => 'service.type.fields.name',
  5833.                                 ],
  5834.                                 => [
  5835.                                     'property' => 'alias',
  5836.                                     'label' => 'service.type.fields.alias',
  5837.                                 ],
  5838.                             ],
  5839.                         ],
  5840.                         'name' => 'ServiceType',
  5841.                     ],
  5842.                     'Tariffs' => [
  5843.                         'class' => 'App\\Entity\\TariffPlan',
  5844.                         'label' => 'tariffs.title',
  5845.                         'controller' => 'App\\Controller\\TariffPlanController',
  5846.                         'list' => [
  5847.                             'actions' => [
  5848.                                 => [
  5849.                                     'name' => 'edit',
  5850.                                     'label' => '',
  5851.                                 ],
  5852.                                 => [
  5853.                                     'name' => 'delete',
  5854.                                     'label' => '',
  5855.                                 ],
  5856.                                 => [
  5857.                                     'name' => 'show',
  5858.                                     'label' => '',
  5859.                                     'icon' => 'eye',
  5860.                                 ],
  5861.                             ],
  5862.                             'fields' => [
  5863.                                 => [
  5864.                                     'property' => 'name',
  5865.                                     'label' => 'tariffs.fields.name',
  5866.                                 ],
  5867.                                 => [
  5868.                                     'property' => 'isPublic',
  5869.                                     'label' => 'tariffs.fields.isPublic',
  5870.                                 ],
  5871.                                 => [
  5872.                                     'property' => 'isTrial',
  5873.                                     'label' => 'tariffs.fields.isTrial',
  5874.                                 ],
  5875.                                 => [
  5876.                                     'property' => 'type',
  5877.                                     'label' => 'tariffs.fields.type',
  5878.                                 ],
  5879.                                 => [
  5880.                                     'property' => 'period',
  5881.                                     'label' => 'tariffs.fields.period',
  5882.                                 ],
  5883.                                 => [
  5884.                                     'property' => 'price',
  5885.                                     'label' => 'tariffs.fields.price',
  5886.                                 ],
  5887.                                 => [
  5888.                                     'property' => 'limitOfHectares',
  5889.                                     'label' => 'tariffs.fields.limitOfHectares',
  5890.                                 ],
  5891.                                 => [
  5892.                                     'property' => 'limitOfUsers',
  5893.                                     'label' => 'tariffs.fields.limitOfUsers',
  5894.                                 ],
  5895.                                 => [
  5896.                                     'property' => 'paymentTerms',
  5897.                                     'label' => 'tariffs.fields.paymentTerms',
  5898.                                 ],
  5899.                                 => [
  5900.                                     'property' => 'daysOfDelay',
  5901.                                     'type' => 'text',
  5902.                                     'label' => 'tariffs.fields.daysOfDelay',
  5903.                                     'sortable' => false,
  5904.                                 ],
  5905.                             ],
  5906.                         ],
  5907.                         'show' => [
  5908.                             'fields' => [
  5909.                                 => [
  5910.                                     'property' => 'name',
  5911.                                     'label' => 'tariffs.fields.name',
  5912.                                 ],
  5913.                                 => [
  5914.                                     'property' => 'type',
  5915.                                     'label' => 'tariffs.fields.type',
  5916.                                 ],
  5917.                                 => [
  5918.                                     'property' => 'period',
  5919.                                     'label' => 'tariffs.fields.period',
  5920.                                 ],
  5921.                                 => [
  5922.                                     'property' => 'price',
  5923.                                     'label' => 'tariffs.fields.price',
  5924.                                 ],
  5925.                                 => [
  5926.                                     'property' => 'limitOfHectares',
  5927.                                     'label' => 'tariffs.fields.limitOfHectares',
  5928.                                 ],
  5929.                                 => [
  5930.                                     'property' => 'limitOfUsers',
  5931.                                     'label' => 'tariffs.fields.limitOfUsers',
  5932.                                 ],
  5933.                                 => [
  5934.                                     'property' => 'paymentTerms',
  5935.                                     'css_class' => 'tariffs-paymentTerms-show',
  5936.                                     'label' => 'tariffs.fields.paymentTerms',
  5937.                                 ],
  5938.                                 => [
  5939.                                     'property' => 'daysOfDelay',
  5940.                                     'css_class' => 'tariffs-daysOfDelay-show',
  5941.                                     'label' => 'tariffs.fields.daysOfDelay',
  5942.                                 ],
  5943.                                 => [
  5944.                                     'property' => 'comment',
  5945.                                     'label' => 'tariffs.fields.comment',
  5946.                                 ],
  5947.                             ],
  5948.                         ],
  5949.                         'form' => [
  5950.                             'title' => 'tariffs.form_title',
  5951.                             'fields' => [
  5952.                                 => [
  5953.                                     'property' => 'name',
  5954.                                     'type_options' => [
  5955.                                         'label' => 'tariffs.fields.name',
  5956.                                     ],
  5957.                                 ],
  5958.                                 => [
  5959.                                     'property' => 'isPublic',
  5960.                                     'label' => 'tariffs.fields.isPublic',
  5961.                                 ],
  5962.                                 => [
  5963.                                     'property' => 'isTrial',
  5964.                                     'label' => 'tariffs.fields.isTrial',
  5965.                                 ],
  5966.                                 => [
  5967.                                     'property' => 'type',
  5968.                                     'type' => 'choice',
  5969.                                     'type_options' => [
  5970.                                         'label' => 'tariffs.fields.type',
  5971.                                         'choices' => [
  5972.                                             'Базовий' => 'Базовий',
  5973.                                             'Персональний' => 'Персональний',
  5974.                                         ],
  5975.                                     ],
  5976.                                 ],
  5977.                                 => [
  5978.                                     'property' => 'period',
  5979.                                     'type' => 'choice',
  5980.                                     'type_options' => [
  5981.                                         'label' => 'tariffs.fields.period',
  5982.                                         'choices' => [
  5983.                                             'Місяць' => 'Місяць',
  5984.                                             'Рік' => 'Рік',
  5985.                                         ],
  5986.                                     ],
  5987.                                 ],
  5988.                                 => [
  5989.                                     'property' => 'price',
  5990.                                     'type' => 'money',
  5991.                                     'type_options' => [
  5992.                                         'label' => 'tariffs.fields.price',
  5993.                                         'currency' => 'UAH',
  5994.                                     ],
  5995.                                 ],
  5996.                                 => [
  5997.                                     'property' => 'limitOfHectares',
  5998.                                     'label' => 'tariffs.fields.limitOfHectares',
  5999.                                 ],
  6000.                                 => [
  6001.                                     'property' => 'limitOfUsers',
  6002.                                     'label' => 'tariffs.fields.limitOfUsers',
  6003.                                 ],
  6004.                                 => [
  6005.                                     'property' => 'paymentTerms',
  6006.                                     'css_class' => 'tariffs-paymentTerms',
  6007.                                     'type' => 'choice',
  6008.                                     'type_options' => [
  6009.                                         'label' => 'tariffs.fields.paymentTerms',
  6010.                                         'choices' => [
  6011.                                             'Передплата' => 'Передплата',
  6012.                                             'Відтермінування' => 'Відтермінування',
  6013.                                         ],
  6014.                                     ],
  6015.                                 ],
  6016.                                 => [
  6017.                                     'property' => 'daysOfDelay',
  6018.                                     'type' => 'text',
  6019.                                     'css_class' => 'tariffs-daysOfDelay',
  6020.                                     'type_options' => [
  6021.                                         'label' => 'tariffs.fields.daysOfDelay',
  6022.                                     ],
  6023.                                 ],
  6024.                                 10 => [
  6025.                                     'property' => 'comment',
  6026.                                     'type' => 'textarea',
  6027.                                     'type_options' => [
  6028.                                         'label' => 'tariffs.fields.comment',
  6029.                                     ],
  6030.                                 ],
  6031.                             ],
  6032.                         ],
  6033.                         'name' => 'Tariffs',
  6034.                     ],
  6035.                     'Balance' => [
  6036.                         'label' => 'transaction.title.list',
  6037.                         'class' => 'App\\Entity\\Transaction',
  6038.                         'controller' => 'App\\Controller\\TransactionController',
  6039.                         'templates' => [
  6040.                             'balance' => 'transaction/list.html.twig',
  6041.                         ],
  6042.                         'list' => [
  6043.                             'actions' => [
  6044.                                 => [
  6045.                                     'name' => '-edit',
  6046.                                 ],
  6047.                                 => [
  6048.                                     'name' => '-delete',
  6049.                                 ],
  6050.                                 => [
  6051.                                     'name' => '-new',
  6052.                                 ],
  6053.                                 => [
  6054.                                     'name' => '-search',
  6055.                                 ],
  6056.                                 => [
  6057.                                     'name' => '-show',
  6058.                                     'label' => '',
  6059.                                     'icon' => 'eye',
  6060.                                 ],
  6061.                                 => [
  6062.                                     'name' => 'clientTransaction',
  6063.                                     'label' => '',
  6064.                                     'icon' => 'eye',
  6065.                                     'target' => '_blank',
  6066.                                 ],
  6067.                             ],
  6068.                             'fields' => [
  6069.                                 => [
  6070.                                     'property' => 'clientId',
  6071.                                     'label' => 'transaction.fields.client.id',
  6072.                                     'template' => 'transaction/fields/id.html.twig',
  6073.                                     'sortable' => true,
  6074.                                 ],
  6075.                                 => [
  6076.                                     'property' => 'clientName',
  6077.                                     'label' => 'transaction.fields.client.name',
  6078.                                     'template' => 'transaction/fields/client.html.twig',
  6079.                                     'sortable' => true,
  6080.                                 ],
  6081.                                 => [
  6082.                                     'property' => 'balance',
  6083.                                     'label' => 'transaction.fields.balance',
  6084.                                     'template' => 'transaction/fields/balance.html.twig',
  6085.                                     'sortable' => true,
  6086.                                 ],
  6087.                             ],
  6088.                         ],
  6089.                         'name' => 'Balance',
  6090.                     ],
  6091.                     'TransactionClient' => [
  6092.                         'label' => 'transaction.title.show',
  6093.                         'class' => 'App\\Entity\\Transaction',
  6094.                         'controller' => 'App\\Controller\\TransactionController',
  6095.                         'list' => [
  6096.                             'actions' => [
  6097.                                 => [
  6098.                                     'name' => '-edit',
  6099.                                 ],
  6100.                                 => [
  6101.                                     'name' => '-new',
  6102.                                 ],
  6103.                                 => [
  6104.                                     'name' => '-show',
  6105.                                 ],
  6106.                                 => [
  6107.                                     'name' => '-delete',
  6108.                                 ],
  6109.                                 => [
  6110.                                     'name' => '-search',
  6111.                                 ],
  6112.                             ],
  6113.                             'fields' => [
  6114.                                 => [
  6115.                                     'property' => 'id',
  6116.                                 ],
  6117.                                 => [
  6118.                                     'property' => 'client.name',
  6119.                                     'label' => 'transaction.fields.client.name',
  6120.                                 ],
  6121.                                 => [
  6122.                                     'property' => 'createAt',
  6123.                                     'label' => 'transaction.fields.createAt',
  6124.                                     'format' => 'd/m/Y H:i',
  6125.                                 ],
  6126.                                 => [
  6127.                                     'property' => 'sum',
  6128.                                     'label' => 'transaction.fields.sum',
  6129.                                 ],
  6130.                                 => [
  6131.                                     'property' => 'type',
  6132.                                     'label' => 'transaction.fields.type',
  6133.                                 ],
  6134.                                 => [
  6135.                                     'property' => 'serviceName',
  6136.                                     'label' => 'transaction.fields.serviceName',
  6137.                                 ],
  6138.                                 => [
  6139.                                     'property' => 'serviceType',
  6140.                                     'label' => 'transaction.fields.serviceType',
  6141.                                 ],
  6142.                                 => [
  6143.                                     'property' => 'serviceUnit',
  6144.                                     'label' => 'transaction.fields.serviceUnit',
  6145.                                 ],
  6146.                             ],
  6147.                         ],
  6148.                         'name' => 'TransactionClient',
  6149.                     ],
  6150.                     'User' => [
  6151.                         'class' => 'App\\Entity\\User',
  6152.                         'label' => 'user.title',
  6153.                         'controller' => 'App\\Controller\\UserController',
  6154.                         'list' => [
  6155.                             'fields' => [
  6156.                                 => 'id',
  6157.                                 => 'email',
  6158.                                 => [
  6159.                                     'property' => 'isSuperAdmin',
  6160.                                     'label' => 'user.isSuperAdmin',
  6161.                                 ],
  6162.                             ],
  6163.                         ],
  6164.                         'form' => [
  6165.                             'fields' => [
  6166.                                 => 'email',
  6167.                                 => [
  6168.                                     'property' => 'plainPassword',
  6169.                                     'label' => 'user.password',
  6170.                                     'type' => 'password',
  6171.                                 ],
  6172.                                 => [
  6173.                                     'property' => 'isSuperAdmin',
  6174.                                     'label' => 'user.isSuperAdmin',
  6175.                                 ],
  6176.                             ],
  6177.                         ],
  6178.                         'name' => 'User',
  6179.                     ],
  6180.                 ],
  6181.                 'formats' => [
  6182.                     'date' => 'Y-m-d',
  6183.                     'time' => 'H:i:s',
  6184.                     'datetime' => 'F j, Y H:i',
  6185.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  6186.                 ],
  6187.                 'disabled_actions' => [
  6188.                 ],
  6189.                 'translation_domain' => 'messages',
  6190.                 'list' => [
  6191.                     'actions' => [
  6192.                     ],
  6193.                     'collapse_actions' => false,
  6194.                     'batch_actions' => [
  6195.                     ],
  6196.                     'max_results' => 15,
  6197.                     'item_permission' => NULL,
  6198.                 ],
  6199.                 'search' => [
  6200.                 ],
  6201.                 'edit' => [
  6202.                     'actions' => [
  6203.                     ],
  6204.                     'item_permission' => NULL,
  6205.                 ],
  6206.                 'new' => [
  6207.                     'actions' => [
  6208.                     ],
  6209.                     'item_permission' => NULL,
  6210.                 ],
  6211.                 'show' => [
  6212.                     'actions' => [
  6213.                     ],
  6214.                     'max_results' => 10,
  6215.                     'item_permission' => NULL,
  6216.                 ],
  6217.             ],
  6218.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6219.             'swiftmailer.mailer.default.spool.enabled' => true,
  6220.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6221.             'swiftmailer.mailer.default.single_address' => NULL,
  6222.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6223.             'swiftmailer.spool.enabled' => true,
  6224.             'swiftmailer.delivery.enabled' => true,
  6225.             'swiftmailer.single_address' => NULL,
  6226.             'swiftmailer.mailers' => [
  6227.                 'default' => 'swiftmailer.mailer.default',
  6228.             ],
  6229.             'swiftmailer.default_mailer' => 'default',
  6230.             'data_collector.templates' => [
  6231.                 'data_collector.request' => [
  6232.                     => 'request',
  6233.                     => '@WebProfiler/Collector/request.html.twig',
  6234.                 ],
  6235.                 'data_collector.time' => [
  6236.                     => 'time',
  6237.                     => '@WebProfiler/Collector/time.html.twig',
  6238.                 ],
  6239.                 'data_collector.memory' => [
  6240.                     => 'memory',
  6241.                     => '@WebProfiler/Collector/memory.html.twig',
  6242.                 ],
  6243.                 'data_collector.validator' => [
  6244.                     => 'validator',
  6245.                     => '@WebProfiler/Collector/validator.html.twig',
  6246.                 ],
  6247.                 'data_collector.ajax' => [
  6248.                     => 'ajax',
  6249.                     => '@WebProfiler/Collector/ajax.html.twig',
  6250.                 ],
  6251.                 'data_collector.form' => [
  6252.                     => 'form',
  6253.                     => '@WebProfiler/Collector/form.html.twig',
  6254.                 ],
  6255.                 'data_collector.exception' => [
  6256.                     => 'exception',
  6257.                     => '@WebProfiler/Collector/exception.html.twig',
  6258.                 ],
  6259.                 'data_collector.logger' => [
  6260.                     => 'logger',
  6261.                     => '@WebProfiler/Collector/logger.html.twig',
  6262.                 ],
  6263.                 'data_collector.events' => [
  6264.                     => 'events',
  6265.                     => '@WebProfiler/Collector/events.html.twig',
  6266.                 ],
  6267.                 'data_collector.router' => [
  6268.                     => 'router',
  6269.                     => '@WebProfiler/Collector/router.html.twig',
  6270.                 ],
  6271.                 'data_collector.cache' => [
  6272.                     => 'cache',
  6273.                     => '@WebProfiler/Collector/cache.html.twig',
  6274.                 ],
  6275.                 'data_collector.translation' => [
  6276.                     => 'translation',
  6277.                     => '@WebProfiler/Collector/translation.html.twig',
  6278.                 ],
  6279.                 'data_collector.security' => [
  6280.                     => 'security',
  6281.                     => '@Security/Collector/security.html.twig',
  6282.                 ],
  6283.                 'data_collector.twig' => [
  6284.                     => 'twig',
  6285.                     => '@WebProfiler/Collector/twig.html.twig',
  6286.                 ],
  6287.                 'data_collector.http_client' => [
  6288.                     => 'http_client',
  6289.                     => '@WebProfiler/Collector/http_client.html.twig',
  6290.                 ],
  6291.                 'data_collector.doctrine' => [
  6292.                     => 'db',
  6293.                     => '@Doctrine/Collector/db.html.twig',
  6294.                 ],
  6295.                 'swiftmailer.data_collector' => [
  6296.                     => 'swiftmailer',
  6297.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6298.                 ],
  6299.                 'data_collector.dump' => [
  6300.                     => 'dump',
  6301.                     => '@Debug/Profiler/dump.html.twig',
  6302.                 ],
  6303.                 'mailer.data_collector' => [
  6304.                     => 'mailer',
  6305.                     => '@WebProfiler/Collector/mailer.html.twig',
  6306.                 ],
  6307.                 'easyadmin.data_collector' => [
  6308.                     => 'easyadmin',
  6309.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  6310.                 ],
  6311.                 'data_collector.config' => [
  6312.                     => 'config',
  6313.                     => '@WebProfiler/Collector/config.html.twig',
  6314.                 ],
  6315.             ],
  6316.             'console.command.ids' => [
  6317.             ],
  6318.         ];
  6319.     }
  6320. }