var/cache/dev/ContainerWMWSGtR/srcApp_KernelDevDebugContainer.php line 1469

Open in your IDE?
  1. <?php
  2. namespace ContainerWMWSGtR;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class srcApp_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             'App\\Controller\\Admin\\AccountController' => 'getAccountControllerService',
  34.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  35.             'App\\Controller\\Admin\\FileUploaderController' => 'getFileUploaderControllerService',
  36.             'App\\Controller\\Admin\\IndexController' => 'getIndexControllerService',
  37.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController' => 'getContactCategoryControllerService',
  38.             'App\\Controller\\Admin\\Inquiry\\ContactController' => 'getContactControllerService',
  39.             'App\\Controller\\Admin\\Inquiry\\NgWordController' => 'getNgWordControllerService',
  40.             'App\\Controller\\Admin\\LoginController' => 'getLoginControllerService',
  41.             'App\\Controller\\Admin\\News\\CategoryController' => 'getCategoryControllerService',
  42.             'App\\Controller\\Admin\\News\\EntryController' => 'getEntryControllerService',
  43.             'App\\Controller\\ContactController' => 'getContactController2Service',
  44.             'App\\Controller\\NewsController' => 'getNewsControllerService',
  45.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  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.global_clearer' => 'getCache_GlobalClearerService',
  51.             'cache.system' => 'getCache_SystemService',
  52.             'cache.system_clearer' => 'getCache_SystemClearerService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'cache_warmer' => 'getCacheWarmerService',
  55.             'console.command_loader' => 'getConsole_CommandLoaderService',
  56.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  57.             'data_collector.dump' => 'getDataCollector_DumpService',
  58.             'doctrine' => 'getDoctrineService',
  59.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  60.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  61.             'error_controller' => 'getErrorControllerService',
  62.             'event_dispatcher' => 'getEventDispatcherService',
  63.             'filesystem' => 'getFilesystemService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'http_kernel' => 'getHttpKernelService',
  67.             'profiler' => 'getProfilerService',
  68.             'request_stack' => 'getRequestStackService',
  69.             'router' => 'getRouterService',
  70.             'routing.loader' => 'getRouting_LoaderService',
  71.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  72.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  73.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  74.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  75.             'security.token_storage' => 'getSecurity_TokenStorageService',
  76.             'serializer' => 'getSerializerService',
  77.             'services_resetter' => 'getServicesResetterService',
  78.             'session' => 'getSessionService',
  79.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  80.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  81.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  82.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  83.             'translator' => 'getTranslatorService',
  84.             'twig' => 'getTwigService',
  85.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  86.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  87.             'validator' => 'getValidatorService',
  88.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  89.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  90.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  91.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  92.         ];
  93.         $this->aliases = [
  94.             'database_connection' => 'doctrine.dbal.default_connection',
  95.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  96.             'mailer' => 'swiftmailer.mailer.default',
  97.         ];
  98.         $this->privates['service_container'] = function () {
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  105.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  143.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  196.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  261.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  267.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  284.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  294.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  296.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  297.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  299.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  301.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  303.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  410.         };
  411.     }
  412.     public function compile(): void
  413.     {
  414.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  415.     }
  416.     public function isCompiled(): bool
  417.     {
  418.         return true;
  419.     }
  420.     public function getRemovedIds(): array
  421.     {
  422.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  423.     }
  424.     protected function createProxy($class, \Closure $factory)
  425.     {
  426.         return $factory();
  427.     }
  428.     /**
  429.      * Gets the public 'App\Controller\Admin\AccountController' shared autowired service.
  430.      *
  431.      * @return \App\Controller\Admin\AccountController
  432.      */
  433.     protected function getAccountControllerService()
  434.     {
  435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  437.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  438.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AccountController.php';
  439.         $this->services['App\\Controller\\Admin\\AccountController'] = $instance = new \App\Controller\Admin\AccountController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  440.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\AccountController'$this));
  441.         return $instance;
  442.     }
  443.     /**
  444.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  445.      *
  446.      * @return \App\Controller\Admin\DashboardController
  447.      */
  448.     protected function getDashboardControllerService()
  449.     {
  450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  452.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  453.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  454.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  455.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\DashboardController'$this));
  456.         return $instance;
  457.     }
  458.     /**
  459.      * Gets the public 'App\Controller\Admin\FileUploaderController' shared autowired service.
  460.      *
  461.      * @return \App\Controller\Admin\FileUploaderController
  462.      */
  463.     protected function getFileUploaderControllerService()
  464.     {
  465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  467.         include_once \dirname(__DIR__4).'/src/Controller/Admin/FileUploaderController.php';
  468.         $this->services['App\\Controller\\Admin\\FileUploaderController'] = $instance = new \App\Controller\Admin\FileUploaderController();
  469.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\FileUploaderController'$this));
  470.         return $instance;
  471.     }
  472.     /**
  473.      * Gets the public 'App\Controller\Admin\IndexController' shared autowired service.
  474.      *
  475.      * @return \App\Controller\Admin\IndexController
  476.      */
  477.     protected function getIndexControllerService()
  478.     {
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  481.         include_once \dirname(__DIR__4).'/src/Controller/Admin/IndexController.php';
  482.         $this->services['App\\Controller\\Admin\\IndexController'] = $instance = new \App\Controller\Admin\IndexController();
  483.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\IndexController'$this));
  484.         return $instance;
  485.     }
  486.     /**
  487.      * Gets the public 'App\Controller\Admin\Inquiry\ContactCategoryController' shared autowired service.
  488.      *
  489.      * @return \App\Controller\Admin\Inquiry\ContactCategoryController
  490.      */
  491.     protected function getContactCategoryControllerService()
  492.     {
  493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  495.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  496.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Inquiry/ContactCategoryController.php';
  497.         $this->services['App\\Controller\\Admin\\Inquiry\\ContactCategoryController'] = $instance = new \App\Controller\Admin\Inquiry\ContactCategoryController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  498.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\Inquiry\\ContactCategoryController'$this));
  499.         return $instance;
  500.     }
  501.     /**
  502.      * Gets the public 'App\Controller\Admin\Inquiry\ContactController' shared autowired service.
  503.      *
  504.      * @return \App\Controller\Admin\Inquiry\ContactController
  505.      */
  506.     protected function getContactControllerService()
  507.     {
  508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  510.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  511.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/IndexTrait.php';
  512.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Inquiry/ContactController.php';
  513.         $this->services['App\\Controller\\Admin\\Inquiry\\ContactController'] = $instance = new \App\Controller\Admin\Inquiry\ContactController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  514.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\Inquiry\\ContactController'$this));
  515.         return $instance;
  516.     }
  517.     /**
  518.      * Gets the public 'App\Controller\Admin\Inquiry\NgWordController' shared autowired service.
  519.      *
  520.      * @return \App\Controller\Admin\Inquiry\NgWordController
  521.      */
  522.     protected function getNgWordControllerService()
  523.     {
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  526.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  527.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Inquiry/NgWordController.php';
  528.         $this->services['App\\Controller\\Admin\\Inquiry\\NgWordController'] = $instance = new \App\Controller\Admin\Inquiry\NgWordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  529.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\Inquiry\\NgWordController'$this));
  530.         return $instance;
  531.     }
  532.     /**
  533.      * Gets the public 'App\Controller\Admin\LoginController' shared autowired service.
  534.      *
  535.      * @return \App\Controller\Admin\LoginController
  536.      */
  537.     protected function getLoginControllerService()
  538.     {
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  541.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LoginController.php';
  542.         $this->services['App\\Controller\\Admin\\LoginController'] = $instance = new \App\Controller\Admin\LoginController();
  543.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\LoginController'$this));
  544.         return $instance;
  545.     }
  546.     /**
  547.      * Gets the public 'App\Controller\Admin\News\CategoryController' shared autowired service.
  548.      *
  549.      * @return \App\Controller\Admin\News\CategoryController
  550.      */
  551.     protected function getCategoryControllerService()
  552.     {
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  555.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  556.         include_once \dirname(__DIR__4).'/src/Controller/Admin/News/CategoryController.php';
  557.         $this->services['App\\Controller\\Admin\\News\\CategoryController'] = $instance = new \App\Controller\Admin\News\CategoryController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  558.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\News\\CategoryController'$this));
  559.         return $instance;
  560.     }
  561.     /**
  562.      * Gets the public 'App\Controller\Admin\News\EntryController' shared autowired service.
  563.      *
  564.      * @return \App\Controller\Admin\News\EntryController
  565.      */
  566.     protected function getEntryControllerService()
  567.     {
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  570.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAbstractController.php';
  571.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Traits/IndexTrait.php';
  572.         include_once \dirname(__DIR__4).'/src/Controller/Admin/News/EntryController.php';
  573.         $this->services['App\\Controller\\Admin\\News\\EntryController'] = $instance = new \App\Controller\Admin\News\EntryController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  574.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\Admin\\News\\EntryController'$this));
  575.         return $instance;
  576.     }
  577.     /**
  578.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  579.      *
  580.      * @return \App\Controller\ContactController
  581.      */
  582.     protected function getContactController2Service()
  583.     {
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  586.         include_once \dirname(__DIR__4).'/src/Controller/AppAbstractController.php';
  587.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  588.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  589.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\ContactController'$this));
  590.         return $instance;
  591.     }
  592.     /**
  593.      * Gets the public 'App\Controller\NewsController' shared autowired service.
  594.      *
  595.      * @return \App\Controller\NewsController
  596.      */
  597.     protected function getNewsControllerService()
  598.     {
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  601.         include_once \dirname(__DIR__4).'/src/Controller/AppAbstractController.php';
  602.         include_once \dirname(__DIR__4).'/src/Controller/NewsController.php';
  603.         $this->services['App\\Controller\\NewsController'] = $instance = new \App\Controller\NewsController($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  604.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\NewsController'$this));
  605.         return $instance;
  606.     }
  607.     /**
  608.      * Gets the public 'App\Controller\StaticPageController' shared autowired service.
  609.      *
  610.      * @return \App\Controller\StaticPageController
  611.      */
  612.     protected function getStaticPageControllerService()
  613.     {
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  616.         include_once \dirname(__DIR__4).'/src/Controller/AppAbstractController.php';
  617.         include_once \dirname(__DIR__4).'/src/Controller/StaticPageController.php';
  618.         $this->services['App\\Controller\\StaticPageController'] = $instance = new \App\Controller\StaticPageController($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  619.         $instance->setContainer(($this->privates['.service_locator.1qxpWX0'] ?? $this->get_ServiceLocator_1qxpWX0Service())->withContext('App\\Controller\\StaticPageController'$this));
  620.         return $instance;
  621.     }
  622.     /**
  623.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  624.      *
  625.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  626.      */
  627.     protected function getRedirectControllerService()
  628.     {
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  630.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  631.     }
  632.     /**
  633.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  634.      *
  635.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  636.      */
  637.     protected function getTemplateControllerService()
  638.     {
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  640.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  641.     }
  642.     /**
  643.      * Gets the public 'cache.app' shared service.
  644.      *
  645.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  646.      */
  647.     protected function getCache_AppService()
  648.     {
  649.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Tw0653XS95'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  650.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  651.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  652.     }
  653.     /**
  654.      * Gets the public 'cache.app_clearer' shared service.
  655.      *
  656.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  657.      */
  658.     protected function getCache_AppClearerService()
  659.     {
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  662.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  663.     }
  664.     /**
  665.      * Gets the public 'cache.global_clearer' shared service.
  666.      *
  667.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  668.      */
  669.     protected function getCache_GlobalClearerService()
  670.     {
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  673.         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.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  674.     }
  675.     /**
  676.      * Gets the public 'cache.system' shared service.
  677.      *
  678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  679.      */
  680.     protected function getCache_SystemService()
  681.     {
  682.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D4FTjzMgDd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  683.     }
  684.     /**
  685.      * Gets the public 'cache.system_clearer' shared service.
  686.      *
  687.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  688.      */
  689.     protected function getCache_SystemClearerService()
  690.     {
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  693.         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.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  694.     }
  695.     /**
  696.      * Gets the public 'cache_clearer' shared service.
  697.      *
  698.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  699.      */
  700.     protected function getCacheClearerService()
  701.     {
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  704.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  705.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  706.         }, 1));
  707.     }
  708.     /**
  709.      * Gets the public 'cache_warmer' shared service.
  710.      *
  711.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  712.      */
  713.     protected function getCacheWarmerService()
  714.     {
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  717.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  718.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  719.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  720.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  721.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  722.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  723.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  724.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  725.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  726.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  727.     }
  728.     /**
  729.      * Gets the public 'console.command_loader' shared service.
  730.      *
  731.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  732.      */
  733.     protected function getConsole_CommandLoaderService()
  734.     {
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  737.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  738.             'App\\Command\\AdministratorCreateCommand' => ['privates''App\\Command\\AdministratorCreateCommand''getAdministratorCreateCommandService'false],
  739.             'App\\Command\\DataFixtureCommand' => ['privates''App\\Command\\DataFixtureCommand''getDataFixtureCommandService'false],
  740.             'App\\Command\\GenerateCmsCommand' => ['privates''App\\Command\\GenerateCmsCommand''getGenerateCmsCommandService'false],
  741.             'App\\Command\\InstallCommand' => ['privates''App\\Command\\InstallCommand''getInstallCommandService'false],
  742.             'App\\Command\\SmtpTestCommand' => ['privates''App\\Command\\SmtpTestCommand''getSmtpTestCommandService'false],
  743.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  744.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  745.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  746.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  747.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  748.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  749.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  750.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  751.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  752.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  753.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  754.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  755.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  756.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  757.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  758.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  759.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  760.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  761.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  762.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  763.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  764.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  765.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  766.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  767.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  768.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  769.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  770.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  771.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  772.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  773.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  774.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  775.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  776.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  777.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  778.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  779.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  780.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  781.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  782.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  783.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  784.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  785.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  786.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  787.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  788.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  789.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  790.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  791.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  792.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  793.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  794.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  795.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  796.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  797.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  798.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  799.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  800.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  801.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  802.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  803.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  804.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  805.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  806.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  807.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  808.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  809.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  810.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  811.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  812.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  813.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  814.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  815.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  816.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  817.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  818.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  819.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  820.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  821.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  822.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  823.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  824.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  825.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  826.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  827.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  828.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  829.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  830.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  831.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  832.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  833.         ], [
  834.             'App\\Command\\AdministratorCreateCommand' => 'App\\Command\\AdministratorCreateCommand',
  835.             'App\\Command\\DataFixtureCommand' => 'App\\Command\\DataFixtureCommand',
  836.             'App\\Command\\GenerateCmsCommand' => 'App\\Command\\GenerateCmsCommand',
  837.             'App\\Command\\InstallCommand' => 'App\\Command\\InstallCommand',
  838.             'App\\Command\\SmtpTestCommand' => 'App\\Command\\SmtpTestCommand',
  839.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  840.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  841.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  842.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  843.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  844.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  845.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  846.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  847.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  848.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  849.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  850.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  851.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  852.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  853.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  854.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  855.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  856.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  857.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  858.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  859.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  860.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  861.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  862.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  863.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  864.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  865.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  866.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  867.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  868.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  869.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  870.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  871.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  872.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  873.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  874.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  875.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  876.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  877.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  878.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  879.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  880.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  881.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  882.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  883.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  884.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  885.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  886.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  887.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  888.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  889.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  890.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  891.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  892.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  893.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  894.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  895.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  896.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  897.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  898.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  899.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  900.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  901.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  902.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  903.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  904.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  905.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  906.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  907.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  908.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  909.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  910.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  911.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  912.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  913.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  914.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  915.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  916.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  917.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  918.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  919.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  920.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  921.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  922.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  923.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  924.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  925.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  926.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  927.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  928.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  929.         ]), ['app:admin-create' => 'App\\Command\\AdministratorCreateCommand''app:data-fixture' => 'App\\Command\\DataFixtureCommand''app:generate-cms' => 'App\\Command\\GenerateCmsCommand''app:install' => 'App\\Command\\InstallCommand''app:smtp-test' => 'App\\Command\\SmtpTestCommand''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''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_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:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''ckeditor:install' => 'fos_ck_editor.command.installer''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:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''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:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_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']);
  930.     }
  931.     /**
  932.      * Gets the public 'container.env_var_processors_locator' shared service.
  933.      *
  934.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  935.      */
  936.     protected function getContainer_EnvVarProcessorsLocatorService()
  937.     {
  938.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  939.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  940.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  941.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  942.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  943.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  944.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  945.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  946.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  947.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  948.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  949.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  950.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  951.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  952.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  953.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  954.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  955.         ], [
  956.             'base64' => '?',
  957.             'bool' => '?',
  958.             'const' => '?',
  959.             'csv' => '?',
  960.             'default' => '?',
  961.             'file' => '?',
  962.             'float' => '?',
  963.             'int' => '?',
  964.             'json' => '?',
  965.             'key' => '?',
  966.             'query_string' => '?',
  967.             'require' => '?',
  968.             'resolve' => '?',
  969.             'string' => '?',
  970.             'trim' => '?',
  971.             'url' => '?',
  972.         ]);
  973.     }
  974.     /**
  975.      * Gets the public 'data_collector.dump' shared service.
  976.      *
  977.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  978.      */
  979.     protected function getDataCollector_DumpService()
  980.     {
  981.         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()));
  982.     }
  983.     /**
  984.      * Gets the public 'doctrine' shared service.
  985.      *
  986.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  987.      */
  988.     protected function getDoctrineService()
  989.     {
  990.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  991.     }
  992.     /**
  993.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  994.      *
  995.      * @return \Doctrine\DBAL\Connection
  996.      */
  997.     protected function getDoctrine_Dbal_DefaultConnectionService()
  998.     {
  999.         $a = new \Doctrine\DBAL\Configuration();
  1000.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1001.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1002.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1003.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1004.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1005.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1006.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1007.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  1008.         ], [
  1009.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1010.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1011.         ]), [=> 'stof_doctrine_extensions.listener.softdeleteable']);
  1012.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1013.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1014.     }
  1015.     /**
  1016.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1017.      *
  1018.      * @return \Doctrine\ORM\EntityManager
  1019.      */
  1020.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1021.     {
  1022.         if ($lazyLoad) {
  1023.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1024.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1025.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1026.                     $proxy->setProxyInitializer(null);
  1027.                     return true;
  1028.                 });
  1029.             });
  1030.         }
  1031.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1045.         $a = new \Doctrine\ORM\Configuration();
  1046.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1047.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1048.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1049.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1050.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1051.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1052.         $a->setMetadataDriverImpl($b);
  1053.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1054.         $a->setProxyNamespace('Proxies');
  1055.         $a->setAutoGenerateProxyClasses(true);
  1056.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1057.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1058.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1059.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1060.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1061.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1062.             'App\\Repository\\Admin\\UserRepository' => ['privates''App\\Repository\\Admin\\UserRepository''getUserRepositoryService'false],
  1063.             'App\\Repository\\Event\\CategoryRepository' => ['privates''App\\Repository\\Event\\CategoryRepository''getCategoryRepository2Service'false],
  1064.             'App\\Repository\\Event\\ChildRepository' => ['privates''App\\Repository\\Event\\ChildRepository''getChildRepositoryService'false],
  1065.             'App\\Repository\\Event\\EntryRepository' => ['privates''App\\Repository\\Event\\EntryRepository''getEntryRepository2Service'false],
  1066.             'App\\Repository\\Inquiry\\ContactRepository' => ['privates''App\\Repository\\Inquiry\\ContactRepository''getContactRepositoryService'false],
  1067.             'App\\Repository\\Master\\Address\\PrefRepository' => ['privates''App\\Repository\\Master\\Address\\PrefRepository''getPrefRepositoryService'false],
  1068.             'App\\Repository\\Master\\Inquiry\\ContactCategoryRepository' => ['privates''App\\Repository\\Master\\Inquiry\\ContactCategoryRepository''getContactCategoryRepositoryService'false],
  1069.             'App\\Repository\\Master\\Inquiry\\NgWordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  1070.             'App\\Repository\\News\\CategoryRepository' => ['privates''App\\Repository\\News\\CategoryRepository''getCategoryRepositoryService'false],
  1071.             'App\\Repository\\News\\ChildRepository' => ['privates''App\\Repository\\News\\ChildRepository''getChildRepository2Service'false],
  1072.             'App\\Repository\\News\\EntryRepository' => ['privates''App\\Repository\\News\\EntryRepository''getEntryRepositoryService'false],
  1073.         ], [
  1074.             'App\\Repository\\Admin\\UserRepository' => '?',
  1075.             'App\\Repository\\Event\\CategoryRepository' => '?',
  1076.             'App\\Repository\\Event\\ChildRepository' => '?',
  1077.             'App\\Repository\\Event\\EntryRepository' => '?',
  1078.             'App\\Repository\\Inquiry\\ContactRepository' => '?',
  1079.             'App\\Repository\\Master\\Address\\PrefRepository' => '?',
  1080.             'App\\Repository\\Master\\Inquiry\\ContactCategoryRepository' => '?',
  1081.             'App\\Repository\\Master\\Inquiry\\NgWordRepository' => '?',
  1082.             'App\\Repository\\News\\CategoryRepository' => '?',
  1083.             'App\\Repository\\News\\ChildRepository' => '?',
  1084.             'App\\Repository\\News\\EntryRepository' => '?',
  1085.         ])));
  1086.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1087.         $a->addFilter('deleted''App\\Doctrine\\Filters\\DeletedFilter');
  1088.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1089.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'deleted'], []))->configure($instance);
  1090.         return $instance;
  1091.     }
  1092.     /**
  1093.      * Gets the public 'error_controller' shared service.
  1094.      *
  1095.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1096.      */
  1097.     protected function getErrorControllerService()
  1098.     {
  1099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1104.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1105.         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)));
  1106.     }
  1107.     /**
  1108.      * Gets the public 'event_dispatcher' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1111.      */
  1112.     protected function getEventDispatcherService()
  1113.     {
  1114.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1115.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1116.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1117.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1118.         $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())));
  1119.         $instance->addListener('kernel.controller', [=> function () {
  1120.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1121.         }, => 'onKernelController'], 0);
  1122.         $instance->addListener('kernel.exception', [=> function () {
  1123.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1124.         }, => 'onKernelException'], 0);
  1125.         $instance->addListener('contact.postSendEvent', [=> function () {
  1126.             return ($this->privates['App\\Event\\Contact\\Subscriber'] ?? $this->getSubscriberService());
  1127.         }, => 'onPostSend'], 0);
  1128.         $instance->addListener('kernel.response', [=> function () {
  1129.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1130.         }, => 'onKernelResponse'], 0);
  1131.         $instance->addListener('kernel.response', [=> function () {
  1132.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1133.         }, => 'onKernelResponse'], -1024);
  1134.         $instance->addListener('kernel.request', [=> function () {
  1135.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1136.         }, => 'setDefaultLocale'], 100);
  1137.         $instance->addListener('kernel.request', [=> function () {
  1138.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1139.         }, => 'onKernelRequest'], 16);
  1140.         $instance->addListener('kernel.finish_request', [=> function () {
  1141.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1142.         }, => 'onKernelFinishRequest'], 0);
  1143.         $instance->addListener('kernel.request', [=> function () {
  1144.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1145.         }, => 'onKernelRequest'], 256);
  1146.         $instance->addListener('kernel.request', [=> function () {
  1147.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1148.         }, => 'resolveControllerName'], 24);
  1149.         $instance->addListener('kernel.response', [=> function () {
  1150.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1151.         }, => 'onResponse'], -255);
  1152.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1153.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1154.         }, => 'onControllerArguments'], 0);
  1155.         $instance->addListener('kernel.exception', [=> function () {
  1156.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1157.         }, => 'logKernelException'], 0);
  1158.         $instance->addListener('kernel.exception', [=> function () {
  1159.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1160.         }, => 'onKernelException'], -128);
  1161.         $instance->addListener('kernel.request', [=> function () {
  1162.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1163.         }, => 'onKernelRequest'], 15);
  1164.         $instance->addListener('kernel.finish_request', [=> function () {
  1165.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1166.         }, => 'onKernelFinishRequest'], -15);
  1167.         $instance->addListener('console.error', [=> function () {
  1168.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1169.         }, => 'onConsoleError'], -128);
  1170.         $instance->addListener('console.terminate', [=> function () {
  1171.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1172.         }, => 'onConsoleTerminate'], -128);
  1173.         $instance->addListener('console.error', [=> function () {
  1174.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1175.         }, => 'onConsoleError'], 0);
  1176.         $instance->addListener('kernel.request', [=> function () {
  1177.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1178.         }, => 'onKernelRequest'], 128);
  1179.         $instance->addListener('kernel.response', [=> function () {
  1180.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1181.         }, => 'onKernelResponse'], -1000);
  1182.         $instance->addListener('kernel.finish_request', [=> function () {
  1183.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1184.         }, => 'onFinishRequest'], 0);
  1185.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1186.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1187.         }, => 'onMessage'], -255);
  1188.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1189.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1190.         }, => 'onMessage'], -255);
  1191.         $instance->addListener('kernel.response', [=> function () {
  1192.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1193.         }, => 'onKernelResponse'], -100);
  1194.         $instance->addListener('kernel.exception', [=> function () {
  1195.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1196.         }, => 'onKernelException'], 0);
  1197.         $instance->addListener('kernel.terminate', [=> function () {
  1198.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1199.         }, => 'onKernelTerminate'], -1024);
  1200.         $instance->addListener('kernel.controller', [=> function () {
  1201.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1202.         }, => 'onKernelController'], 0);
  1203.         $instance->addListener('kernel.response', [=> function () {
  1204.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1205.         }, => 'onKernelResponse'], 0);
  1206.         $instance->addListener('kernel.request', [=> function () {
  1207.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1208.         }, => 'configure'], 2048);
  1209.         $instance->addListener('console.command', [=> function () {
  1210.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1211.         }, => 'configure'], 2048);
  1212.         $instance->addListener('kernel.request', [=> function () {
  1213.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1214.         }, => 'onKernelRequest'], 32);
  1215.         $instance->addListener('kernel.finish_request', [=> function () {
  1216.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1217.         }, => 'onKernelFinishRequest'], 0);
  1218.         $instance->addListener('kernel.exception', [=> function () {
  1219.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1220.         }, => 'onKernelException'], -64);
  1221.         $instance->addListener('kernel.response', [=> function () {
  1222.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1223.         }, => 'onKernelResponse'], 0);
  1224.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1225.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1226.         }, => 'onMessage'], 0);
  1227.         $instance->addListener('kernel.controller', [=> function () {
  1228.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1229.         }, => 'onKernelController'], 0);
  1230.         $instance->addListener('kernel.controller', [=> function () {
  1231.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1232.         }, => 'onKernelController'], 0);
  1233.         $instance->addListener('kernel.controller', [=> function () {
  1234.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1235.         }, => 'onKernelController'], -128);
  1236.         $instance->addListener('kernel.view', [=> function () {
  1237.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1238.         }, => 'onKernelView'], 0);
  1239.         $instance->addListener('kernel.controller', [=> function () {
  1240.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1241.         }, => 'onKernelController'], 0);
  1242.         $instance->addListener('kernel.response', [=> function () {
  1243.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1244.         }, => 'onKernelResponse'], 0);
  1245.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1246.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1247.         }, => 'onKernelControllerArguments'], 0);
  1248.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1249.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1250.         }, => 'onKernelControllerArguments'], 0);
  1251.         $instance->addListener('kernel.response', [=> function () {
  1252.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1253.         }, => 'onKernelResponse'], 0);
  1254.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1255.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1256.         }, => 'onVoterVote'], 0);
  1257.         $instance->addListener('kernel.request', [=> function () {
  1258.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1259.         }, => 'configureLogoutUrlGenerator'], 8);
  1260.         $instance->addListener('kernel.request', [=> function () {
  1261.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1262.         }, => 'onKernelRequest'], 8);
  1263.         $instance->addListener('kernel.finish_request', [=> function () {
  1264.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1265.         }, => 'onKernelFinishRequest'], 0);
  1266.         $instance->addListener('kernel.response', [=> function () {
  1267.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1268.         }, => 'onKernelResponse'], -128);
  1269.         $instance->addListener('console.command', [=> function () {
  1270.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1271.         }, => 'onCommand'], 255);
  1272.         $instance->addListener('console.terminate', [=> function () {
  1273.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1274.         }, => 'onTerminate'], -255);
  1275.         $instance->addListener('console.command', [=> function () {
  1276.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1277.         }, => 'configure'], 1024);
  1278.         $instance->addListener('console.error', [=> function () {
  1279.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1280.         }, => 'onConsoleError'], 0);
  1281.         $instance->addListener('console.terminate', [=> function () {
  1282.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1283.         }, => 'onConsoleTerminate'], 0);
  1284.         $instance->addListener('kernel.exception', [=> function () {
  1285.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1286.         }, => 'onException'], 0);
  1287.         $instance->addListener('kernel.terminate', [=> function () {
  1288.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1289.         }, => 'onTerminate'], 0);
  1290.         $instance->addListener('console.error', [=> function () {
  1291.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1292.         }, => 'onException'], 0);
  1293.         $instance->addListener('console.terminate', [=> function () {
  1294.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1295.         }, => 'onTerminate'], 0);
  1296.         return $instance;
  1297.     }
  1298.     /**
  1299.      * Gets the public 'filesystem' shared service.
  1300.      *
  1301.      * @return \Symfony\Component\Filesystem\Filesystem
  1302.      */
  1303.     protected function getFilesystemService()
  1304.     {
  1305.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1306.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1307.     }
  1308.     /**
  1309.      * Gets the public 'form.factory' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\Form\FormFactory
  1312.      */
  1313.     protected function getForm_FactoryService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1317.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1318.     }
  1319.     /**
  1320.      * Gets the public 'form.type.file' shared service.
  1321.      *
  1322.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1323.      */
  1324.     protected function getForm_Type_FileService()
  1325.     {
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1329.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1330.     }
  1331.     /**
  1332.      * Gets the public 'http_kernel' shared service.
  1333.      *
  1334.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1335.      */
  1336.     protected function getHttpKernelService()
  1337.     {
  1338.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1339.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1340.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1341.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1342.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1343.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1344.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1345.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1346.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1347.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1348.         }, 8)), $a));
  1349.     }
  1350.     /**
  1351.      * Gets the public 'profiler' shared service.
  1352.      *
  1353.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1354.      */
  1355.     protected function getProfilerService()
  1356.     {
  1357.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1358.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1359.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1360.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1361.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1362.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1363.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1364.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1365.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1366.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1367.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1368.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1369.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1370.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1371.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1372.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1373.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1374.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1375.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1376.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1377.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1378.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1379.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1380.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1381.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1382.         if ($this->has('kernel')) {
  1383.             $g->setKernel($b);
  1384.         }
  1385.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1386.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1387.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1388.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1389.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1390.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1391.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1392.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1393.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1394.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1395.         $instance->add($d);
  1396.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1397.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1398.         $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())));
  1399.         $instance->add($e);
  1400.         $instance->add($f);
  1401.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1402.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1403.         $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()))));
  1404.         $instance->add($g);
  1405.         return $instance;
  1406.     }
  1407.     /**
  1408.      * Gets the public 'request_stack' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1411.      */
  1412.     protected function getRequestStackService()
  1413.     {
  1414.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1415.     }
  1416.     /**
  1417.      * Gets the public 'router' shared service.
  1418.      *
  1419.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1420.      */
  1421.     protected function getRouterService()
  1422.     {
  1423.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1424.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1425.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1426.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1427.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1428.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1429.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1430.         ], [
  1431.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1432.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1433.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1434.         return $instance;
  1435.     }
  1436.     /**
  1437.      * Gets the public 'routing.loader' shared service.
  1438.      *
  1439.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1440.      */
  1441.     protected function getRouting_LoaderService()
  1442.     {
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1468.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1469.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1470.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1471.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1472.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1473.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1474.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1475.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1476.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1477.             'kernel' => ['services''kernel''getKernelService'false],
  1478.         ], [
  1479.             'kernel' => 'App\\Kernel',
  1480.         ]))));
  1481.         $a->addLoader($c);
  1482.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1483.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1484.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1485.     }
  1486.     /**
  1487.      * Gets the public 'security.authentication_utils' shared service.
  1488.      *
  1489.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1490.      */
  1491.     protected function getSecurity_AuthenticationUtilsService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1494.         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())));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'security.authorization_checker' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1500.      */
  1501.     protected function getSecurity_AuthorizationCheckerService()
  1502.     {
  1503.         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);
  1504.     }
  1505.     /**
  1506.      * Gets the public 'security.csrf.token_manager' shared service.
  1507.      *
  1508.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1509.      */
  1510.     protected function getSecurity_Csrf_TokenManagerService()
  1511.     {
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1516.         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())));
  1517.     }
  1518.     /**
  1519.      * Gets the public 'security.password_encoder' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1522.      */
  1523.     protected function getSecurity_PasswordEncoderService()
  1524.     {
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1527.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1528.     }
  1529.     /**
  1530.      * Gets the public 'security.token_storage' shared service.
  1531.      *
  1532.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1533.      */
  1534.     protected function getSecurity_TokenStorageService()
  1535.     {
  1536.         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, [
  1537.             'session' => ['services''session''getSessionService'false],
  1538.         ], [
  1539.             'session' => '?',
  1540.         ]));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'serializer' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Serializer\Serializer
  1546.      */
  1547.     protected function getSerializerService()
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1572.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1573.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1584.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1585.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1586.         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->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1587.     }
  1588.     /**
  1589.      * Gets the public 'services_resetter' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1592.      */
  1593.     protected function getServicesResetterService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1596.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1597.             if (isset($this->services['cache.app'])) {
  1598.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1599.             }
  1600.             if (isset($this->services['cache.system'])) {
  1601.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1602.             }
  1603.             if (isset($this->privates['cache.validator'])) {
  1604.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1605.             }
  1606.             if (isset($this->privates['cache.serializer'])) {
  1607.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1608.             }
  1609.             if (isset($this->privates['cache.annotations'])) {
  1610.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1611.             }
  1612.             if (isset($this->privates['cache.property_info'])) {
  1613.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1614.             }
  1615.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1616.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1617.             }
  1618.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1619.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1620.             }
  1621.             if (isset($this->services['profiler'])) {
  1622.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1623.             }
  1624.             if (isset($this->services['validator'])) {
  1625.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1626.             }
  1627.             if (isset($this->privates['debug.stopwatch'])) {
  1628.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1629.             }
  1630.             if (isset($this->services['event_dispatcher'])) {
  1631.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1632.             }
  1633.             if (isset($this->services['doctrine'])) {
  1634.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1635.             }
  1636.             if (isset($this->privates['form.type.entity'])) {
  1637.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1638.             }
  1639.             if (isset($this->services['security.token_storage'])) {
  1640.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1641.             }
  1642.             if (isset($this->privates['cache.security_expression_language'])) {
  1643.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1644.             }
  1645.             if (isset($this->privates['monolog.handler.main'])) {
  1646.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1647.             }
  1648.             if (isset($this->privates['monolog.handler.console'])) {
  1649.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1650.             }
  1651.             if (isset($this->privates['monolog.handler.app'])) {
  1652.                 yield 'monolog.handler.app' => ($this->privates['monolog.handler.app'] ?? null);
  1653.             }
  1654.             if (isset($this->privates['monolog.handler.app_filter'])) {
  1655.                 yield 'monolog.handler.app_filter' => ($this->privates['monolog.handler.app_filter'] ?? null);
  1656.             }
  1657.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1658.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1659.             }
  1660.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1661.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1662.             }
  1663.             if (isset($this->privates['cache.webpack_encore'])) {
  1664.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1665.             }
  1666.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1667.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1668.             }
  1669.         }, function () {
  1670.             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['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (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->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['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.app'])) + (int) (isset($this->privates['monolog.handler.app_filter'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  1671.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.app' => [=> 'reset'], 'monolog.handler.app_filter' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  1672.     }
  1673.     /**
  1674.      * Gets the public 'session' shared service.
  1675.      *
  1676.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1677.      */
  1678.     protected function getSessionService()
  1679.     {
  1680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1682.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1683.     }
  1684.     /**
  1685.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1686.      *
  1687.      * @return \Swift_Mailer
  1688.      */
  1689.     protected function getSwiftmailer_Mailer_DefaultService()
  1690.     {
  1691.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1692.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1693.     }
  1694.     /**
  1695.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1696.      *
  1697.      * @return \Swift_Plugins_MessageLogger
  1698.      */
  1699.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1700.     {
  1701.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1704.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1705.     }
  1706.     /**
  1707.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1708.      *
  1709.      * @return \Swift_Transport
  1710.      */
  1711.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1712.     {
  1713.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1717.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($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())));
  1718.     }
  1719.     /**
  1720.      * Gets the public 'swiftmailer.transport' shared service.
  1721.      *
  1722.      * @return \Swift_Transport_SpoolTransport
  1723.      */
  1724.     protected function getSwiftmailer_TransportService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1729.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1736.         $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());
  1737.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->getParameter('swiftmailer.mailer.default.delivery_addresses'), []));
  1738.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1739.         return $instance;
  1740.     }
  1741.     /**
  1742.      * Gets the public 'translator' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1745.      */
  1746.     protected function getTranslatorService()
  1747.     {
  1748.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1749.     }
  1750.     /**
  1751.      * Gets the public 'twig' shared service.
  1752.      *
  1753.      * @return \Twig\Environment
  1754.      */
  1755.     protected function getTwigService()
  1756.     {
  1757.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1758.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1759.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1760.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1761.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1762.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1763.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1764.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1765.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1766.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1767.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1768.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1769.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1770.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1771.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1772.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1773.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1774.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1775.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1776.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1778.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1780.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1781.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1782.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1783.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1784.         $e = ($this->services['router'] ?? $this->getRouterService());
  1785.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1786.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1787.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1788.         $h = new \Symfony\Bridge\Twig\AppVariable();
  1789.         $h->setEnvironment('dev');
  1790.         $h->setDebug(true);
  1791.         if ($this->has('security.token_storage')) {
  1792.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1793.         }
  1794.         if ($this->has('request_stack')) {
  1795.             $h->setRequestStack($f);
  1796.         }
  1797.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1798.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1799.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1800.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  1802.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1803.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1804.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1805.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1806.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1807.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1808.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1809.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1810.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1811.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1812.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1813.         $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())));
  1814.         $instance->addExtension(new \App\Twig\AppExtension());
  1815.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1816.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1817.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1818.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1819.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1820.         ], [
  1821.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1822.             'webpack_encore.tag_renderer' => '?',
  1823.         ])));
  1824.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1825.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e$c$f$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1826.         $instance->addGlobal('app'$h);
  1827.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1828.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1829.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1830.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1831.         ], [
  1832.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1833.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1834.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1835.         ])));
  1836.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  1837.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  1838.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  1839.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'twig.controller.exception' shared service.
  1844.      *
  1845.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1846.      *
  1847.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1848.      */
  1849.     protected function getTwig_Controller_ExceptionService()
  1850.     {
  1851.         trigger_deprecation('''''The "twig.controller.exception" service is deprecated since Symfony 4.4.');
  1852.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1853.     }
  1854.     /**
  1855.      * Gets the public 'twig.controller.preview_error' shared service.
  1856.      *
  1857.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1858.      *
  1859.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1860.      */
  1861.     protected function getTwig_Controller_PreviewErrorService()
  1862.     {
  1863.         trigger_deprecation('''''The "twig.controller.preview_error" service is deprecated since Symfony 4.4.');
  1864.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1865.     }
  1866.     /**
  1867.      * Gets the public 'validator' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1870.      */
  1871.     protected function getValidatorService()
  1872.     {
  1873.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1874.     }
  1875.     /**
  1876.      * Gets the public 'var_dumper.cloner' shared service.
  1877.      *
  1878.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1879.      */
  1880.     protected function getVarDumper_ClonerService()
  1881.     {
  1882.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1883.         $instance->setMaxItems(2500);
  1884.         $instance->setMinDepth(1);
  1885.         $instance->setMaxString(-1);
  1886.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1887.         return $instance;
  1888.     }
  1889.     /**
  1890.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1891.      *
  1892.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1893.      */
  1894.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1897.         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()));
  1898.     }
  1899.     /**
  1900.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1901.      *
  1902.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1903.      */
  1904.     protected function getWebProfiler_Controller_ProfilerService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1907.         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));
  1908.     }
  1909.     /**
  1910.      * Gets the public 'web_profiler.controller.router' shared service.
  1911.      *
  1912.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1913.      */
  1914.     protected function getWebProfiler_Controller_RouterService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1917.         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()));
  1918.     }
  1919.     /**
  1920.      * Gets the private '.debug.http_client' shared service.
  1921.      *
  1922.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1923.      */
  1924.     protected function get_Debug_HttpClientService()
  1925.     {
  1926.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1927.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1928.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1929.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1930.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1931.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1932.         $a->setLogger($b);
  1933.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1934.     }
  1935.     /**
  1936.      * Gets the private '.errored..service_locator.1hLrK0W.App\Entity\News\Entry' shared service.
  1937.      *
  1938.      * @return \App\Entity\News\Entry
  1939.      */
  1940.     protected function getEntryService()
  1941.     {
  1942.         $this->throw('Cannot autowire service ".service_locator.1hLrK0W": it references class "App\\Entity\\News\\Entry" but no such service exists.');
  1943.     }
  1944.     /**
  1945.      * Gets the private '.errored..service_locator.BjlQ_5Y.App\Entity\Master\Inquiry\NgWord' shared service.
  1946.      *
  1947.      * @return \App\Entity\Master\Inquiry\NgWord
  1948.      */
  1949.     protected function getNgWordService()
  1950.     {
  1951.         $this->throw('Cannot autowire service ".service_locator.BjlQ_5Y": it references class "App\\Entity\\Master\\Inquiry\\NgWord" but no such service exists.');
  1952.     }
  1953.     /**
  1954.      * Gets the private '.errored..service_locator.aZeP1_y.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository' shared service.
  1955.      *
  1956.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository
  1957.      */
  1958.     protected function getServiceEntityRepositoryService()
  1959.     {
  1960.         $this->throw('Cannot autowire service ".service_locator.aZeP1_y": it references class "Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepository" but no such service exists. You should maybe alias this class to one of these existing services: "App\\Repository\\Admin\\UserRepository", "App\\Repository\\Event\\CategoryRepository", "App\\Repository\\Event\\ChildRepository", "App\\Repository\\Event\\EntryRepository", "App\\Repository\\Inquiry\\ContactRepository", "App\\Repository\\Master\\Address\\PrefRepository", "App\\Repository\\Master\\Inquiry\\ContactCategoryRepository", "App\\Repository\\Master\\Inquiry\\NgWordRepository", "App\\Repository\\News\\CategoryRepository", "App\\Repository\\News\\ChildRepository", "App\\Repository\\News\\EntryRepository".');
  1961.     }
  1962.     /**
  1963.      * Gets the private '.errored..service_locator.aZeP1_y.Symfony\Component\Form\Form' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\Form\Form
  1966.      */
  1967.     protected function getFormService()
  1968.     {
  1969.         $this->throw('Cannot autowire service ".service_locator.aZeP1_y": it references class "Symfony\\Component\\Form\\Form" but no such service exists.');
  1970.     }
  1971.     /**
  1972.      * Gets the private '.errored..service_locator.i.sQz2z.App\Entity\News\Category' shared service.
  1973.      *
  1974.      * @return \App\Entity\News\Category
  1975.      */
  1976.     protected function getCategoryService()
  1977.     {
  1978.         $this->throw('Cannot autowire service ".service_locator.i.sQz2z": it references class "App\\Entity\\News\\Category" but no such service exists.');
  1979.     }
  1980.     /**
  1981.      * Gets the private '.errored..service_locator.vnilym9.App\Entity\Master\Inquiry\NgWord' shared service.
  1982.      *
  1983.      * @return \App\Entity\Master\Inquiry\NgWord
  1984.      */
  1985.     protected function getNgWord2Service()
  1986.     {
  1987.         $this->throw('Cannot autowire service ".service_locator.vnilym9": it references class "App\\Entity\\Master\\Inquiry\\NgWord" but no such service exists.');
  1988.     }
  1989.     /**
  1990.      * Gets the private '.errored..service_locator.wbM.UZT.App\Entity\Master\Inquiry\ContactCategory' shared service.
  1991.      *
  1992.      * @return \App\Entity\Master\Inquiry\ContactCategory
  1993.      */
  1994.     protected function getContactCategoryService()
  1995.     {
  1996.         $this->throw('Cannot autowire service ".service_locator.wbM.UZT": it references class "App\\Entity\\Master\\Inquiry\\ContactCategory" but no such service exists.');
  1997.     }
  1998.     /**
  1999.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2000.      *
  2001.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2002.      */
  2003.     protected function get_LegacyResolveControllerNameSubscriberService()
  2004.     {
  2005.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2006.     }
  2007.     /**
  2008.      * Gets the private '.service_locator.1X0fjUx' shared service.
  2009.      *
  2010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2011.      */
  2012.     protected function get_ServiceLocator_1X0fjUxService()
  2013.     {
  2014.         return $this->privates['.service_locator.1X0fjUx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2015.             'categoryRepository' => ['privates''App\\Repository\\Master\\Inquiry\\ContactCategoryRepository''getContactCategoryRepositoryService'false],
  2016.         ], [
  2017.             'categoryRepository' => 'App\\Repository\\Master\\Inquiry\\ContactCategoryRepository',
  2018.         ]);
  2019.     }
  2020.     /**
  2021.      * Gets the private '.service_locator.1hLrK0W' shared service.
  2022.      *
  2023.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2024.      */
  2025.     protected function get_ServiceLocator_1hLrK0WService()
  2026.     {
  2027.         return $this->privates['.service_locator.1hLrK0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2028.             'Entry' => ['privates''.errored..service_locator.1hLrK0W.App\\Entity\\News\\Entry'NULL'Cannot autowire service ".service_locator.1hLrK0W": it references class "App\\Entity\\News\\Entry" but no such service exists.'],
  2029.         ], [
  2030.             'Entry' => 'App\\Entity\\News\\Entry',
  2031.         ]);
  2032.     }
  2033.     /**
  2034.      * Gets the private '.service_locator.1qxpWX0' shared service.
  2035.      *
  2036.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2037.      */
  2038.     protected function get_ServiceLocator_1qxpWX0Service()
  2039.     {
  2040.         return $this->privates['.service_locator.1qxpWX0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2041.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2042.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2043.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2044.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2045.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2046.             'router' => ['services''router''getRouterService'false],
  2047.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2048.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2049.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2050.             'serializer' => ['services''serializer''getSerializerService'false],
  2051.             'session' => ['services''session''getSessionService'false],
  2052.             'twig' => ['services''twig''getTwigService'false],
  2053.         ], [
  2054.             'doctrine' => '?',
  2055.             'form.factory' => '?',
  2056.             'http_kernel' => '?',
  2057.             'parameter_bag' => '?',
  2058.             'request_stack' => '?',
  2059.             'router' => '?',
  2060.             'security.authorization_checker' => '?',
  2061.             'security.csrf.token_manager' => '?',
  2062.             'security.token_storage' => '?',
  2063.             'serializer' => '?',
  2064.             'session' => '?',
  2065.             'twig' => '?',
  2066.         ]);
  2067.     }
  2068.     /**
  2069.      * Gets the private '.service_locator.3T_iAUn' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2072.      */
  2073.     protected function get_ServiceLocator_3TIAUnService()
  2074.     {
  2075.         return $this->privates['.service_locator.3T_iAUn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2076.             'fileUploader' => ['privates''App\\Service\\FileUploader\\UploadService''getUploadServiceService'false],
  2077.         ], [
  2078.             'fileUploader' => 'App\\Service\\FileUploader\\UploadService',
  2079.         ]);
  2080.     }
  2081.     /**
  2082.      * Gets the private '.service_locator.3oKW2XB' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2085.      */
  2086.     protected function get_ServiceLocator_3oKW2XBService()
  2087.     {
  2088.         return $this->privates['.service_locator.3oKW2XB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2089.             'entryRepository' => ['privates''App\\Repository\\Inquiry\\ContactRepository''getContactRepositoryService'false],
  2090.         ], [
  2091.             'entryRepository' => 'App\\Repository\\Inquiry\\ContactRepository',
  2092.         ]);
  2093.     }
  2094.     /**
  2095.      * Gets the private '.service_locator.5hsUT.s' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2098.      */
  2099.     protected function get_ServiceLocator_5hsUT_SService()
  2100.     {
  2101.         return $this->privates['.service_locator.5hsUT.s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2102.             'categoryRepository' => ['privates''App\\Repository\\News\\CategoryRepository''getCategoryRepositoryService'false],
  2103.             'entryRepository' => ['privates''App\\Repository\\News\\EntryRepository''getEntryRepositoryService'false],
  2104.         ], [
  2105.             'categoryRepository' => 'App\\Repository\\News\\CategoryRepository',
  2106.             'entryRepository' => 'App\\Repository\\News\\EntryRepository',
  2107.         ]);
  2108.     }
  2109.     /**
  2110.      * Gets the private '.service_locator.6ojHe_9' shared service.
  2111.      *
  2112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2113.      */
  2114.     protected function get_ServiceLocator_6ojHe9Service()
  2115.     {
  2116.         return $this->privates['.service_locator.6ojHe_9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2117.             'ngwordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  2118.         ], [
  2119.             'ngwordRepository' => 'App\\Repository\\Master\\Inquiry\\NgWordRepository',
  2120.         ]);
  2121.     }
  2122.     /**
  2123.      * Gets the private '.service_locator.78nUMrG' shared service.
  2124.      *
  2125.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2126.      */
  2127.     protected function get_ServiceLocator_78nUMrGService()
  2128.     {
  2129.         return $this->privates['.service_locator.78nUMrG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2130.             'ngwordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  2131.             'validator' => ['services''validator''getValidatorService'false],
  2132.         ], [
  2133.             'ngwordRepository' => 'App\\Repository\\Master\\Inquiry\\NgWordRepository',
  2134.             'validator' => '?',
  2135.         ]);
  2136.     }
  2137.     /**
  2138.      * Gets the private '.service_locator.BjlQ_5Y' shared service.
  2139.      *
  2140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2141.      */
  2142.     protected function get_ServiceLocator_BjlQ5YService()
  2143.     {
  2144.         return $this->privates['.service_locator.BjlQ_5Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2145.             'NgWord' => ['privates''.errored..service_locator.BjlQ_5Y.App\\Entity\\Master\\Inquiry\\NgWord'NULL'Cannot autowire service ".service_locator.BjlQ_5Y": it references class "App\\Entity\\Master\\Inquiry\\NgWord" but no such service exists.'],
  2146.             'ngwordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  2147.             'validator' => ['services''validator''getValidatorService'false],
  2148.         ], [
  2149.             'NgWord' => 'App\\Entity\\Master\\Inquiry\\NgWord',
  2150.             'ngwordRepository' => 'App\\Repository\\Master\\Inquiry\\NgWordRepository',
  2151.             'validator' => '?',
  2152.         ]);
  2153.     }
  2154.     /**
  2155.      * Gets the private '.service_locator.ERKodU_' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2158.      */
  2159.     protected function get_ServiceLocator_ERKodUService()
  2160.     {
  2161.         return $this->privates['.service_locator.ERKodU_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2162.             'uploader' => ['privates''App\\Service\\FileUploader\\UploadService''getUploadServiceService'false],
  2163.         ], [
  2164.             'uploader' => 'App\\Service\\FileUploader\\UploadService',
  2165.         ]);
  2166.     }
  2167.     /**
  2168.      * Gets the private '.service_locator.GZRYZDy' shared service.
  2169.      *
  2170.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2171.      */
  2172.     protected function get_ServiceLocator_GZRYZDyService()
  2173.     {
  2174.         return $this->privates['.service_locator.GZRYZDy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2175.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2176.             'userRepository' => ['privates''App\\Repository\\Admin\\UserRepository''getUserRepositoryService'false],
  2177.         ], [
  2178.             'passwordEncoder' => '?',
  2179.             'userRepository' => 'App\\Repository\\Admin\\UserRepository',
  2180.         ]);
  2181.     }
  2182.     /**
  2183.      * Gets the private '.service_locator.LIOgwyb' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2186.      */
  2187.     protected function get_ServiceLocator_LIOgwybService()
  2188.     {
  2189.         return $this->privates['.service_locator.LIOgwyb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2190.             'userRepository' => ['privates''App\\Repository\\Admin\\UserRepository''getUserRepositoryService'false],
  2191.         ], [
  2192.             'userRepository' => 'App\\Repository\\Admin\\UserRepository',
  2193.         ]);
  2194.     }
  2195.     /**
  2196.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2197.      *
  2198.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2199.      */
  2200.     protected function get_ServiceLocator_UDgw6OlService()
  2201.     {
  2202.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2203.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2204.         ], [
  2205.             'authenticationUtils' => '?',
  2206.         ]);
  2207.     }
  2208.     /**
  2209.      * Gets the private '.service_locator.aZeP1_y' shared service.
  2210.      *
  2211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2212.      */
  2213.     protected function get_ServiceLocator_AZeP1YService()
  2214.     {
  2215.         return $this->privates['.service_locator.aZeP1_y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2216.             'repository' => ['privates''.errored..service_locator.aZeP1_y.Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepository'NULL'Cannot autowire service ".service_locator.aZeP1_y": it references class "Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepository" but no such service exists. You should maybe alias this class to one of these existing services: "App\\Repository\\Admin\\UserRepository", "App\\Repository\\Event\\CategoryRepository", "App\\Repository\\Event\\ChildRepository", "App\\Repository\\Event\\EntryRepository", "App\\Repository\\Inquiry\\ContactRepository", "App\\Repository\\Master\\Address\\PrefRepository", "App\\Repository\\Master\\Inquiry\\ContactCategoryRepository", "App\\Repository\\Master\\Inquiry\\NgWordRepository", "App\\Repository\\News\\CategoryRepository", "App\\Repository\\News\\ChildRepository", "App\\Repository\\News\\EntryRepository".'],
  2217.             'searchForm' => ['privates''.errored..service_locator.aZeP1_y.Symfony\\Component\\Form\\Form'NULL'Cannot autowire service ".service_locator.aZeP1_y": it references class "Symfony\\Component\\Form\\Form" but no such service exists.'],
  2218.         ], [
  2219.             'repository' => 'Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepository',
  2220.             'searchForm' => 'Symfony\\Component\\Form\\Form',
  2221.         ]);
  2222.     }
  2223.     /**
  2224.      * Gets the private '.service_locator.fZyUDdR' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2227.      */
  2228.     protected function get_ServiceLocator_FZyUDdRService()
  2229.     {
  2230.         return $this->privates['.service_locator.fZyUDdR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2231.             'categoryRepository' => ['privates''App\\Repository\\News\\CategoryRepository''getCategoryRepositoryService'false],
  2232.         ], [
  2233.             'categoryRepository' => 'App\\Repository\\News\\CategoryRepository',
  2234.         ]);
  2235.     }
  2236.     /**
  2237.      * Gets the private '.service_locator.ftHyE0i' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2240.      */
  2241.     protected function get_ServiceLocator_FtHyE0iService()
  2242.     {
  2243.         return $this->privates['.service_locator.ftHyE0i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2244.             'contactRepository' => ['privates''App\\Repository\\Inquiry\\ContactRepository''getContactRepositoryService'false],
  2245.             'ngwordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  2246.         ], [
  2247.             'contactRepository' => 'App\\Repository\\Inquiry\\ContactRepository',
  2248.             'ngwordRepository' => 'App\\Repository\\Master\\Inquiry\\NgWordRepository',
  2249.         ]);
  2250.     }
  2251.     /**
  2252.      * Gets the private '.service_locator.gH0NdJa' shared service.
  2253.      *
  2254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2255.      */
  2256.     protected function get_ServiceLocator_GH0NdJaService()
  2257.     {
  2258.         return $this->privates['.service_locator.gH0NdJa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2259.             'contactRepository' => ['privates''App\\Repository\\Inquiry\\ContactRepository''getContactRepositoryService'false],
  2260.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2261.             'mailService' => ['privates''App\\Service\\MailService''getMailServiceService'false],
  2262.             'ngwordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  2263.         ], [
  2264.             'contactRepository' => 'App\\Repository\\Inquiry\\ContactRepository',
  2265.             'eventDispatcher' => '?',
  2266.             'mailService' => 'App\\Service\\MailService',
  2267.             'ngwordRepository' => 'App\\Repository\\Master\\Inquiry\\NgWordRepository',
  2268.         ]);
  2269.     }
  2270.     /**
  2271.      * Gets the private '.service_locator.i.sQz2z' shared service.
  2272.      *
  2273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2274.      */
  2275.     protected function get_ServiceLocator_I_SQz2zService()
  2276.     {
  2277.         return $this->privates['.service_locator.i.sQz2z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2278.             'Category' => ['privates''.errored..service_locator.i.sQz2z.App\\Entity\\News\\Category'NULL'Cannot autowire service ".service_locator.i.sQz2z": it references class "App\\Entity\\News\\Category" but no such service exists.'],
  2279.             'entryRepository' => ['privates''App\\Repository\\News\\EntryRepository''getEntryRepositoryService'false],
  2280.         ], [
  2281.             'Category' => 'App\\Entity\\News\\Category',
  2282.             'entryRepository' => 'App\\Repository\\News\\EntryRepository',
  2283.         ]);
  2284.     }
  2285.     /**
  2286.      * Gets the private '.service_locator.sB0ePLZ' shared service.
  2287.      *
  2288.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2289.      */
  2290.     protected function get_ServiceLocator_SB0ePLZService()
  2291.     {
  2292.         return $this->privates['.service_locator.sB0ePLZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2293.             'App\\Controller\\Admin\\AccountController::delete' => ['privates''.service_locator.LIOgwyb''get_ServiceLocator_LIOgwybService'false],
  2294.             'App\\Controller\\Admin\\AccountController::form' => ['privates''.service_locator.GZRYZDy''get_ServiceLocator_GZRYZDyService'false],
  2295.             'App\\Controller\\Admin\\AccountController::index' => ['privates''.service_locator.GZRYZDy''get_ServiceLocator_GZRYZDyService'false],
  2296.             'App\\Controller\\Admin\\FileUploaderController::index' => ['privates''.service_locator.3T_iAUn''get_ServiceLocator_3TIAUnService'false],
  2297.             'App\\Controller\\Admin\\FileUploaderController::preview' => ['privates''.service_locator.3T_iAUn''get_ServiceLocator_3TIAUnService'false],
  2298.             'App\\Controller\\Admin\\FileUploaderController::value' => ['privates''.service_locator.3T_iAUn''get_ServiceLocator_3TIAUnService'false],
  2299.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController::delete' => ['privates''.service_locator.wbM.UZT''get_ServiceLocator_WbM_UZTService'false],
  2300.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController::form' => ['privates''.service_locator.3oKW2XB''get_ServiceLocator_3oKW2XBService'false],
  2301.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController::index' => ['privates''.service_locator.1X0fjUx''get_ServiceLocator_1X0fjUxService'false],
  2302.             'App\\Controller\\Admin\\Inquiry\\ContactController::handleSearch' => ['privates''.service_locator.aZeP1_y''get_ServiceLocator_AZeP1YService'false],
  2303.             'App\\Controller\\Admin\\Inquiry\\NgWordController::create' => ['privates''.service_locator.78nUMrG''get_ServiceLocator_78nUMrGService'false],
  2304.             'App\\Controller\\Admin\\Inquiry\\NgWordController::delete' => ['privates''.service_locator.vnilym9''get_ServiceLocator_Vnilym9Service'false],
  2305.             'App\\Controller\\Admin\\Inquiry\\NgWordController::index' => ['privates''.service_locator.6ojHe_9''get_ServiceLocator_6ojHe9Service'false],
  2306.             'App\\Controller\\Admin\\Inquiry\\NgWordController::update' => ['privates''.service_locator.BjlQ_5Y''get_ServiceLocator_BjlQ5YService'false],
  2307.             'App\\Controller\\Admin\\LoginController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2308.             'App\\Controller\\Admin\\News\\CategoryController::delete' => ['privates''.service_locator.i.sQz2z''get_ServiceLocator_I_SQz2zService'false],
  2309.             'App\\Controller\\Admin\\News\\CategoryController::form' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2310.             'App\\Controller\\Admin\\News\\CategoryController::index' => ['privates''.service_locator.fZyUDdR''get_ServiceLocator_FZyUDdRService'false],
  2311.             'App\\Controller\\Admin\\News\\EntryController::delete' => ['privates''.service_locator.1hLrK0W''get_ServiceLocator_1hLrK0WService'false],
  2312.             'App\\Controller\\Admin\\News\\EntryController::handleSearch' => ['privates''.service_locator.aZeP1_y''get_ServiceLocator_AZeP1YService'false],
  2313.             'App\\Controller\\ContactController::confirm' => ['privates''.service_locator.ftHyE0i''get_ServiceLocator_FtHyE0iService'false],
  2314.             'App\\Controller\\ContactController::send' => ['privates''.service_locator.gH0NdJa''get_ServiceLocator_GH0NdJaService'false],
  2315.             'App\\Controller\\NewsController::detail' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2316.             'App\\Controller\\NewsController::image' => ['privates''.service_locator.ERKodU_''get_ServiceLocator_ERKodUService'false],
  2317.             'App\\Controller\\NewsController::index' => ['privates''.service_locator.5hsUT.s''get_ServiceLocator_5hsUT_SService'false],
  2318.             'App\\Controller\\NewsController::newly' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2319.             'App\\Controller\\StaticPageController::index' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2320.             'App\\Controller\\Admin\\AccountController:delete' => ['privates''.service_locator.LIOgwyb''get_ServiceLocator_LIOgwybService'false],
  2321.             'App\\Controller\\Admin\\AccountController:form' => ['privates''.service_locator.GZRYZDy''get_ServiceLocator_GZRYZDyService'false],
  2322.             'App\\Controller\\Admin\\AccountController:index' => ['privates''.service_locator.GZRYZDy''get_ServiceLocator_GZRYZDyService'false],
  2323.             'App\\Controller\\Admin\\FileUploaderController:index' => ['privates''.service_locator.3T_iAUn''get_ServiceLocator_3TIAUnService'false],
  2324.             'App\\Controller\\Admin\\FileUploaderController:preview' => ['privates''.service_locator.3T_iAUn''get_ServiceLocator_3TIAUnService'false],
  2325.             'App\\Controller\\Admin\\FileUploaderController:value' => ['privates''.service_locator.3T_iAUn''get_ServiceLocator_3TIAUnService'false],
  2326.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController:delete' => ['privates''.service_locator.wbM.UZT''get_ServiceLocator_WbM_UZTService'false],
  2327.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController:form' => ['privates''.service_locator.3oKW2XB''get_ServiceLocator_3oKW2XBService'false],
  2328.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController:index' => ['privates''.service_locator.1X0fjUx''get_ServiceLocator_1X0fjUxService'false],
  2329.             'App\\Controller\\Admin\\Inquiry\\ContactController:handleSearch' => ['privates''.service_locator.aZeP1_y''get_ServiceLocator_AZeP1YService'false],
  2330.             'App\\Controller\\Admin\\Inquiry\\NgWordController:create' => ['privates''.service_locator.78nUMrG''get_ServiceLocator_78nUMrGService'false],
  2331.             'App\\Controller\\Admin\\Inquiry\\NgWordController:delete' => ['privates''.service_locator.vnilym9''get_ServiceLocator_Vnilym9Service'false],
  2332.             'App\\Controller\\Admin\\Inquiry\\NgWordController:index' => ['privates''.service_locator.6ojHe_9''get_ServiceLocator_6ojHe9Service'false],
  2333.             'App\\Controller\\Admin\\Inquiry\\NgWordController:update' => ['privates''.service_locator.BjlQ_5Y''get_ServiceLocator_BjlQ5YService'false],
  2334.             'App\\Controller\\Admin\\LoginController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2335.             'App\\Controller\\Admin\\News\\CategoryController:delete' => ['privates''.service_locator.i.sQz2z''get_ServiceLocator_I_SQz2zService'false],
  2336.             'App\\Controller\\Admin\\News\\CategoryController:form' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2337.             'App\\Controller\\Admin\\News\\CategoryController:index' => ['privates''.service_locator.fZyUDdR''get_ServiceLocator_FZyUDdRService'false],
  2338.             'App\\Controller\\Admin\\News\\EntryController:delete' => ['privates''.service_locator.1hLrK0W''get_ServiceLocator_1hLrK0WService'false],
  2339.             'App\\Controller\\Admin\\News\\EntryController:handleSearch' => ['privates''.service_locator.aZeP1_y''get_ServiceLocator_AZeP1YService'false],
  2340.             'App\\Controller\\ContactController:confirm' => ['privates''.service_locator.ftHyE0i''get_ServiceLocator_FtHyE0iService'false],
  2341.             'App\\Controller\\ContactController:send' => ['privates''.service_locator.gH0NdJa''get_ServiceLocator_GH0NdJaService'false],
  2342.             'App\\Controller\\NewsController:detail' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2343.             'App\\Controller\\NewsController:image' => ['privates''.service_locator.ERKodU_''get_ServiceLocator_ERKodUService'false],
  2344.             'App\\Controller\\NewsController:index' => ['privates''.service_locator.5hsUT.s''get_ServiceLocator_5hsUT_SService'false],
  2345.             'App\\Controller\\NewsController:newly' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2346.             'App\\Controller\\StaticPageController:index' => ['privates''.service_locator.ySSZqgF''get_ServiceLocator_YSSZqgFService'false],
  2347.         ], [
  2348.             'App\\Controller\\Admin\\AccountController::delete' => '?',
  2349.             'App\\Controller\\Admin\\AccountController::form' => '?',
  2350.             'App\\Controller\\Admin\\AccountController::index' => '?',
  2351.             'App\\Controller\\Admin\\FileUploaderController::index' => '?',
  2352.             'App\\Controller\\Admin\\FileUploaderController::preview' => '?',
  2353.             'App\\Controller\\Admin\\FileUploaderController::value' => '?',
  2354.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController::delete' => '?',
  2355.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController::form' => '?',
  2356.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController::index' => '?',
  2357.             'App\\Controller\\Admin\\Inquiry\\ContactController::handleSearch' => '?',
  2358.             'App\\Controller\\Admin\\Inquiry\\NgWordController::create' => '?',
  2359.             'App\\Controller\\Admin\\Inquiry\\NgWordController::delete' => '?',
  2360.             'App\\Controller\\Admin\\Inquiry\\NgWordController::index' => '?',
  2361.             'App\\Controller\\Admin\\Inquiry\\NgWordController::update' => '?',
  2362.             'App\\Controller\\Admin\\LoginController::login' => '?',
  2363.             'App\\Controller\\Admin\\News\\CategoryController::delete' => '?',
  2364.             'App\\Controller\\Admin\\News\\CategoryController::form' => '?',
  2365.             'App\\Controller\\Admin\\News\\CategoryController::index' => '?',
  2366.             'App\\Controller\\Admin\\News\\EntryController::delete' => '?',
  2367.             'App\\Controller\\Admin\\News\\EntryController::handleSearch' => '?',
  2368.             'App\\Controller\\ContactController::confirm' => '?',
  2369.             'App\\Controller\\ContactController::send' => '?',
  2370.             'App\\Controller\\NewsController::detail' => '?',
  2371.             'App\\Controller\\NewsController::image' => '?',
  2372.             'App\\Controller\\NewsController::index' => '?',
  2373.             'App\\Controller\\NewsController::newly' => '?',
  2374.             'App\\Controller\\StaticPageController::index' => '?',
  2375.             'App\\Controller\\Admin\\AccountController:delete' => '?',
  2376.             'App\\Controller\\Admin\\AccountController:form' => '?',
  2377.             'App\\Controller\\Admin\\AccountController:index' => '?',
  2378.             'App\\Controller\\Admin\\FileUploaderController:index' => '?',
  2379.             'App\\Controller\\Admin\\FileUploaderController:preview' => '?',
  2380.             'App\\Controller\\Admin\\FileUploaderController:value' => '?',
  2381.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController:delete' => '?',
  2382.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController:form' => '?',
  2383.             'App\\Controller\\Admin\\Inquiry\\ContactCategoryController:index' => '?',
  2384.             'App\\Controller\\Admin\\Inquiry\\ContactController:handleSearch' => '?',
  2385.             'App\\Controller\\Admin\\Inquiry\\NgWordController:create' => '?',
  2386.             'App\\Controller\\Admin\\Inquiry\\NgWordController:delete' => '?',
  2387.             'App\\Controller\\Admin\\Inquiry\\NgWordController:index' => '?',
  2388.             'App\\Controller\\Admin\\Inquiry\\NgWordController:update' => '?',
  2389.             'App\\Controller\\Admin\\LoginController:login' => '?',
  2390.             'App\\Controller\\Admin\\News\\CategoryController:delete' => '?',
  2391.             'App\\Controller\\Admin\\News\\CategoryController:form' => '?',
  2392.             'App\\Controller\\Admin\\News\\CategoryController:index' => '?',
  2393.             'App\\Controller\\Admin\\News\\EntryController:delete' => '?',
  2394.             'App\\Controller\\Admin\\News\\EntryController:handleSearch' => '?',
  2395.             'App\\Controller\\ContactController:confirm' => '?',
  2396.             'App\\Controller\\ContactController:send' => '?',
  2397.             'App\\Controller\\NewsController:detail' => '?',
  2398.             'App\\Controller\\NewsController:image' => '?',
  2399.             'App\\Controller\\NewsController:index' => '?',
  2400.             'App\\Controller\\NewsController:newly' => '?',
  2401.             'App\\Controller\\StaticPageController:index' => '?',
  2402.         ]);
  2403.     }
  2404.     /**
  2405.      * Gets the private '.service_locator.vnilym9' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2408.      */
  2409.     protected function get_ServiceLocator_Vnilym9Service()
  2410.     {
  2411.         return $this->privates['.service_locator.vnilym9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2412.             'NgWord' => ['privates''.errored..service_locator.vnilym9.App\\Entity\\Master\\Inquiry\\NgWord'NULL'Cannot autowire service ".service_locator.vnilym9": it references class "App\\Entity\\Master\\Inquiry\\NgWord" but no such service exists.'],
  2413.             'ngwordRepository' => ['privates''App\\Repository\\Master\\Inquiry\\NgWordRepository''getNgWordRepositoryService'false],
  2414.         ], [
  2415.             'NgWord' => 'App\\Entity\\Master\\Inquiry\\NgWord',
  2416.             'ngwordRepository' => 'App\\Repository\\Master\\Inquiry\\NgWordRepository',
  2417.         ]);
  2418.     }
  2419.     /**
  2420.      * Gets the private '.service_locator.wbM.UZT' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2423.      */
  2424.     protected function get_ServiceLocator_WbM_UZTService()
  2425.     {
  2426.         return $this->privates['.service_locator.wbM.UZT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2427.             'Category' => ['privates''.errored..service_locator.wbM.UZT.App\\Entity\\Master\\Inquiry\\ContactCategory'NULL'Cannot autowire service ".service_locator.wbM.UZT": it references class "App\\Entity\\Master\\Inquiry\\ContactCategory" but no such service exists.'],
  2428.             'entryRepository' => ['privates''App\\Repository\\Inquiry\\ContactRepository''getContactRepositoryService'false],
  2429.         ], [
  2430.             'Category' => 'App\\Entity\\Master\\Inquiry\\ContactCategory',
  2431.             'entryRepository' => 'App\\Repository\\Inquiry\\ContactRepository',
  2432.         ]);
  2433.     }
  2434.     /**
  2435.      * Gets the private '.service_locator.ySSZqgF' shared service.
  2436.      *
  2437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2438.      */
  2439.     protected function get_ServiceLocator_YSSZqgFService()
  2440.     {
  2441.         return $this->privates['.service_locator.ySSZqgF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2442.             'entryRepository' => ['privates''App\\Repository\\News\\EntryRepository''getEntryRepositoryService'false],
  2443.         ], [
  2444.             'entryRepository' => 'App\\Repository\\News\\EntryRepository',
  2445.         ]);
  2446.     }
  2447.     /**
  2448.      * Gets the private 'App\Command\AdministratorCreateCommand' shared autowired service.
  2449.      *
  2450.      * @return \App\Command\AdministratorCreateCommand
  2451.      */
  2452.     protected function getAdministratorCreateCommandService()
  2453.     {
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2455.         include_once \dirname(__DIR__4).'/src/Command/AdministratorCreateCommand.php';
  2456.         $this->privates['App\\Command\\AdministratorCreateCommand'] = $instance = new \App\Command\AdministratorCreateCommand(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Admin\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2457.         $instance->setName('app:admin-create');
  2458.         return $instance;
  2459.     }
  2460.     /**
  2461.      * Gets the private 'App\Command\DataFixtureCommand' shared autowired service.
  2462.      *
  2463.      * @return \App\Command\DataFixtureCommand
  2464.      */
  2465.     protected function getDataFixtureCommandService()
  2466.     {
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2468.         include_once \dirname(__DIR__4).'/src/Command/DataFixtureCommand.php';
  2469.         $this->privates['App\\Command\\DataFixtureCommand'] = $instance = new \App\Command\DataFixtureCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\News\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\Master\\Address\\PrefRepository'] ?? $this->getPrefRepositoryService()), ($this->privates['App\\Repository\\Master\\Inquiry\\ContactCategoryRepository'] ?? $this->getContactCategoryRepositoryService()), $this);
  2470.         $instance->setName('app:data-fixture');
  2471.         return $instance;
  2472.     }
  2473.     /**
  2474.      * Gets the private 'App\Command\GenerateCmsCommand' shared autowired service.
  2475.      *
  2476.      * @return \App\Command\GenerateCmsCommand
  2477.      */
  2478.     protected function getGenerateCmsCommandService()
  2479.     {
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2481.         include_once \dirname(__DIR__4).'/src/Command/GenerateTrait.php';
  2482.         include_once \dirname(__DIR__4).'/src/Command/GenerateCmsCommand.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2484.         $this->privates['App\\Command\\GenerateCmsCommand'] = $instance = new \App\Command\GenerateCmsCommand($this, ($this->services['twig'] ?? $this->getTwigService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2485.         $instance->setName('app:generate-cms');
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the private 'App\Command\InstallCommand' shared autowired service.
  2490.      *
  2491.      * @return \App\Command\InstallCommand
  2492.      */
  2493.     protected function getInstallCommandService()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2496.         include_once \dirname(__DIR__4).'/src/Command/InstallCommand.php';
  2497.         $this->privates['App\\Command\\InstallCommand'] = $instance = new \App\Command\InstallCommand($this);
  2498.         $instance->setName('app:install');
  2499.         return $instance;
  2500.     }
  2501.     /**
  2502.      * Gets the private 'App\Command\SmtpTestCommand' shared autowired service.
  2503.      *
  2504.      * @return \App\Command\SmtpTestCommand
  2505.      */
  2506.     protected function getSmtpTestCommandService()
  2507.     {
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2509.         include_once \dirname(__DIR__4).'/src/Command/SmtpTestCommand.php';
  2510.         $this->privates['App\\Command\\SmtpTestCommand'] = $instance = new \App\Command\SmtpTestCommand($this, ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()));
  2511.         $instance->setName('app:smtp-test');
  2512.         return $instance;
  2513.     }
  2514.     /**
  2515.      * Gets the private 'App\Event\Contact\Subscriber' shared autowired service.
  2516.      *
  2517.      * @return \App\Event\Contact\Subscriber
  2518.      */
  2519.     protected function getSubscriberService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/src/Event/Contact/Subscriber.php';
  2522.         return $this->privates['App\\Event\\Contact\\Subscriber'] = new \App\Event\Contact\Subscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2523.     }
  2524.     /**
  2525.      * Gets the private 'App\Form\Admin\Event\CategoryType' shared autowired service.
  2526.      *
  2527.      * @return \App\Form\Admin\Event\CategoryType
  2528.      */
  2529.     protected function getCategoryTypeService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2533.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/CategoryTypeTrait.php';
  2534.         include_once \dirname(__DIR__4).'/src/Form/Admin/Event/CategoryType.php';
  2535.         return $this->privates['App\\Form\\Admin\\Event\\CategoryType'] = new \App\Form\Admin\Event\CategoryType();
  2536.     }
  2537.     /**
  2538.      * Gets the private 'App\Form\Admin\Event\ChildType' shared autowired service.
  2539.      *
  2540.      * @return \App\Form\Admin\Event\ChildType
  2541.      */
  2542.     protected function getChildTypeService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2546.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/ChildTypeTrait.php';
  2547.         include_once \dirname(__DIR__4).'/src/Form/Admin/Event/ChildType.php';
  2548.         return $this->privates['App\\Form\\Admin\\Event\\ChildType'] = new \App\Form\Admin\Event\ChildType();
  2549.     }
  2550.     /**
  2551.      * Gets the private 'App\Form\Admin\Event\EntryType' shared autowired service.
  2552.      *
  2553.      * @return \App\Form\Admin\Event\EntryType
  2554.      */
  2555.     protected function getEntryTypeService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2559.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/EntryTypeTrait.php';
  2560.         include_once \dirname(__DIR__4).'/src/Form/Admin/Event/EntryType.php';
  2561.         return $this->privates['App\\Form\\Admin\\Event\\EntryType'] = new \App\Form\Admin\Event\EntryType();
  2562.     }
  2563.     /**
  2564.      * Gets the private 'App\Form\Admin\Event\SearchType' shared autowired service.
  2565.      *
  2566.      * @return \App\Form\Admin\Event\SearchType
  2567.      */
  2568.     protected function getSearchTypeService()
  2569.     {
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2572.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/SearchTypeTrait.php';
  2573.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/EntryTypeTrait.php';
  2574.         include_once \dirname(__DIR__4).'/src/Form/Admin/Event/SearchType.php';
  2575.         return $this->privates['App\\Form\\Admin\\Event\\SearchType'] = new \App\Form\Admin\Event\SearchType();
  2576.     }
  2577.     /**
  2578.      * Gets the private 'App\Form\Admin\Inquiry\ContactCategoryType' shared autowired service.
  2579.      *
  2580.      * @return \App\Form\Admin\Inquiry\ContactCategoryType
  2581.      */
  2582.     protected function getContactCategoryTypeService()
  2583.     {
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2586.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/CategoryTypeTrait.php';
  2587.         include_once \dirname(__DIR__4).'/src/Form/Admin/Inquiry/ContactCategoryType.php';
  2588.         return $this->privates['App\\Form\\Admin\\Inquiry\\ContactCategoryType'] = new \App\Form\Admin\Inquiry\ContactCategoryType();
  2589.     }
  2590.     /**
  2591.      * Gets the private 'App\Form\Admin\Inquiry\SearchType' shared autowired service.
  2592.      *
  2593.      * @return \App\Form\Admin\Inquiry\SearchType
  2594.      */
  2595.     protected function getSearchType2Service()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2599.         include_once \dirname(__DIR__4).'/src/Form/Admin/Inquiry/SearchType.php';
  2600.         return $this->privates['App\\Form\\Admin\\Inquiry\\SearchType'] = new \App\Form\Admin\Inquiry\SearchType();
  2601.     }
  2602.     /**
  2603.      * Gets the private 'App\Form\Admin\News\CategoryType' shared autowired service.
  2604.      *
  2605.      * @return \App\Form\Admin\News\CategoryType
  2606.      */
  2607.     protected function getCategoryType2Service()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2611.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/CategoryTypeTrait.php';
  2612.         include_once \dirname(__DIR__4).'/src/Form/Admin/News/CategoryType.php';
  2613.         return $this->privates['App\\Form\\Admin\\News\\CategoryType'] = new \App\Form\Admin\News\CategoryType();
  2614.     }
  2615.     /**
  2616.      * Gets the private 'App\Form\Admin\News\ChildType' shared autowired service.
  2617.      *
  2618.      * @return \App\Form\Admin\News\ChildType
  2619.      */
  2620.     protected function getChildType2Service()
  2621.     {
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2624.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/ChildTypeTrait.php';
  2625.         include_once \dirname(__DIR__4).'/src/Form/Admin/News/ChildType.php';
  2626.         return $this->privates['App\\Form\\Admin\\News\\ChildType'] = new \App\Form\Admin\News\ChildType();
  2627.     }
  2628.     /**
  2629.      * Gets the private 'App\Form\Admin\News\EntryType' shared autowired service.
  2630.      *
  2631.      * @return \App\Form\Admin\News\EntryType
  2632.      */
  2633.     protected function getEntryType2Service()
  2634.     {
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2637.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/EntryTypeTrait.php';
  2638.         include_once \dirname(__DIR__4).'/src/Form/Admin/News/EntryType.php';
  2639.         return $this->privates['App\\Form\\Admin\\News\\EntryType'] = new \App\Form\Admin\News\EntryType();
  2640.     }
  2641.     /**
  2642.      * Gets the private 'App\Form\Admin\News\SearchType' shared autowired service.
  2643.      *
  2644.      * @return \App\Form\Admin\News\SearchType
  2645.      */
  2646.     protected function getSearchType3Service()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2650.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/SearchTypeTrait.php';
  2651.         include_once \dirname(__DIR__4).'/src/Form/Traits/Cms/EntryTypeTrait.php';
  2652.         include_once \dirname(__DIR__4).'/src/Form/Admin/News/SearchType.php';
  2653.         return $this->privates['App\\Form\\Admin\\News\\SearchType'] = new \App\Form\Admin\News\SearchType();
  2654.     }
  2655.     /**
  2656.      * Gets the private 'App\Form\Admin\UserType' shared autowired service.
  2657.      *
  2658.      * @return \App\Form\Admin\UserType
  2659.      */
  2660.     protected function getUserTypeService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2664.         include_once \dirname(__DIR__4).'/src/Form/Admin/UserType.php';
  2665.         return $this->privates['App\\Form\\Admin\\UserType'] = new \App\Form\Admin\UserType();
  2666.     }
  2667.     /**
  2668.      * Gets the private 'App\Form\Inquiry\ContactType' shared autowired service.
  2669.      *
  2670.      * @return \App\Form\Inquiry\ContactType
  2671.      */
  2672.     protected function getContactTypeService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2676.         include_once \dirname(__DIR__4).'/src/Form/Inquiry/ContactType.php';
  2677.         return $this->privates['App\\Form\\Inquiry\\ContactType'] = new \App\Form\Inquiry\ContactType();
  2678.     }
  2679.     /**
  2680.      * Gets the private 'App\Repository\Admin\UserRepository' shared autowired service.
  2681.      *
  2682.      * @return \App\Repository\Admin\UserRepository
  2683.      */
  2684.     protected function getUserRepositoryService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  2692.         include_once \dirname(__DIR__4).'/src/Repository/Admin/UserRepository.php';
  2693.         return $this->privates['App\\Repository\\Admin\\UserRepository'] = new \App\Repository\Admin\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2694.     }
  2695.     /**
  2696.      * Gets the private 'App\Repository\Event\CategoryRepository' shared autowired service.
  2697.      *
  2698.      * @return \App\Repository\Event\CategoryRepository
  2699.      */
  2700.     protected function getCategoryRepository2Service()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2703.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2707.         include_once \dirname(__DIR__4).'/src/Repository/Traits/KeyValueQueryTrait.php';
  2708.         include_once \dirname(__DIR__4).'/src/Repository/Traits/SortableTrait.php';
  2709.         include_once \dirname(__DIR__4).'/src/Repository/Abstracts/CategoryRepositoryAbstract.php';
  2710.         include_once \dirname(__DIR__4).'/src/Repository/Event/CategoryRepository.php';
  2711.         return $this->privates['App\\Repository\\Event\\CategoryRepository'] = new \App\Repository\Event\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2712.     }
  2713.     /**
  2714.      * Gets the private 'App\Repository\Event\ChildRepository' shared autowired service.
  2715.      *
  2716.      * @return \App\Repository\Event\ChildRepository
  2717.      */
  2718.     protected function getChildRepositoryService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2725.         include_once \dirname(__DIR__4).'/src/Repository/Event/ChildRepository.php';
  2726.         return $this->privates['App\\Repository\\Event\\ChildRepository'] = new \App\Repository\Event\ChildRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2727.     }
  2728.     /**
  2729.      * Gets the private 'App\Repository\Event\EntryRepository' shared autowired service.
  2730.      *
  2731.      * @return \App\Repository\Event\EntryRepository
  2732.      */
  2733.     protected function getEntryRepository2Service()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2740.         include_once \dirname(__DIR__4).'/src/Repository/Traits/KeyValueQueryTrait.php';
  2741.         include_once \dirname(__DIR__4).'/src/Repository/Traits/CmsRepositoryTrait.php';
  2742.         include_once \dirname(__DIR__4).'/src/Repository/Event/EntryRepository.php';
  2743.         return $this->privates['App\\Repository\\Event\\EntryRepository'] = new \App\Repository\Event\EntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'App\Repository\Inquiry\ContactRepository' shared autowired service.
  2747.      *
  2748.      * @return \App\Repository\Inquiry\ContactRepository
  2749.      */
  2750.     protected function getContactRepositoryService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2757.         include_once \dirname(__DIR__4).'/src/Repository/Traits/InquiryTrait.php';
  2758.         include_once \dirname(__DIR__4).'/src/Repository/Inquiry/ContactRepository.php';
  2759.         return $this->privates['App\\Repository\\Inquiry\\ContactRepository'] = new \App\Repository\Inquiry\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2760.     }
  2761.     /**
  2762.      * Gets the private 'App\Repository\Master\Address\PrefRepository' shared autowired service.
  2763.      *
  2764.      * @return \App\Repository\Master\Address\PrefRepository
  2765.      */
  2766.     protected function getPrefRepositoryService()
  2767.     {
  2768.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2773.         include_once \dirname(__DIR__4).'/src/Repository/Master/Address/PrefRepository.php';
  2774.         return $this->privates['App\\Repository\\Master\\Address\\PrefRepository'] = new \App\Repository\Master\Address\PrefRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2775.     }
  2776.     /**
  2777.      * Gets the private 'App\Repository\Master\Inquiry\ContactCategoryRepository' shared autowired service.
  2778.      *
  2779.      * @return \App\Repository\Master\Inquiry\ContactCategoryRepository
  2780.      */
  2781.     protected function getContactCategoryRepositoryService()
  2782.     {
  2783.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2788.         include_once \dirname(__DIR__4).'/src/Repository/Traits/KeyValueQueryTrait.php';
  2789.         include_once \dirname(__DIR__4).'/src/Repository/Traits/SortableTrait.php';
  2790.         include_once \dirname(__DIR__4).'/src/Repository/Abstracts/CategoryRepositoryAbstract.php';
  2791.         include_once \dirname(__DIR__4).'/src/Repository/Master/Inquiry/ContactCategoryRepository.php';
  2792.         return $this->privates['App\\Repository\\Master\\Inquiry\\ContactCategoryRepository'] = new \App\Repository\Master\Inquiry\ContactCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2793.     }
  2794.     /**
  2795.      * Gets the private 'App\Repository\Master\Inquiry\NgWordRepository' shared autowired service.
  2796.      *
  2797.      * @return \App\Repository\Master\Inquiry\NgWordRepository
  2798.      */
  2799.     protected function getNgWordRepositoryService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2806.         include_once \dirname(__DIR__4).'/src/Repository/Master/Inquiry/NgWordRepository.php';
  2807.         return $this->privates['App\\Repository\\Master\\Inquiry\\NgWordRepository'] = new \App\Repository\Master\Inquiry\NgWordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2808.     }
  2809.     /**
  2810.      * Gets the private 'App\Repository\News\CategoryRepository' shared autowired service.
  2811.      *
  2812.      * @return \App\Repository\News\CategoryRepository
  2813.      */
  2814.     protected function getCategoryRepositoryService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2821.         include_once \dirname(__DIR__4).'/src/Repository/Traits/KeyValueQueryTrait.php';
  2822.         include_once \dirname(__DIR__4).'/src/Repository/Traits/SortableTrait.php';
  2823.         include_once \dirname(__DIR__4).'/src/Repository/Abstracts/CategoryRepositoryAbstract.php';
  2824.         include_once \dirname(__DIR__4).'/src/Repository/News/CategoryRepository.php';
  2825.         return $this->privates['App\\Repository\\News\\CategoryRepository'] = new \App\Repository\News\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2826.     }
  2827.     /**
  2828.      * Gets the private 'App\Repository\News\ChildRepository' shared autowired service.
  2829.      *
  2830.      * @return \App\Repository\News\ChildRepository
  2831.      */
  2832.     protected function getChildRepository2Service()
  2833.     {
  2834.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2839.         include_once \dirname(__DIR__4).'/src/Repository/News/ChildRepository.php';
  2840.         return $this->privates['App\\Repository\\News\\ChildRepository'] = new \App\Repository\News\ChildRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2841.     }
  2842.     /**
  2843.      * Gets the private 'App\Repository\News\EntryRepository' shared autowired service.
  2844.      *
  2845.      * @return \App\Repository\News\EntryRepository
  2846.      */
  2847.     protected function getEntryRepositoryService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2851.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2854.         include_once \dirname(__DIR__4).'/src/Repository/Traits/KeyValueQueryTrait.php';
  2855.         include_once \dirname(__DIR__4).'/src/Repository/Traits/CmsRepositoryTrait.php';
  2856.         include_once \dirname(__DIR__4).'/src/Repository/News/EntryRepository.php';
  2857.         return $this->privates['App\\Repository\\News\\EntryRepository'] = new \App\Repository\News\EntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2858.     }
  2859.     /**
  2860.      * Gets the private 'App\Security\AdminAuthenticator' shared autowired service.
  2861.      *
  2862.      * @return \App\Security\AdminAuthenticator
  2863.      */
  2864.     protected function getAdminAuthenticatorService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2872.         include_once \dirname(__DIR__4).'/src/Security/AdminAuthenticator.php';
  2873.         return $this->privates['App\\Security\\AdminAuthenticator'] = new \App\Security\AdminAuthenticator(($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()));
  2874.     }
  2875.     /**
  2876.      * Gets the private 'App\Service\FileUploader\UploadService' shared autowired service.
  2877.      *
  2878.      * @return \App\Service\FileUploader\UploadService
  2879.      */
  2880.     protected function getUploadServiceService()
  2881.     {
  2882.         include_once \dirname(__DIR__4).'/src/Service/FileUploader/UploadService.php';
  2883.         return $this->privates['App\\Service\\FileUploader\\UploadService'] = new \App\Service\FileUploader\UploadService($this);
  2884.     }
  2885.     /**
  2886.      * Gets the private 'App\Service\MailService' shared autowired service.
  2887.      *
  2888.      * @return \App\Service\MailService
  2889.      */
  2890.     protected function getMailServiceService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/src/Service/MailService.php';
  2893.         return $this->privates['App\\Service\\MailService'] = new \App\Service\MailService($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2897.      *
  2898.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2899.      */
  2900.     protected function getManagerRegistryAwareConnectionProviderService()
  2901.     {
  2902.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2904.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2908.      *
  2909.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2910.      */
  2911.     protected function getRunSqlCommandService()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2915.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2916.         $instance->setName('dbal:run-sql');
  2917.         return $instance;
  2918.     }
  2919.     /**
  2920.      * Gets the private 'annotations.cache' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\Cache\DoctrineProvider
  2923.      */
  2924.     protected function getAnnotations_CacheService()
  2925.     {
  2926.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2927.     }
  2928.     /**
  2929.      * Gets the private 'annotations.cache_warmer' shared service.
  2930.      *
  2931.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2932.      */
  2933.     protected function getAnnotations_CacheWarmerService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2938.         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);
  2939.     }
  2940.     /**
  2941.      * Gets the private 'annotations.cached_reader' shared service.
  2942.      *
  2943.      * @return \Doctrine\Common\Annotations\CachedReader
  2944.      */
  2945.     protected function getAnnotations_CachedReaderService()
  2946.     {
  2947.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2948.     }
  2949.     /**
  2950.      * Gets the private 'annotations.reader' shared service.
  2951.      *
  2952.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2953.      */
  2954.     protected function getAnnotations_ReaderService()
  2955.     {
  2956.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2957.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2958.         $a->registerUniqueLoader('class_exists');
  2959.         $instance->addGlobalIgnoredName('required'$a);
  2960.         return $instance;
  2961.     }
  2962.     /**
  2963.      * Gets the private 'assets.packages' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\Asset\Packages
  2966.      */
  2967.     protected function getAssets_PackagesService()
  2968.     {
  2969.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2970.     }
  2971.     /**
  2972.      * Gets the private 'cache.annotations' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2975.      */
  2976.     protected function getCache_AnnotationsService()
  2977.     {
  2978.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RfnVJZg+g7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2979.     }
  2980.     /**
  2981.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2984.      */
  2985.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2986.     {
  2987.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2988.     }
  2989.     /**
  2990.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2991.      *
  2992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2993.      */
  2994.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2995.     {
  2996.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2997.     }
  2998.     /**
  2999.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3002.      */
  3003.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3004.     {
  3005.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3006.     }
  3007.     /**
  3008.      * Gets the private 'cache.property_info' shared service.
  3009.      *
  3010.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3011.      */
  3012.     protected function getCache_PropertyInfoService()
  3013.     {
  3014.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BNZTDxdisF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3015.     }
  3016.     /**
  3017.      * Gets the private 'cache.security_expression_language' shared service.
  3018.      *
  3019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3020.      */
  3021.     protected function getCache_SecurityExpressionLanguageService()
  3022.     {
  3023.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qry6t0Q1LU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3024.     }
  3025.     /**
  3026.      * Gets the private 'cache.serializer' shared service.
  3027.      *
  3028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3029.      */
  3030.     protected function getCache_SerializerService()
  3031.     {
  3032.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('m1DYGYr+6N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3033.     }
  3034.     /**
  3035.      * Gets the private 'cache.validator' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3038.      */
  3039.     protected function getCache_ValidatorService()
  3040.     {
  3041.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fZ+NiyJagl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3042.     }
  3043.     /**
  3044.      * Gets the private 'cache.webpack_encore' shared service.
  3045.      *
  3046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3047.      */
  3048.     protected function getCache_WebpackEncoreService()
  3049.     {
  3050.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7vizr+8N0L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3051.     }
  3052.     /**
  3053.      * Gets the private 'config_cache_factory' shared service.
  3054.      *
  3055.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3056.      */
  3057.     protected function getConfigCacheFactoryService()
  3058.     {
  3059.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3060.             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)));
  3061.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3062.         }, 2));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'console.command.about' shared service.
  3066.      *
  3067.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3068.      */
  3069.     protected function getConsole_Command_AboutService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3073.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3074.         $instance->setName('about');
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the private 'console.command.assets_install' shared service.
  3079.      *
  3080.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3081.      */
  3082.     protected function getConsole_Command_AssetsInstallService()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3087.         $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));
  3088.         $instance->setName('assets:install');
  3089.         return $instance;
  3090.     }
  3091.     /**
  3092.      * Gets the private 'console.command.cache_clear' shared service.
  3093.      *
  3094.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3095.      */
  3096.     protected function getConsole_Command_CacheClearService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3101.         $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())));
  3102.         $instance->setName('cache:clear');
  3103.         return $instance;
  3104.     }
  3105.     /**
  3106.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3107.      *
  3108.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3109.      */
  3110.     protected function getConsole_Command_CachePoolClearService()
  3111.     {
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3114.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3115.         $instance->setName('cache:pool:clear');
  3116.         return $instance;
  3117.     }
  3118.     /**
  3119.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3120.      *
  3121.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3122.      */
  3123.     protected function getConsole_Command_CachePoolDeleteService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3127.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3128.         $instance->setName('cache:pool:delete');
  3129.         return $instance;
  3130.     }
  3131.     /**
  3132.      * Gets the private 'console.command.cache_pool_list' shared service.
  3133.      *
  3134.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3135.      */
  3136.     protected function getConsole_Command_CachePoolListService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3140.         $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.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3141.         $instance->setName('cache:pool:list');
  3142.         return $instance;
  3143.     }
  3144.     /**
  3145.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3146.      *
  3147.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3148.      */
  3149.     protected function getConsole_Command_CachePoolPruneService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3153.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3154.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3155.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3156.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3157.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3158.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3159.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3160.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  3161.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3162.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3163.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3164.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3165.         }, 11));
  3166.         $instance->setName('cache:pool:prune');
  3167.         return $instance;
  3168.     }
  3169.     /**
  3170.      * Gets the private 'console.command.cache_warmup' shared service.
  3171.      *
  3172.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3173.      */
  3174.     protected function getConsole_Command_CacheWarmupService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3178.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3179.         $instance->setName('cache:warmup');
  3180.         return $instance;
  3181.     }
  3182.     /**
  3183.      * Gets the private 'console.command.config_debug' shared service.
  3184.      *
  3185.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3186.      */
  3187.     protected function getConsole_Command_ConfigDebugService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3193.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3194.         $instance->setName('debug:config');
  3195.         return $instance;
  3196.     }
  3197.     /**
  3198.      * Gets the private 'console.command.config_dump_reference' shared service.
  3199.      *
  3200.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3201.      */
  3202.     protected function getConsole_Command_ConfigDumpReferenceService()
  3203.     {
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3208.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3209.         $instance->setName('config:dump-reference');
  3210.         return $instance;
  3211.     }
  3212.     /**
  3213.      * Gets the private 'console.command.container_debug' shared service.
  3214.      *
  3215.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3216.      */
  3217.     protected function getConsole_Command_ContainerDebugService()
  3218.     {
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3221.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3222.         $instance->setName('debug:container');
  3223.         return $instance;
  3224.     }
  3225.     /**
  3226.      * Gets the private 'console.command.container_lint' shared service.
  3227.      *
  3228.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3229.      */
  3230.     protected function getConsole_Command_ContainerLintService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3234.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3235.         $instance->setName('lint:container');
  3236.         return $instance;
  3237.     }
  3238.     /**
  3239.      * Gets the private 'console.command.debug_autowiring' shared service.
  3240.      *
  3241.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3242.      */
  3243.     protected function getConsole_Command_DebugAutowiringService()
  3244.     {
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3248.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3249.         $instance->setName('debug:autowiring');
  3250.         return $instance;
  3251.     }
  3252.     /**
  3253.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3254.      *
  3255.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3256.      */
  3257.     protected function getConsole_Command_EventDispatcherDebugService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3261.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3262.         $instance->setName('debug:event-dispatcher');
  3263.         return $instance;
  3264.     }
  3265.     /**
  3266.      * Gets the private 'console.command.form_debug' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\Form\Command\DebugCommand
  3269.      */
  3270.     protected function getConsole_Command_FormDebugService()
  3271.     {
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3274.         $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'=> 'App\\Form\\Admin\\Event'=> 'App\\Form\\Admin\\Inquiry'=> 'App\\Form\\Admin\\News'=> 'App\\Form\\Admin'=> 'App\\Form\\Inquiry'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'], [=> 'App\\Form\\Admin\\Event\\CategoryType'=> 'App\\Form\\Admin\\Event\\ChildType'=> 'App\\Form\\Admin\\Event\\EntryType'=> 'App\\Form\\Admin\\Event\\SearchType'=> 'App\\Form\\Admin\\Inquiry\\ContactCategoryType'=> 'App\\Form\\Admin\\Inquiry\\SearchType'=> 'App\\Form\\Admin\\News\\CategoryType'=> 'App\\Form\\Admin\\News\\ChildType'=> 'App\\Form\\Admin\\News\\EntryType'=> 'App\\Form\\Admin\\News\\SearchType'10 => 'App\\Form\\Admin\\UserType'11 => 'App\\Form\\Inquiry\\ContactType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'15 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'16 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'], [=> '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'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3275.         $instance->setName('debug:form');
  3276.         return $instance;
  3277.     }
  3278.     /**
  3279.      * Gets the private 'console.command.router_debug' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3282.      */
  3283.     protected function getConsole_Command_RouterDebugService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3287.         $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()));
  3288.         $instance->setName('debug:router');
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the private 'console.command.router_match' shared service.
  3293.      *
  3294.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3295.      */
  3296.     protected function getConsole_Command_RouterMatchService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3300.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3301.         $instance->setName('router:match');
  3302.         return $instance;
  3303.     }
  3304.     /**
  3305.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3306.      *
  3307.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3308.      */
  3309.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3317.         $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.dev.local')))));
  3318.         $instance->setName('secrets:decrypt-to-local');
  3319.         return $instance;
  3320.     }
  3321.     /**
  3322.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3323.      *
  3324.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3325.      */
  3326.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3327.     {
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3334.         $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.dev.local')))));
  3335.         $instance->setName('secrets:encrypt-from-local');
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3340.      *
  3341.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3342.      */
  3343.     protected function getConsole_Command_SecretsGenerateKeyService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3351.         $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.dev.local')))));
  3352.         $instance->setName('secrets:generate-keys');
  3353.         return $instance;
  3354.     }
  3355.     /**
  3356.      * Gets the private 'console.command.secrets_list' shared service.
  3357.      *
  3358.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3359.      */
  3360.     protected function getConsole_Command_SecretsListService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3368.         $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.dev.local')))));
  3369.         $instance->setName('secrets:list');
  3370.         return $instance;
  3371.     }
  3372.     /**
  3373.      * Gets the private 'console.command.secrets_remove' shared service.
  3374.      *
  3375.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3376.      */
  3377.     protected function getConsole_Command_SecretsRemoveService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3385.         $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.dev.local')))));
  3386.         $instance->setName('secrets:remove');
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the private 'console.command.secrets_set' shared service.
  3391.      *
  3392.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3393.      */
  3394.     protected function getConsole_Command_SecretsSetService()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3402.         $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.dev.local')))));
  3403.         $instance->setName('secrets:set');
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'console.command.translation_debug' shared service.
  3408.      *
  3409.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3410.      */
  3411.     protected function getConsole_Command_TranslationDebugService()
  3412.     {
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3415.         $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/ChoiceType.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/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3416.         $instance->setName('debug:translation');
  3417.         return $instance;
  3418.     }
  3419.     /**
  3420.      * Gets the private 'console.command.translation_update' shared service.
  3421.      *
  3422.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3423.      */
  3424.     protected function getConsole_Command_TranslationUpdateService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3442.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3443.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3444.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3445.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3446.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3447.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3448.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3449.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3450.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3451.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3452.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3453.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3454.         $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()), 'en', (\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/ChoiceType.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/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3455.         $instance->setName('translation:update');
  3456.         return $instance;
  3457.     }
  3458.     /**
  3459.      * Gets the private 'console.command.xliff_lint' shared service.
  3460.      *
  3461.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3462.      */
  3463.     protected function getConsole_Command_XliffLintService()
  3464.     {
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3468.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3469.         $instance->setName('lint:xliff');
  3470.         return $instance;
  3471.     }
  3472.     /**
  3473.      * Gets the private 'console.command.yaml_lint' shared service.
  3474.      *
  3475.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3476.      */
  3477.     protected function getConsole_Command_YamlLintService()
  3478.     {
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3482.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3483.         $instance->setName('lint:yaml');
  3484.         return $instance;
  3485.     }
  3486.     /**
  3487.      * Gets the private 'console.error_listener' shared service.
  3488.      *
  3489.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3490.      */
  3491.     protected function getConsole_ErrorListenerService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3494.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3495.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3496.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3497.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3498.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3499.     }
  3500.     /**
  3501.      * Gets the private 'container.env_var_processor' shared service.
  3502.      *
  3503.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3504.      */
  3505.     protected function getContainer_EnvVarProcessorService()
  3506.     {
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3509.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3510.             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'))));
  3511.         }, 1));
  3512.     }
  3513.     /**
  3514.      * Gets the private 'data_collector.form' shared service.
  3515.      *
  3516.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3517.      */
  3518.     protected function getDataCollector_FormService()
  3519.     {
  3520.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3521.     }
  3522.     /**
  3523.      * Gets the private 'debug.argument_resolver.default' shared service.
  3524.      *
  3525.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3526.      */
  3527.     protected function getDebug_ArgumentResolver_DefaultService()
  3528.     {
  3529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3532.         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))));
  3533.     }
  3534.     /**
  3535.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3536.      *
  3537.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3538.      */
  3539.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3540.     {
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3544.         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.sB0ePLZ'] ?? $this->get_ServiceLocator_SB0ePLZService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3545.     }
  3546.     /**
  3547.      * Gets the private 'debug.argument_resolver.request' shared service.
  3548.      *
  3549.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3550.      */
  3551.     protected function getDebug_ArgumentResolver_RequestService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3556.         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))));
  3557.     }
  3558.     /**
  3559.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3560.      *
  3561.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3562.      */
  3563.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3564.     {
  3565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3568.         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))));
  3569.     }
  3570.     /**
  3571.      * Gets the private 'debug.argument_resolver.service' shared service.
  3572.      *
  3573.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3574.      */
  3575.     protected function getDebug_ArgumentResolver_ServiceService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3580.         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.sB0ePLZ'] ?? $this->get_ServiceLocator_SB0ePLZService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3581.     }
  3582.     /**
  3583.      * Gets the private 'debug.argument_resolver.session' shared service.
  3584.      *
  3585.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3586.      */
  3587.     protected function getDebug_ArgumentResolver_SessionService()
  3588.     {
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3592.         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))));
  3593.     }
  3594.     /**
  3595.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3596.      *
  3597.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3598.      */
  3599.     protected function getDebug_ArgumentResolver_VariadicService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3604.         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))));
  3605.     }
  3606.     /**
  3607.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3608.      *
  3609.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3610.      */
  3611.     protected function getDebug_DebugHandlersListenerService()
  3612.     {
  3613.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3614.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3615.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3616.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3618.         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);
  3619.     }
  3620.     /**
  3621.      * Gets the private 'debug.dump_listener' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3624.      */
  3625.     protected function getDebug_DumpListenerService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3629.         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()));
  3630.     }
  3631.     /**
  3632.      * Gets the private 'debug.file_link_formatter' shared service.
  3633.      *
  3634.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3635.      */
  3636.     protected function getDebug_FileLinkFormatterService()
  3637.     {
  3638.         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 () {
  3639.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3640.         });
  3641.     }
  3642.     /**
  3643.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3644.      *
  3645.      * @return \string
  3646.      */
  3647.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3648.     {
  3649.         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');
  3650.     }
  3651.     /**
  3652.      * Gets the private 'debug.log_processor' shared service.
  3653.      *
  3654.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3655.      */
  3656.     protected function getDebug_LogProcessorService()
  3657.     {
  3658.         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())));
  3659.     }
  3660.     /**
  3661.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3662.      *
  3663.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3664.      */
  3665.     protected function getDebug_Security_Access_DecisionManagerService()
  3666.     {
  3667.         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 () {
  3668.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3669.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3670.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3671.         }, 3), 'affirmative'falsetrue));
  3672.     }
  3673.     /**
  3674.      * Gets the private 'debug.security.firewall' shared service.
  3675.      *
  3676.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3677.      */
  3678.     protected function getDebug_Security_FirewallService()
  3679.     {
  3680.         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()));
  3681.     }
  3682.     /**
  3683.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3686.      */
  3687.     protected function getDebug_Security_UserValueResolverService()
  3688.     {
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3692.         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))));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3698.      */
  3699.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3700.     {
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3704.         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(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3705.     }
  3706.     /**
  3707.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3708.      *
  3709.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3710.      */
  3711.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3712.     {
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3716.         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(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3717.     }
  3718.     /**
  3719.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3722.      */
  3723.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3728.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3729.     }
  3730.     /**
  3731.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3732.      *
  3733.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3734.      */
  3735.     protected function getDebug_Security_Voter_VoteListenerService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3738.         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()));
  3739.     }
  3740.     /**
  3741.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3742.      *
  3743.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3744.      */
  3745.     protected function getDoctrine_CacheClearMetadataCommandService()
  3746.     {
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3750.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3751.         $instance->setName('doctrine:cache:clear-metadata');
  3752.         return $instance;
  3753.     }
  3754.     /**
  3755.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3756.      *
  3757.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3758.      */
  3759.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3760.     {
  3761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3764.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3765.         $instance->setName('doctrine:cache:clear-query');
  3766.         return $instance;
  3767.     }
  3768.     /**
  3769.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3770.      *
  3771.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3772.      */
  3773.     protected function getDoctrine_CacheClearResultCommandService()
  3774.     {
  3775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3776.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3778.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3779.         $instance->setName('doctrine:cache:clear-result');
  3780.         return $instance;
  3781.     }
  3782.     /**
  3783.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3784.      *
  3785.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3786.      */
  3787.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3788.     {
  3789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3792.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3793.         $instance->setName('doctrine:cache:clear-collection-region');
  3794.         return $instance;
  3795.     }
  3796.     /**
  3797.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3798.      *
  3799.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3800.      */
  3801.     protected function getDoctrine_ClearEntityRegionCommandService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3806.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3807.         $instance->setName('doctrine:cache:clear-entity-region');
  3808.         return $instance;
  3809.     }
  3810.     /**
  3811.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3812.      *
  3813.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3814.      */
  3815.     protected function getDoctrine_ClearQueryRegionCommandService()
  3816.     {
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3820.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3821.         $instance->setName('doctrine:cache:clear-query-region');
  3822.         return $instance;
  3823.     }
  3824.     /**
  3825.      * Gets the private 'doctrine.database_create_command' shared service.
  3826.      *
  3827.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3828.      */
  3829.     protected function getDoctrine_DatabaseCreateCommandService()
  3830.     {
  3831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3834.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3835.         $instance->setName('doctrine:database:create');
  3836.         return $instance;
  3837.     }
  3838.     /**
  3839.      * Gets the private 'doctrine.database_drop_command' shared service.
  3840.      *
  3841.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3842.      */
  3843.     protected function getDoctrine_DatabaseDropCommandService()
  3844.     {
  3845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3848.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3849.         $instance->setName('doctrine:database:drop');
  3850.         return $instance;
  3851.     }
  3852.     /**
  3853.      * Gets the private 'doctrine.database_import_command' shared service.
  3854.      *
  3855.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3856.      */
  3857.     protected function getDoctrine_DatabaseImportCommandService()
  3858.     {
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3862.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3863.         $instance->setName('doctrine:database:import');
  3864.         return $instance;
  3865.     }
  3866.     /**
  3867.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3868.      *
  3869.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3870.      */
  3871.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3872.     {
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3876.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3877.         $instance->setName('doctrine:ensure-production-settings');
  3878.         return $instance;
  3879.     }
  3880.     /**
  3881.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3882.      *
  3883.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3884.      */
  3885.     protected function getDoctrine_MappingConvertCommandService()
  3886.     {
  3887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3890.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3891.         $instance->setName('doctrine:mapping:convert');
  3892.         return $instance;
  3893.     }
  3894.     /**
  3895.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3896.      *
  3897.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3898.      */
  3899.     protected function getDoctrine_MappingImportCommandService()
  3900.     {
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3904.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3905.         $instance->setName('doctrine:mapping:import');
  3906.         return $instance;
  3907.     }
  3908.     /**
  3909.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3910.      *
  3911.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3912.      */
  3913.     protected function getDoctrine_MappingInfoCommandService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3918.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3919.         $instance->setName('doctrine:mapping:info');
  3920.         return $instance;
  3921.     }
  3922.     /**
  3923.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3924.      *
  3925.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3926.      */
  3927.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3928.     {
  3929.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3931.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  3932.     }
  3933.     /**
  3934.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3935.      *
  3936.      * @return \Doctrine\Migrations\DependencyFactory
  3937.      */
  3938.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3948.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3949.         $a->addMigrationsDirectory('DoctrineMigrations''%kernel.project_dir%/src/Migrations');
  3950.         $a->setAllOrNothing(false);
  3951.         $a->setCheckDatabasePlatform(true);
  3952.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3953.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3954.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3955.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3956.         });
  3957.         return $instance;
  3958.     }
  3959.     /**
  3960.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3961.      *
  3962.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3963.      */
  3964.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3965.     {
  3966.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  3967.     }
  3968.     /**
  3969.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3970.      *
  3971.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3972.      */
  3973.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3974.     {
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3976.         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()));
  3977.     }
  3978.     /**
  3979.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3980.      *
  3981.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3982.      */
  3983.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3986.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3987.     }
  3988.     /**
  3989.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3990.      *
  3991.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3992.      */
  3993.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3994.     {
  3995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3997.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3998.     }
  3999.     /**
  4000.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4001.      *
  4002.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4003.      */
  4004.     protected function getDoctrine_Orm_Validator_UniqueService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4009.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4010.     }
  4011.     /**
  4012.      * Gets the private 'doctrine.query_dql_command' shared service.
  4013.      *
  4014.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4015.      */
  4016.     protected function getDoctrine_QueryDqlCommandService()
  4017.     {
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4021.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4022.         $instance->setName('doctrine:query:dql');
  4023.         return $instance;
  4024.     }
  4025.     /**
  4026.      * Gets the private 'doctrine.query_sql_command' shared service.
  4027.      *
  4028.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4029.      */
  4030.     protected function getDoctrine_QuerySqlCommandService()
  4031.     {
  4032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4035.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4036.         $instance->setName('doctrine:query:sql');
  4037.         return $instance;
  4038.     }
  4039.     /**
  4040.      * Gets the private 'doctrine.schema_create_command' shared service.
  4041.      *
  4042.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4043.      */
  4044.     protected function getDoctrine_SchemaCreateCommandService()
  4045.     {
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4049.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4050.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4051.         $instance->setName('doctrine:schema:create');
  4052.         return $instance;
  4053.     }
  4054.     /**
  4055.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4056.      *
  4057.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4058.      */
  4059.     protected function getDoctrine_SchemaDropCommandService()
  4060.     {
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4065.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4066.         $instance->setName('doctrine:schema:drop');
  4067.         return $instance;
  4068.     }
  4069.     /**
  4070.      * Gets the private 'doctrine.schema_update_command' shared service.
  4071.      *
  4072.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4073.      */
  4074.     protected function getDoctrine_SchemaUpdateCommandService()
  4075.     {
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4080.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4081.         $instance->setName('doctrine:schema:update');
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4086.      *
  4087.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4088.      */
  4089.     protected function getDoctrine_SchemaValidateCommandService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4094.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4095.         $instance->setName('doctrine:schema:validate');
  4096.         return $instance;
  4097.     }
  4098.     /**
  4099.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4100.      *
  4101.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4102.      */
  4103.     protected function getDoctrineMigrations_CurrentCommandService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4108.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4109.         $instance->setName('doctrine:migrations:current');
  4110.         return $instance;
  4111.     }
  4112.     /**
  4113.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4114.      *
  4115.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4116.      */
  4117.     protected function getDoctrineMigrations_DiffCommandService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4122.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4123.         $instance->setName('doctrine:migrations:diff');
  4124.         return $instance;
  4125.     }
  4126.     /**
  4127.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4128.      *
  4129.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4130.      */
  4131.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4136.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4137.         $instance->setName('doctrine:migrations:dump-schema');
  4138.         return $instance;
  4139.     }
  4140.     /**
  4141.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4142.      *
  4143.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4144.      */
  4145.     protected function getDoctrineMigrations_ExecuteCommandService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4150.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4151.         $instance->setName('doctrine:migrations:execute');
  4152.         return $instance;
  4153.     }
  4154.     /**
  4155.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4156.      *
  4157.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4158.      */
  4159.     protected function getDoctrineMigrations_GenerateCommandService()
  4160.     {
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4164.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4165.         $instance->setName('doctrine:migrations:generate');
  4166.         return $instance;
  4167.     }
  4168.     /**
  4169.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4170.      *
  4171.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4172.      */
  4173.     protected function getDoctrineMigrations_LatestCommandService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4178.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4179.         $instance->setName('doctrine:migrations:latest');
  4180.         return $instance;
  4181.     }
  4182.     /**
  4183.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4184.      *
  4185.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4186.      */
  4187.     protected function getDoctrineMigrations_MigrateCommandService()
  4188.     {
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4192.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4193.         $instance->setName('doctrine:migrations:migrate');
  4194.         return $instance;
  4195.     }
  4196.     /**
  4197.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4198.      *
  4199.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4200.      */
  4201.     protected function getDoctrineMigrations_RollupCommandService()
  4202.     {
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4206.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4207.         $instance->setName('doctrine:migrations:rollup');
  4208.         return $instance;
  4209.     }
  4210.     /**
  4211.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4212.      *
  4213.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4214.      */
  4215.     protected function getDoctrineMigrations_StatusCommandService()
  4216.     {
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4220.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4221.         $instance->setName('doctrine:migrations:status');
  4222.         return $instance;
  4223.     }
  4224.     /**
  4225.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4226.      *
  4227.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4228.      */
  4229.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4234.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4235.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4236.         return $instance;
  4237.     }
  4238.     /**
  4239.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4240.      *
  4241.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4242.      */
  4243.     protected function getDoctrineMigrations_UpToDateCommandService()
  4244.     {
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4248.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4249.         $instance->setName('doctrine:migrations:up-to-date');
  4250.         return $instance;
  4251.     }
  4252.     /**
  4253.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4254.      *
  4255.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4256.      */
  4257.     protected function getDoctrineMigrations_VersionCommandService()
  4258.     {
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4262.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4263.         $instance->setName('doctrine:migrations:version');
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4268.      *
  4269.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4270.      */
  4271.     protected function getDoctrineMigrations_VersionsCommandService()
  4272.     {
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4276.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4277.         $instance->setName('doctrine:migrations:list');
  4278.         return $instance;
  4279.     }
  4280.     /**
  4281.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4282.      *
  4283.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4284.      */
  4285.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4289.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4290.         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()));
  4291.     }
  4292.     /**
  4293.      * Gets the private 'exception_listener' shared service.
  4294.      *
  4295.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4296.      */
  4297.     protected function getExceptionListenerService()
  4298.     {
  4299.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4300.     }
  4301.     /**
  4302.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4303.      *
  4304.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4305.      */
  4306.     protected function getForm_ChoiceListFactory_CachedService()
  4307.     {
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4312.         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->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  4313.     }
  4314.     /**
  4315.      * Gets the private 'form.registry' shared service.
  4316.      *
  4317.      * @return \Symfony\Component\Form\FormRegistry
  4318.      */
  4319.     protected function getForm_RegistryService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4328.         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, [
  4329.             'App\\Form\\Admin\\Event\\CategoryType' => ['privates''App\\Form\\Admin\\Event\\CategoryType''getCategoryTypeService'false],
  4330.             'App\\Form\\Admin\\Event\\ChildType' => ['privates''App\\Form\\Admin\\Event\\ChildType''getChildTypeService'false],
  4331.             'App\\Form\\Admin\\Event\\EntryType' => ['privates''App\\Form\\Admin\\Event\\EntryType''getEntryTypeService'false],
  4332.             'App\\Form\\Admin\\Event\\SearchType' => ['privates''App\\Form\\Admin\\Event\\SearchType''getSearchTypeService'false],
  4333.             'App\\Form\\Admin\\Inquiry\\ContactCategoryType' => ['privates''App\\Form\\Admin\\Inquiry\\ContactCategoryType''getContactCategoryTypeService'false],
  4334.             'App\\Form\\Admin\\Inquiry\\SearchType' => ['privates''App\\Form\\Admin\\Inquiry\\SearchType''getSearchType2Service'false],
  4335.             'App\\Form\\Admin\\News\\CategoryType' => ['privates''App\\Form\\Admin\\News\\CategoryType''getCategoryType2Service'false],
  4336.             'App\\Form\\Admin\\News\\ChildType' => ['privates''App\\Form\\Admin\\News\\ChildType''getChildType2Service'false],
  4337.             'App\\Form\\Admin\\News\\EntryType' => ['privates''App\\Form\\Admin\\News\\EntryType''getEntryType2Service'false],
  4338.             'App\\Form\\Admin\\News\\SearchType' => ['privates''App\\Form\\Admin\\News\\SearchType''getSearchType3Service'false],
  4339.             'App\\Form\\Admin\\UserType' => ['privates''App\\Form\\Admin\\UserType''getUserTypeService'false],
  4340.             'App\\Form\\Inquiry\\ContactType' => ['privates''App\\Form\\Inquiry\\ContactType''getContactTypeService'false],
  4341.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  4342.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4343.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4344.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4345.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4346.         ], [
  4347.             'App\\Form\\Admin\\Event\\CategoryType' => '?',
  4348.             'App\\Form\\Admin\\Event\\ChildType' => '?',
  4349.             'App\\Form\\Admin\\Event\\EntryType' => '?',
  4350.             'App\\Form\\Admin\\Event\\SearchType' => '?',
  4351.             'App\\Form\\Admin\\Inquiry\\ContactCategoryType' => '?',
  4352.             'App\\Form\\Admin\\Inquiry\\SearchType' => '?',
  4353.             'App\\Form\\Admin\\News\\CategoryType' => '?',
  4354.             'App\\Form\\Admin\\News\\ChildType' => '?',
  4355.             'App\\Form\\Admin\\News\\EntryType' => '?',
  4356.             'App\\Form\\Admin\\News\\SearchType' => '?',
  4357.             'App\\Form\\Admin\\UserType' => '?',
  4358.             'App\\Form\\Inquiry\\ContactType' => '?',
  4359.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  4360.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4361.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4362.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4363.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4364.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4365.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4366.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4367.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4368.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4369.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4370.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4371.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4372.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4373.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4374.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4375.         }, 1)], new RewindableGenerator(function () {
  4376.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4377.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4378.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4379.     }
  4380.     /**
  4381.      * Gets the private 'form.server_params' shared service.
  4382.      *
  4383.      * @return \Symfony\Component\Form\Util\ServerParams
  4384.      */
  4385.     protected function getForm_ServerParamsService()
  4386.     {
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4388.         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())));
  4389.     }
  4390.     /**
  4391.      * Gets the private 'form.type.choice' shared service.
  4392.      *
  4393.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4394.      */
  4395.     protected function getForm_Type_ChoiceService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4400.         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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4401.     }
  4402.     /**
  4403.      * Gets the private 'form.type.entity' shared service.
  4404.      *
  4405.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4406.      */
  4407.     protected function getForm_Type_EntityService()
  4408.     {
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4413.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4414.     }
  4415.     /**
  4416.      * Gets the private 'form.type.form' shared service.
  4417.      *
  4418.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4419.      */
  4420.     protected function getForm_Type_FormService()
  4421.     {
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4426.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4427.     }
  4428.     /**
  4429.      * Gets the private 'form.type_extension.csrf' shared service.
  4430.      *
  4431.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4432.      */
  4433.     protected function getForm_TypeExtension_CsrfService()
  4434.     {
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4438.         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()));
  4439.     }
  4440.     /**
  4441.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4442.      *
  4443.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4444.      */
  4445.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4446.     {
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4450.         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()));
  4451.     }
  4452.     /**
  4453.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4456.      */
  4457.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4458.     {
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4464.         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())));
  4465.     }
  4466.     /**
  4467.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4468.      *
  4469.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4470.      */
  4471.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4472.     {
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4476.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4477.     }
  4478.     /**
  4479.      * Gets the private 'form.type_extension.form.validator' shared service.
  4480.      *
  4481.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4482.      */
  4483.     protected function getForm_TypeExtension_Form_ValidatorService()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4489.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4490.     }
  4491.     /**
  4492.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4493.      *
  4494.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4495.      */
  4496.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4497.     {
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4501.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4502.     }
  4503.     /**
  4504.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4505.      *
  4506.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4507.      */
  4508.     protected function getForm_TypeGuesser_DoctrineService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4512.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4513.     }
  4514.     /**
  4515.      * Gets the private 'form.type_guesser.validator' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4518.      */
  4519.     protected function getForm_TypeGuesser_ValidatorService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4523.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4524.     }
  4525.     /**
  4526.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  4527.      *
  4528.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  4529.      */
  4530.     protected function getFosCkEditor_Command_InstallerService()
  4531.     {
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  4535.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  4536.         $instance->setName('ckeditor:install');
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'fos_ck_editor.form.type' shared service.
  4541.      *
  4542.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  4543.      */
  4544.     protected function getFosCkEditor_Form_TypeService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  4551.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'configs' => [], 'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  4552.     }
  4553.     /**
  4554.      * Gets the private 'fragment.renderer.inline' shared service.
  4555.      *
  4556.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4557.      */
  4558.     protected function getFragment_Renderer_InlineService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4563.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4564.         $instance->setFragmentPath('/_fragment');
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4569.      *
  4570.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4571.      */
  4572.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4573.     {
  4574.         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())));
  4575.     }
  4576.     /**
  4577.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4578.      *
  4579.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4580.      */
  4581.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4582.     {
  4583.         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()));
  4584.     }
  4585.     /**
  4586.      * Gets the private 'locale_aware_listener' shared service.
  4587.      *
  4588.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4589.      */
  4590.     protected function getLocaleAwareListenerService()
  4591.     {
  4592.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4593.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4594.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4595.     }
  4596.     /**
  4597.      * Gets the private 'locale_listener' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4600.      */
  4601.     protected function getLocaleListenerService()
  4602.     {
  4603.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  4604.     }
  4605.     /**
  4606.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4607.      *
  4608.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4609.      */
  4610.     protected function getMaker_AutoCommand_MakeAuthService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4618.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4619.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4620.         $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);
  4621.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4622.         $instance->setName('make:auth');
  4623.         return $instance;
  4624.     }
  4625.     /**
  4626.      * Gets the private 'maker.auto_command.make_command' shared service.
  4627.      *
  4628.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4629.      */
  4630.     protected function getMaker_AutoCommand_MakeCommandService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4637.         $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()));
  4638.         $instance->setDescription('Creates a new console command class');
  4639.         $instance->setName('make:command');
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4644.      *
  4645.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4646.      */
  4647.     protected function getMaker_AutoCommand_MakeControllerService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4654.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4655.         $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()));
  4656.         $instance->setDescription('Creates a new controller class');
  4657.         $instance->setName('make:controller');
  4658.         return $instance;
  4659.     }
  4660.     /**
  4661.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4662.      *
  4663.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4664.      */
  4665.     protected function getMaker_AutoCommand_MakeCrudService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4672.         $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()));
  4673.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4674.         $instance->setName('make:crud');
  4675.         return $instance;
  4676.     }
  4677.     /**
  4678.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4679.      *
  4680.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4681.      */
  4682.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4683.     {
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4689.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4690.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4691.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4692.         $instance->setName('make:docker:database');
  4693.         return $instance;
  4694.     }
  4695.     /**
  4696.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4697.      *
  4698.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4699.      */
  4700.     protected function getMaker_AutoCommand_MakeEntityService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4708.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4709.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4710.         $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, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4711.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4712.         $instance->setName('make:entity');
  4713.         return $instance;
  4714.     }
  4715.     /**
  4716.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4717.      *
  4718.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4719.      */
  4720.     protected function getMaker_AutoCommand_MakeFixturesService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4727.         $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()));
  4728.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4729.         $instance->setName('make:fixtures');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the private 'maker.auto_command.make_form' shared service.
  4734.      *
  4735.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4736.      */
  4737.     protected function getMaker_AutoCommand_MakeFormService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4744.         $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()));
  4745.         $instance->setDescription('Creates a new form class');
  4746.         $instance->setName('make:form');
  4747.         return $instance;
  4748.     }
  4749.     /**
  4750.      * Gets the private 'maker.auto_command.make_message' shared service.
  4751.      *
  4752.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4753.      */
  4754.     protected function getMaker_AutoCommand_MakeMessageService()
  4755.     {
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4761.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4762.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4763.         $instance->setDescription('Creates a new message and handler');
  4764.         $instance->setName('make:message');
  4765.         return $instance;
  4766.     }
  4767.     /**
  4768.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4769.      *
  4770.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4771.      */
  4772.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4779.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4780.         $instance->setDescription('Creates a new messenger middleware');
  4781.         $instance->setName('make:messenger-middleware');
  4782.         return $instance;
  4783.     }
  4784.     /**
  4785.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4786.      *
  4787.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4788.      */
  4789.     protected function getMaker_AutoCommand_MakeMigrationService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4797.         $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()));
  4798.         $instance->setDescription('Creates a new migration based on database changes');
  4799.         $instance->setName('make:migration');
  4800.         return $instance;
  4801.     }
  4802.     /**
  4803.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4804.      *
  4805.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4806.      */
  4807.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4814.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4815.         $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()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4816.         $instance->setDescription('Creates a new registration form system');
  4817.         $instance->setName('make:registration-form');
  4818.         return $instance;
  4819.     }
  4820.     /**
  4821.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4822.      *
  4823.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4824.      */
  4825.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4832.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4833.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4834.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4835.         $instance->setName('make:reset-password');
  4836.         return $instance;
  4837.     }
  4838.     /**
  4839.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4840.      *
  4841.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4842.      */
  4843.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4850.         $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()));
  4851.         $instance->setDescription('Creates a new serializer encoder class');
  4852.         $instance->setName('make:serializer:encoder');
  4853.         return $instance;
  4854.     }
  4855.     /**
  4856.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4857.      *
  4858.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4859.      */
  4860.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4867.         $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()));
  4868.         $instance->setDescription('Creates a new serializer normalizer class');
  4869.         $instance->setName('make:serializer:normalizer');
  4870.         return $instance;
  4871.     }
  4872.     /**
  4873.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4874.      *
  4875.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4876.      */
  4877.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4885.         $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()));
  4886.         $instance->setDescription('Creates a new event subscriber class');
  4887.         $instance->setName('make:subscriber');
  4888.         return $instance;
  4889.     }
  4890.     /**
  4891.      * Gets the private 'maker.auto_command.make_test' shared service.
  4892.      *
  4893.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4894.      */
  4895.     protected function getMaker_AutoCommand_MakeTestService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4903.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4904.         $instance->setDescription('Creates a new test class');
  4905.         $instance->setName('make:test');
  4906.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4907.         return $instance;
  4908.     }
  4909.     /**
  4910.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4911.      *
  4912.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4913.      */
  4914.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4921.         $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()));
  4922.         $instance->setDescription('Creates a new Twig extension class');
  4923.         $instance->setName('make:twig-extension');
  4924.         return $instance;
  4925.     }
  4926.     /**
  4927.      * Gets the private 'maker.auto_command.make_user' shared service.
  4928.      *
  4929.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4930.      */
  4931.     protected function getMaker_AutoCommand_MakeUserService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4940.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4941.         $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())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4942.         $instance->setDescription('Creates a new security user class');
  4943.         $instance->setName('make:user');
  4944.         return $instance;
  4945.     }
  4946.     /**
  4947.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4948.      *
  4949.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4950.      */
  4951.     protected function getMaker_AutoCommand_MakeValidatorService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4958.         $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()));
  4959.         $instance->setDescription('Creates a new validator and constraint class');
  4960.         $instance->setName('make:validator');
  4961.         return $instance;
  4962.     }
  4963.     /**
  4964.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4965.      *
  4966.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4967.      */
  4968.     protected function getMaker_AutoCommand_MakeVoterService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4975.         $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()));
  4976.         $instance->setDescription('Creates a new security voter class');
  4977.         $instance->setName('make:voter');
  4978.         return $instance;
  4979.     }
  4980.     /**
  4981.      * Gets the private 'maker.doctrine_helper' shared service.
  4982.      *
  4983.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4984.      */
  4985.     protected function getMaker_DoctrineHelperService()
  4986.     {
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4988.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  4989.     }
  4990.     /**
  4991.      * Gets the private 'maker.entity_class_generator' shared service.
  4992.      *
  4993.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4994.      */
  4995.     protected function getMaker_EntityClassGeneratorService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4998.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4999.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5000.         return $instance;
  5001.     }
  5002.     /**
  5003.      * Gets the private 'maker.file_manager' shared service.
  5004.      *
  5005.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5006.      */
  5007.     protected function getMaker_FileManagerService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5014.         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')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5015.     }
  5016.     /**
  5017.      * Gets the private 'maker.generator' shared service.
  5018.      *
  5019.      * @return \Symfony\Bundle\MakerBundle\Generator
  5020.      */
  5021.     protected function getMaker_GeneratorService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5025.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5026.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  5027.     }
  5028.     /**
  5029.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5030.      *
  5031.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5032.      */
  5033.     protected function getMaker_Renderer_FormTypeRendererService()
  5034.     {
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5036.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5037.     }
  5038.     /**
  5039.      * Gets the private 'mime_types' shared service.
  5040.      *
  5041.      * @return \Symfony\Component\Mime\MimeTypes
  5042.      */
  5043.     protected function getMimeTypesService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5048.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5049.         $instance->setDefault($instance);
  5050.         return $instance;
  5051.     }
  5052.     /**
  5053.      * Gets the private 'monolog.command.server_log' shared service.
  5054.      *
  5055.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5056.      */
  5057.     protected function getMonolog_Command_ServerLogService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5061.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5062.         $instance->setName('server:log');
  5063.         return $instance;
  5064.     }
  5065.     /**
  5066.      * Gets the private 'monolog.handler.app' shared service.
  5067.      *
  5068.      * @return \Monolog\Handler\RotatingFileHandler
  5069.      */
  5070.     protected function getMonolog_Handler_AppService()
  5071.     {
  5072.         $this->privates['monolog.handler.app'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev_app.log'), 0100trueNULLfalse);
  5073.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5074.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the private 'monolog.handler.app_filter' shared service.
  5079.      *
  5080.      * @return \Monolog\Handler\FilterHandler
  5081.      */
  5082.     protected function getMonolog_Handler_AppFilterService()
  5083.     {
  5084.         return $this->privates['monolog.handler.app_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.app'] ?? $this->getMonolog_Handler_AppService()), 100400true);
  5085.     }
  5086.     /**
  5087.      * Gets the private 'monolog.handler.console' shared service.
  5088.      *
  5089.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5090.      */
  5091.     protected function getMonolog_Handler_ConsoleService()
  5092.     {
  5093.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5094.     }
  5095.     /**
  5096.      * Gets the private 'monolog.handler.main' shared service.
  5097.      *
  5098.      * @return \Monolog\Handler\FingersCrossedHandler
  5099.      */
  5100.     protected function getMonolog_Handler_MainService()
  5101.     {
  5102.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 0100trueNULLfalse);
  5103.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5104.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  5105.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400), 50truetrueNULL);
  5106.     }
  5107.     /**
  5108.      * Gets the private 'monolog.logger' shared service.
  5109.      *
  5110.      * @return \Symfony\Bridge\Monolog\Logger
  5111.      */
  5112.     protected function getMonolog_LoggerService()
  5113.     {
  5114.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5115.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5116.         $instance->useMicrosecondTimestamps(true);
  5117.         $instance->pushHandler(($this->privates['monolog.handler.app_filter'] ?? $this->getMonolog_Handler_AppFilterService()));
  5118.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5119.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5120.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5121.         return $instance;
  5122.     }
  5123.     /**
  5124.      * Gets the private 'monolog.logger.cache' shared service.
  5125.      *
  5126.      * @return \Symfony\Bridge\Monolog\Logger
  5127.      */
  5128.     protected function getMonolog_Logger_CacheService()
  5129.     {
  5130.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5131.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5132.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5133.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5134.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5135.         return $instance;
  5136.     }
  5137.     /**
  5138.      * Gets the private 'monolog.logger.request' shared service.
  5139.      *
  5140.      * @return \Symfony\Bridge\Monolog\Logger
  5141.      */
  5142.     protected function getMonolog_Logger_RequestService()
  5143.     {
  5144.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5145.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5146.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5147.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5148.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5149.         return $instance;
  5150.     }
  5151.     /**
  5152.      * Gets the private 'monolog.logger.security' shared service.
  5153.      *
  5154.      * @return \Symfony\Bridge\Monolog\Logger
  5155.      */
  5156.     protected function getMonolog_Logger_SecurityService()
  5157.     {
  5158.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5159.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5160.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5161.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5162.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5163.         return $instance;
  5164.     }
  5165.     /**
  5166.      * Gets the private 'parameter_bag' shared service.
  5167.      *
  5168.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5169.      */
  5170.     protected function getParameterBagService()
  5171.     {
  5172.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5173.     }
  5174.     /**
  5175.      * Gets the private 'profiler_listener' shared service.
  5176.      *
  5177.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5178.      */
  5179.     protected function getProfilerListenerService()
  5180.     {
  5181.         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);
  5182.     }
  5183.     /**
  5184.      * Gets the private 'property_accessor' shared service.
  5185.      *
  5186.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5187.      */
  5188.     protected function getPropertyAccessorService()
  5189.     {
  5190.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5191.     }
  5192.     /**
  5193.      * Gets the private 'property_info' shared service.
  5194.      *
  5195.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5196.      */
  5197.     protected function getPropertyInfoService()
  5198.     {
  5199.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5200.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5201.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5202.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5203.         }, 3), new RewindableGenerator(function () {
  5204.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5205.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5206.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5207.         }, 3), new RewindableGenerator(function () {
  5208.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5209.         }, 1), new RewindableGenerator(function () {
  5210.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5211.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5212.         }, 2), new RewindableGenerator(function () {
  5213.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5214.         }, 1));
  5215.     }
  5216.     /**
  5217.      * Gets the private 'property_info.serializer_extractor' shared service.
  5218.      *
  5219.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5220.      */
  5221.     protected function getPropertyInfo_SerializerExtractorService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5224.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5225.     }
  5226.     /**
  5227.      * Gets the private 'router.cache_warmer' shared service.
  5228.      *
  5229.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5230.      */
  5231.     protected function getRouter_CacheWarmerService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5235.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5236.             'router' => ['services''router''getRouterService'false],
  5237.         ], [
  5238.             'router' => '?',
  5239.         ]))->withContext('router.cache_warmer'$this));
  5240.     }
  5241.     /**
  5242.      * Gets the private 'router.request_context' shared service.
  5243.      *
  5244.      * @return \Symfony\Component\Routing\RequestContext
  5245.      */
  5246.     protected function getRouter_RequestContextService()
  5247.     {
  5248.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5249.     }
  5250.     /**
  5251.      * Gets the private 'router_listener' shared service.
  5252.      *
  5253.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5254.      */
  5255.     protected function getRouterListenerService()
  5256.     {
  5257.         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);
  5258.     }
  5259.     /**
  5260.      * Gets the private 'security.access_listener' shared service.
  5261.      *
  5262.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5263.      */
  5264.     protected function getSecurity_AccessListenerService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5270.         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()));
  5271.     }
  5272.     /**
  5273.      * Gets the private 'security.access_map' shared service.
  5274.      *
  5275.      * @return \Symfony\Component\Security\Http\AccessMap
  5276.      */
  5277.     protected function getSecurity_AccessMapService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5283.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5284.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5285.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  5286.         return $instance;
  5287.     }
  5288.     /**
  5289.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  5290.      *
  5291.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5292.      */
  5293.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5299.         return $this->privates['security.authentication.listener.anonymous.admin'] = 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()));
  5300.     }
  5301.     /**
  5302.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  5303.      *
  5304.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5305.      */
  5306.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  5307.     {
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5315.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5316.         $a->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  5317.         return $this->privates['security.authentication.listener.guard.admin'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin', new RewindableGenerator(function () {
  5318.             yield => ($this->privates['App\\Security\\AdminAuthenticator'] ?? $this->getAdminAuthenticatorService());
  5319.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5320.     }
  5321.     /**
  5322.      * Gets the private 'security.authentication.manager' shared service.
  5323.      *
  5324.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5325.      */
  5326.     protected function getSecurity_Authentication_ManagerService()
  5327.     {
  5328.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5329.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  5330.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5331.         }, 2), true);
  5332.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5333.         return $instance;
  5334.     }
  5335.     /**
  5336.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  5337.      *
  5338.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5339.      */
  5340.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  5341.     {
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5346.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5347.             yield => ($this->privates['App\\Security\\AdminAuthenticator'] ?? $this->getAdminAuthenticatorService());
  5348.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'admin', new \Symfony\Component\Security\Core\User\UserChecker(), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5349.     }
  5350.     /**
  5351.      * Gets the private 'security.channel_listener' shared service.
  5352.      *
  5353.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5354.      */
  5355.     protected function getSecurity_ChannelListenerService()
  5356.     {
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5363.         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()));
  5364.     }
  5365.     /**
  5366.      * Gets the private 'security.command.user_password_encoder' shared service.
  5367.      *
  5368.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5369.      */
  5370.     protected function getSecurity_Command_UserPasswordEncoderService()
  5371.     {
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5374.         $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\\Admin\\User']);
  5375.         $instance->setName('security:encode-password');
  5376.         return $instance;
  5377.     }
  5378.     /**
  5379.      * Gets the private 'security.context_listener.0' shared service.
  5380.      *
  5381.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5382.      */
  5383.     protected function getSecurity_ContextListener_0Service()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5389.         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 () {
  5390.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5391.         }, 1), 'admin', ($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(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5392.     }
  5393.     /**
  5394.      * Gets the private 'security.csrf.token_storage' shared service.
  5395.      *
  5396.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5397.      */
  5398.     protected function getSecurity_Csrf_TokenStorageService()
  5399.     {
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5403.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5404.     }
  5405.     /**
  5406.      * Gets the private 'security.encoder_factory.generic' shared service.
  5407.      *
  5408.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5409.      */
  5410.     protected function getSecurity_EncoderFactory_GenericService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5414.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Admin\\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'threads' => NULL]]);
  5415.     }
  5416.     /**
  5417.      * Gets the private 'security.firewall.map' shared service.
  5418.      *
  5419.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5420.      */
  5421.     protected function getSecurity_Firewall_MapService()
  5422.     {
  5423.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5424.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  5425.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5426.         ], [
  5427.             'security.firewall.map.context.admin' => '?',
  5428.             'security.firewall.map.context.dev' => '?',
  5429.         ]), new RewindableGenerator(function () {
  5430.             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)/')));
  5431.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.TlEZAKG'] ?? ($this->privates['.security.request_matcher.TlEZAKG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/')));
  5432.         }, 2));
  5433.     }
  5434.     /**
  5435.      * Gets the private 'security.firewall.map.context.admin' shared service.
  5436.      *
  5437.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5438.      */
  5439.     protected function getSecurity_Firewall_Map_Context_AdminService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5456.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5457.         $b = ($this->services['router'] ?? $this->getRouterService());
  5458.         $c = new \Symfony\Component\Security\Http\HttpUtils($b$b'{^https?://%s$}i''{^https://%s$}i');
  5459.         $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c'admin_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin_logout']);
  5460.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5461.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5462.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5463.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5464.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5465.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  5466.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  5467.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5468.         }, 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(NULLNULL))), $c'admin', ($this->privates['App\\Security\\AdminAuthenticator'] ?? $this->getAdminAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.TlEZAKG'truefalse'security.user.provider.concrete.app_user_provider''admin''App\\Security\\AdminAuthenticator'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())));
  5469.     }
  5470.     /**
  5471.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5472.      *
  5473.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5474.      */
  5475.     protected function getSecurity_Firewall_Map_Context_DevService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5479.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5480.             return new \EmptyIterator();
  5481.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'security.logout_url_generator' shared service.
  5485.      *
  5486.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5487.      */
  5488.     protected function getSecurity_LogoutUrlGeneratorService()
  5489.     {
  5490.         $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()));
  5491.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  5492.         return $instance;
  5493.     }
  5494.     /**
  5495.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5496.      *
  5497.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5498.      */
  5499.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5504.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Admin\\User''username'NULL);
  5505.     }
  5506.     /**
  5507.      * Gets the private 'security.validator.user_password' shared service.
  5508.      *
  5509.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5510.      */
  5511.     protected function getSecurity_Validator_UserPasswordService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5516.         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()));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5520.      *
  5521.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5522.      */
  5523.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5524.     {
  5525.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5526.     }
  5527.     /**
  5528.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5529.      *
  5530.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5531.      */
  5532.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5533.     {
  5534.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5535.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5536.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5537.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5538.     }
  5539.     /**
  5540.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5541.      *
  5542.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5543.      */
  5544.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5545.     {
  5546.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5547.     }
  5548.     /**
  5549.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5550.      *
  5551.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5552.      */
  5553.     protected function getSensioFrameworkExtra_View_ListenerService()
  5554.     {
  5555.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  5556.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5557.             'twig' => ['services''twig''getTwigService'false],
  5558.         ], [
  5559.             'twig' => 'Twig\\Environment',
  5560.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5561.         return $instance;
  5562.     }
  5563.     /**
  5564.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5565.      *
  5566.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5567.      */
  5568.     protected function getSerializer_Mapping_CacheWarmerService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5575.         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'));
  5576.     }
  5577.     /**
  5578.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5581.      */
  5582.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5583.     {
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5590.         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()))]));
  5591.     }
  5592.     /**
  5593.      * Gets the private 'session.storage.native' shared service.
  5594.      *
  5595.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5596.      */
  5597.     protected function getSession_Storage_NativeService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5603.         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));
  5604.     }
  5605.     /**
  5606.      * Gets the private 'session_listener' shared service.
  5607.      *
  5608.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5609.      */
  5610.     protected function getSessionListenerService()
  5611.     {
  5612.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5613.             'initialized_session' => ['services''session'NULLfalse],
  5614.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5615.             'session' => ['services''session''getSessionService'false],
  5616.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5617.         ], [
  5618.             'initialized_session' => '?',
  5619.             'request_stack' => '?',
  5620.             'session' => '?',
  5621.             'session_storage' => '?',
  5622.         ]));
  5623.     }
  5624.     /**
  5625.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  5626.      *
  5627.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  5628.      */
  5629.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  5630.     {
  5631.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  5634.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  5635.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5636.         return $instance;
  5637.     }
  5638.     /**
  5639.      * Gets the private 'swiftmailer.command.debug' shared service.
  5640.      *
  5641.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  5642.      */
  5643.     protected function getSwiftmailer_Command_DebugService()
  5644.     {
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  5648.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  5649.         $instance->setName('debug:swiftmailer');
  5650.         return $instance;
  5651.     }
  5652.     /**
  5653.      * Gets the private 'swiftmailer.command.new_email' shared service.
  5654.      *
  5655.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  5656.      */
  5657.     protected function getSwiftmailer_Command_NewEmailService()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  5662.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  5663.         $instance->setName('swiftmailer:email:send');
  5664.         return $instance;
  5665.     }
  5666.     /**
  5667.      * Gets the private 'swiftmailer.command.send_email' shared service.
  5668.      *
  5669.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  5670.      */
  5671.     protected function getSwiftmailer_Command_SendEmailService()
  5672.     {
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  5676.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  5677.         $instance->setName('swiftmailer:spool:send');
  5678.         return $instance;
  5679.     }
  5680.     /**
  5681.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  5682.      *
  5683.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  5684.      */
  5685.     protected function getSwiftmailer_EmailSender_ListenerService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  5688.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5689.     }
  5690.     /**
  5691.      * Gets the private 'translation.extractor' shared service.
  5692.      *
  5693.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5694.      */
  5695.     protected function getTranslation_ExtractorService()
  5696.     {
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5702.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5703.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5704.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5705.         return $instance;
  5706.     }
  5707.     /**
  5708.      * Gets the private 'translation.loader.csv' shared service.
  5709.      *
  5710.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5711.      */
  5712.     protected function getTranslation_Loader_CsvService()
  5713.     {
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5718.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5719.     }
  5720.     /**
  5721.      * Gets the private 'translation.loader.dat' shared service.
  5722.      *
  5723.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5724.      */
  5725.     protected function getTranslation_Loader_DatService()
  5726.     {
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5730.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5731.     }
  5732.     /**
  5733.      * Gets the private 'translation.loader.ini' shared service.
  5734.      *
  5735.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5736.      */
  5737.     protected function getTranslation_Loader_IniService()
  5738.     {
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5743.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5744.     }
  5745.     /**
  5746.      * Gets the private 'translation.loader.json' shared service.
  5747.      *
  5748.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5749.      */
  5750.     protected function getTranslation_Loader_JsonService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5756.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5757.     }
  5758.     /**
  5759.      * Gets the private 'translation.loader.mo' shared service.
  5760.      *
  5761.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5762.      */
  5763.     protected function getTranslation_Loader_MoService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5769.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5770.     }
  5771.     /**
  5772.      * Gets the private 'translation.loader.php' shared service.
  5773.      *
  5774.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5775.      */
  5776.     protected function getTranslation_Loader_PhpService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5782.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5783.     }
  5784.     /**
  5785.      * Gets the private 'translation.loader.po' shared service.
  5786.      *
  5787.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5788.      */
  5789.     protected function getTranslation_Loader_PoService()
  5790.     {
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5795.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5796.     }
  5797.     /**
  5798.      * Gets the private 'translation.loader.qt' shared service.
  5799.      *
  5800.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5801.      */
  5802.     protected function getTranslation_Loader_QtService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5806.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5807.     }
  5808.     /**
  5809.      * Gets the private 'translation.loader.res' shared service.
  5810.      *
  5811.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5812.      */
  5813.     protected function getTranslation_Loader_ResService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5817.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5818.     }
  5819.     /**
  5820.      * Gets the private 'translation.loader.xliff' shared service.
  5821.      *
  5822.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5823.      */
  5824.     protected function getTranslation_Loader_XliffService()
  5825.     {
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5828.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5829.     }
  5830.     /**
  5831.      * Gets the private 'translation.loader.yml' shared service.
  5832.      *
  5833.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5834.      */
  5835.     protected function getTranslation_Loader_YmlService()
  5836.     {
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5841.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5842.     }
  5843.     /**
  5844.      * Gets the private 'translation.reader' shared service.
  5845.      *
  5846.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5847.      */
  5848.     protected function getTranslation_ReaderService()
  5849.     {
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5866.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5867.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5868.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5869.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5870.         $instance->addLoader('yaml'$a);
  5871.         $instance->addLoader('yml'$a);
  5872.         $instance->addLoader('xlf'$b);
  5873.         $instance->addLoader('xliff'$b);
  5874.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5875.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5876.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5877.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5878.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5879.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5880.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5881.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5882.         return $instance;
  5883.     }
  5884.     /**
  5885.      * Gets the private 'translation.warmer' shared service.
  5886.      *
  5887.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5888.      */
  5889.     protected function getTranslation_WarmerService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5893.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5894.             'translator' => ['services''translator''getTranslatorService'false],
  5895.         ], [
  5896.             'translator' => '?',
  5897.         ]))->withContext('translation.warmer'$this));
  5898.     }
  5899.     /**
  5900.      * Gets the private 'translator.default' shared service.
  5901.      *
  5902.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5903.      */
  5904.     protected function getTranslator_DefaultService()
  5905.     {
  5906.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5907.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5908.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5909.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5910.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5911.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5912.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5913.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5914.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5915.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5916.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5917.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5918.         ], [
  5919.             'translation.loader.csv' => '?',
  5920.             'translation.loader.dat' => '?',
  5921.             'translation.loader.ini' => '?',
  5922.             'translation.loader.json' => '?',
  5923.             'translation.loader.mo' => '?',
  5924.             'translation.loader.php' => '?',
  5925.             'translation.loader.po' => '?',
  5926.             'translation.loader.qt' => '?',
  5927.             'translation.loader.res' => '?',
  5928.             'translation.loader.xliff' => '?',
  5929.             'translation.loader.yml' => '?',
  5930.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], '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')], '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')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], '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')], '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')], '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')], '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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], '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')], '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')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], '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')], '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')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], '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')], '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')], '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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], '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')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'src/Resources/TwigExtraBundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'src/Resources/SensioFrameworkExtraBundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'src/Resources/DoctrineBundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'src/Resources/DoctrineMigrationsBundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'src/Resources/SecurityBundle/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'src/Resources/WebProfilerBundle/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'src/Resources/MonologBundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'src/Resources/DebugBundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'vendor/symfony/swiftmailer-bundle/translations'27 => 'src/Resources/SwiftmailerBundle/translations'28 => 'vendor/stof/doctrine-extensions-bundle/src/translations'29 => 'src/Resources/StofDoctrineExtensionsBundle/translations'30 => 'vendor/symfony/webpack-encore-bundle/src/translations'31 => 'src/Resources/WebpackEncoreBundle/translations'32 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'33 => 'src/Resources/FOSCKEditorBundle/translations'34 => 'src/Resources/translations']]]);
  5931.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5932.         $instance->setFallbackLocales([=> 'en']);
  5933.         return $instance;
  5934.     }
  5935.     /**
  5936.      * Gets the private 'twig.command.debug' shared service.
  5937.      *
  5938.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5939.      */
  5940.     protected function getTwig_Command_DebugService()
  5941.     {
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5944.         $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()), (\dirname(__DIR__4).'/src'));
  5945.         $instance->setName('debug:twig');
  5946.         return $instance;
  5947.     }
  5948.     /**
  5949.      * Gets the private 'twig.command.lint' shared service.
  5950.      *
  5951.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5952.      */
  5953.     protected function getTwig_Command_LintService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5958.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5959.         $instance->setName('lint:twig');
  5960.         return $instance;
  5961.     }
  5962.     /**
  5963.      * Gets the private 'twig.form.renderer' shared service.
  5964.      *
  5965.      * @return \Symfony\Component\Form\FormRenderer
  5966.      */
  5967.     protected function getTwig_Form_RendererService()
  5968.     {
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5974.         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()));
  5975.     }
  5976.     /**
  5977.      * Gets the private 'twig.mailer.message_listener' shared service.
  5978.      *
  5979.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  5980.      */
  5981.     protected function getTwig_Mailer_MessageListenerService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  5986.         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())));
  5987.     }
  5988.     /**
  5989.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5990.      *
  5991.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5992.      */
  5993.     protected function getTwig_Runtime_HttpkernelService()
  5994.     {
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5998.         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, [
  5999.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6000.         ], [
  6001.             'inline' => '?',
  6002.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6003.     }
  6004.     /**
  6005.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6006.      *
  6007.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6008.      */
  6009.     protected function getTwig_Runtime_SecurityCsrfService()
  6010.     {
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6012.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6013.     }
  6014.     /**
  6015.      * Gets the private 'twig.template_cache_warmer' shared service.
  6016.      *
  6017.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6018.      */
  6019.     protected function getTwig_TemplateCacheWarmerService()
  6020.     {
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6025.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6026.             'twig' => ['services''twig''getTwigService'false],
  6027.         ], [
  6028.             'twig' => 'Twig\\Environment',
  6029.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\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')));
  6030.     }
  6031.     /**
  6032.      * Gets the private 'validator.builder' shared service.
  6033.      *
  6034.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6035.      */
  6036.     protected function getValidator_BuilderService()
  6037.     {
  6038.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6039.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6040.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6041.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6042.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6043.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6044.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6045.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6046.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6047.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6048.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6049.         ], [
  6050.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6051.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6052.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6053.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6054.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6055.             'doctrine.orm.validator.unique' => '?',
  6056.             'security.validator.user_password' => '?',
  6057.             'validator.expression' => '?',
  6058.         ])));
  6059.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6060.         $instance->setTranslationDomain('validators');
  6061.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6062.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6063.         $instance->addMethodMapping('loadValidatorMetadata');
  6064.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6065.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6066.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6067.         return $instance;
  6068.     }
  6069.     /**
  6070.      * Gets the private 'validator.email' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6073.      */
  6074.     protected function getValidator_EmailService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6079.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6080.     }
  6081.     /**
  6082.      * Gets the private 'validator.expression' shared service.
  6083.      *
  6084.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6085.      */
  6086.     protected function getValidator_ExpressionService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6091.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6092.     }
  6093.     /**
  6094.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6095.      *
  6096.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6097.      */
  6098.     protected function getValidator_Mapping_CacheWarmerService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6103.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6104.     }
  6105.     /**
  6106.      * Gets the private 'validator.not_compromised_password' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6109.      */
  6110.     protected function getValidator_NotCompromisedPasswordService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6115.         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);
  6116.     }
  6117.     /**
  6118.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6119.      *
  6120.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6121.      */
  6122.     protected function getVarDumper_Command_ServerDumpService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6130.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6131.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6132.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6133.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6134.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6135.         $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()))]);
  6136.         $instance->setName('server:dump');
  6137.         return $instance;
  6138.     }
  6139.     /**
  6140.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6141.      *
  6142.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6143.      */
  6144.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6145.     {
  6146.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6147.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6148.         return $instance;
  6149.     }
  6150.     /**
  6151.      * Gets the private 'var_dumper.html_dumper' shared service.
  6152.      *
  6153.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6154.      */
  6155.     protected function getVarDumper_HtmlDumperService()
  6156.     {
  6157.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6158.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6159.         return $instance;
  6160.     }
  6161.     /**
  6162.      * Gets the private 'var_dumper.server_connection' shared service.
  6163.      *
  6164.      * @return \Symfony\Component\VarDumper\Server\Connection
  6165.      */
  6166.     protected function getVarDumper_ServerConnectionService()
  6167.     {
  6168.         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()]);
  6169.     }
  6170.     /**
  6171.      * Gets the private 'web_profiler.csp.handler' shared service.
  6172.      *
  6173.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6174.      */
  6175.     protected function getWebProfiler_Csp_HandlerService()
  6176.     {
  6177.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6178.     }
  6179.     /**
  6180.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6181.      *
  6182.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6183.      */
  6184.     protected function getWebProfiler_DebugToolbarService()
  6185.     {
  6186.         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()));
  6187.     }
  6188.     /**
  6189.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  6190.      *
  6191.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  6192.      */
  6193.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  6194.     {
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  6198.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'), ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  6199.     }
  6200.     /**
  6201.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6202.      *
  6203.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6204.      */
  6205.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6206.     {
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6210.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6211.     }
  6212.     /**
  6213.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6214.      *
  6215.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6216.      */
  6217.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  6221.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6222.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6223.         ], [
  6224.             '_default' => '?',
  6225.         ]), '_default');
  6226.     }
  6227.     /**
  6228.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6229.      *
  6230.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6231.      */
  6232.     protected function getWebpackEncore_ExceptionListenerService()
  6233.     {
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6235.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6236.     }
  6237.     /**
  6238.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6239.      *
  6240.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6241.      */
  6242.     protected function getWebpackEncore_TagRendererService()
  6243.     {
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6245.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6246.     }
  6247.     /**
  6248.      * @return array|bool|float|int|string|null
  6249.      */
  6250.     public function getParameter(string $name)
  6251.     {
  6252.         if (isset($this->buildParameters[$name])) {
  6253.             return $this->buildParameters[$name];
  6254.         }
  6255.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6256.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6257.         }
  6258.         if (isset($this->loadedDynamicParameters[$name])) {
  6259.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6260.         }
  6261.         return $this->parameters[$name];
  6262.     }
  6263.     public function hasParameter(string $name): bool
  6264.     {
  6265.         if (isset($this->buildParameters[$name])) {
  6266.             return true;
  6267.         }
  6268.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6269.     }
  6270.     public function setParameter(string $name$value): void
  6271.     {
  6272.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6273.     }
  6274.     public function getParameterBag(): ParameterBagInterface
  6275.     {
  6276.         if (null === $this->parameterBag) {
  6277.             $parameters $this->parameters;
  6278.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6279.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6280.             }
  6281.             foreach ($this->buildParameters as $name => $value) {
  6282.                 $parameters[$name] = $value;
  6283.             }
  6284.             $this->parameterBag = new FrozenParameterBag($parameters);
  6285.         }
  6286.         return $this->parameterBag;
  6287.     }
  6288.     private $loadedDynamicParameters = [
  6289.         'kernel.cache_dir' => false,
  6290.         'website.template_theme' => false,
  6291.         'path.upload.dir' => false,
  6292.         'mail.smtp_test_delivery_mail' => false,
  6293.         'kernel.secret' => false,
  6294.         'session.save_path' => false,
  6295.         'validator.mapping.cache.file' => false,
  6296.         'profiler.storage.dsn' => false,
  6297.         'debug.container.dump' => false,
  6298.         'serializer.mapping.cache.file' => false,
  6299.         'doctrine.orm.proxy_dir' => false,
  6300.         'swiftmailer.spool.default.memory.path' => false,
  6301.         'swiftmailer.mailer.default.single_address' => false,
  6302.         'swiftmailer.mailer.default.delivery_addresses' => false,
  6303.         'swiftmailer.single_address' => false,
  6304.     ];
  6305.     private $dynamicParameters = [];
  6306.     private function getDynamicParameter(string $name)
  6307.     {
  6308.         switch ($name) {
  6309.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6310.             case 'website.template_theme'$value $this->getEnv('TEMPLATE_THEME'); break;
  6311.             case 'path.upload.dir'$value = (\dirname(__DIR__4).'/'.$this->getEnv('string:UPLOAD_FILE_DIR')); break;
  6312.             case 'mail.smtp_test_delivery_mail'$value $this->getEnv('DEV_MAIL'); break;
  6313.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6314.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6315.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6316.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6317.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6318.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6319.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6320.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6321.             case 'swiftmailer.mailer.default.single_address'$value $this->getEnv('DEV_MAIL'); break;
  6322.             case 'swiftmailer.mailer.default.delivery_addresses'$value = [
  6323.                 => $this->getEnv('DEV_MAIL'),
  6324.             ]; break;
  6325.             case 'swiftmailer.single_address'$value $this->getEnv('DEV_MAIL'); break;
  6326.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6327.         }
  6328.         $this->loadedDynamicParameters[$name] = true;
  6329.         return $this->dynamicParameters[$name] = $value;
  6330.     }
  6331.     protected function getDefaultParameters(): array
  6332.     {
  6333.         return [
  6334.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6335.             'kernel.project_dir' => \dirname(__DIR__4),
  6336.             'kernel.environment' => 'dev',
  6337.             'kernel.debug' => true,
  6338.             'kernel.name' => 'src',
  6339.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6340.             'kernel.bundles' => [
  6341.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6342.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6343.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6344.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6345.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6346.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6347.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6348.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6349.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6350.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6351.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6352.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6353.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6354.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6355.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  6356.             ],
  6357.             'kernel.bundles_metadata' => [
  6358.                 'FrameworkBundle' => [
  6359.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6360.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6361.                 ],
  6362.                 'TwigBundle' => [
  6363.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6364.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6365.                 ],
  6366.                 'TwigExtraBundle' => [
  6367.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6368.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6369.                 ],
  6370.                 'SensioFrameworkExtraBundle' => [
  6371.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6372.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6373.                 ],
  6374.                 'DoctrineBundle' => [
  6375.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6376.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6377.                 ],
  6378.                 'DoctrineMigrationsBundle' => [
  6379.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6380.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6381.                 ],
  6382.                 'SecurityBundle' => [
  6383.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6384.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6385.                 ],
  6386.                 'WebProfilerBundle' => [
  6387.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6388.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6389.                 ],
  6390.                 'MonologBundle' => [
  6391.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6392.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6393.                 ],
  6394.                 'DebugBundle' => [
  6395.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6396.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6397.                 ],
  6398.                 'MakerBundle' => [
  6399.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6400.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6401.                 ],
  6402.                 'SwiftmailerBundle' => [
  6403.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  6404.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6405.                 ],
  6406.                 'StofDoctrineExtensionsBundle' => [
  6407.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6408.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6409.                 ],
  6410.                 'WebpackEncoreBundle' => [
  6411.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6412.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6413.                 ],
  6414.                 'FOSCKEditorBundle' => [
  6415.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  6416.                     'namespace' => 'FOS\\CKEditorBundle',
  6417.                 ],
  6418.             ],
  6419.             'kernel.charset' => 'UTF-8',
  6420.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6421.             'container.dumper.inline_class_loader' => true,
  6422.             'container.dumper.inline_factories' => true,
  6423.             'path.htaccess' => (\dirname(__DIR__4).'/public/.htaccess'),
  6424.             'path.env_local' => (\dirname(__DIR__4).'/.env.local'),
  6425.             'image.mime' => [
  6426.                 => 'image/jpeg',
  6427.                 => 'image/png',
  6428.                 => 'image/webp',
  6429.                 => 'image/gif',
  6430.             ],
  6431.             'image.admin.preview_url' => '/admin/fileuploader/preview/',
  6432.             'mail.global_from' => 'ten10ten777@snow.plala.or.jp',
  6433.             'mail.global_from_name' => '株式会社 プライム',
  6434.             'mail.global_client' => [
  6435.                 => 'ten10ten777@snow.plala.or.jp',
  6436.                 => 'skariya.prime@amail.plala.or.jp',
  6437.             ],
  6438.             'mail.global_reply_to' => 'ten10ten777@snow.plala.or.jp',
  6439.             'mail.global_return_path' => 'ten10ten777@snow.plala.or.jp',
  6440.             'event_dispatcher.event_aliases' => [
  6441.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6442.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6443.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6444.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6445.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6446.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6447.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6448.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6449.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6450.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6451.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6452.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6453.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6454.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6455.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6456.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6457.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6458.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6459.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6460.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6461.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6462.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6463.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6464.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6465.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6466.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6467.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6468.             ],
  6469.             'fragment.renderer.hinclude.global_template' => '',
  6470.             'fragment.path' => '/_fragment',
  6471.             'kernel.http_method_override' => true,
  6472.             'kernel.trusted_hosts' => [
  6473.             ],
  6474.             'kernel.default_locale' => 'en',
  6475.             'kernel.error_controller' => 'error_controller',
  6476.             'templating.helper.code.file_link_format' => NULL,
  6477.             'debug.file_link_format' => NULL,
  6478.             'session.metadata.storage_key' => '_sf2_meta',
  6479.             'session.storage.options' => [
  6480.                 'cache_limiter' => '0',
  6481.                 'cookie_secure' => 'auto',
  6482.                 'cookie_httponly' => true,
  6483.                 'cookie_samesite' => 'lax',
  6484.                 'gc_probability' => 1,
  6485.             ],
  6486.             'session.metadata.update_threshold' => 0,
  6487.             'form.type_extension.csrf.enabled' => true,
  6488.             'form.type_extension.csrf.field_name' => '_token',
  6489.             'asset.request_context.base_path' => '',
  6490.             'asset.request_context.secure' => false,
  6491.             'validator.translation_domain' => 'validators',
  6492.             'translator.logging' => false,
  6493.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6494.             'profiler_listener.only_exceptions' => false,
  6495.             'profiler_listener.only_master_requests' => false,
  6496.             'debug.error_handler.throw_at' => -1,
  6497.             'router.request_context.host' => 'localhost',
  6498.             'router.request_context.scheme' => 'http',
  6499.             'router.request_context.base_url' => '',
  6500.             'router.resource' => 'kernel::loadRoutes',
  6501.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6502.             'request_listener.http_port' => 80,
  6503.             'request_listener.https_port' => 443,
  6504.             'twig.exception_listener.controller' => NULL,
  6505.             'twig.form.resources' => [
  6506.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  6507.                 => 'form_div_layout.html.twig',
  6508.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  6509.             ],
  6510.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6511.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6512.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6513.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6514.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6515.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6516.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6517.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6518.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6519.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6520.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6521.             'doctrine.entity_managers' => [
  6522.                 'default' => 'doctrine.orm.default_entity_manager',
  6523.             ],
  6524.             'doctrine.default_entity_manager' => 'default',
  6525.             'doctrine.dbal.connection_factory.types' => [
  6526.             ],
  6527.             'doctrine.connections' => [
  6528.                 'default' => 'doctrine.dbal.default_connection',
  6529.             ],
  6530.             'doctrine.default_connection' => 'default',
  6531.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6532.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6533.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6534.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6535.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6536.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6537.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6538.             'doctrine.orm.cache.memcache_port' => 11211,
  6539.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6540.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6541.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6542.             'doctrine.orm.cache.memcached_port' => 11211,
  6543.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6544.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6545.             'doctrine.orm.cache.redis_host' => 'localhost',
  6546.             'doctrine.orm.cache.redis_port' => 6379,
  6547.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6548.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6549.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6550.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6551.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6552.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6553.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6554.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6555.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6556.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6557.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6558.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6559.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6560.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6561.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6562.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6563.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6564.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6565.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6566.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6567.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6568.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6569.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6570.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6571.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6572.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6573.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6574.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6575.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6576.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6577.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6578.             'doctrine.migrations.preferred_em' => NULL,
  6579.             'doctrine.migrations.preferred_connection' => NULL,
  6580.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6581.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6582.             'security.role_hierarchy.roles' => [
  6583.             ],
  6584.             'security.access.denied_url' => NULL,
  6585.             'security.authentication.manager.erase_credentials' => true,
  6586.             'security.authentication.session_strategy.strategy' => 'migrate',
  6587.             'security.access.always_authenticate_before_granting' => false,
  6588.             'security.authentication.hide_user_not_found' => true,
  6589.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6590.             'web_profiler.debug_toolbar.mode' => 2,
  6591.             'monolog.use_microseconds' => true,
  6592.             'monolog.swift_mailer.handlers' => [
  6593.             ],
  6594.             'monolog.handlers_to_channels' => [
  6595.                 'monolog.handler.app_filter' => [
  6596.                     'type' => 'inclusive',
  6597.                     'elements' => [
  6598.                         => 'app',
  6599.                     ],
  6600.                 ],
  6601.                 'monolog.handler.console' => [
  6602.                     'type' => 'exclusive',
  6603.                     'elements' => [
  6604.                         => 'event',
  6605.                         => 'doctrine',
  6606.                         => 'console',
  6607.                     ],
  6608.                 ],
  6609.                 'monolog.handler.main' => NULL,
  6610.             ],
  6611.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6612.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6613.             'swiftmailer.mailer.default.spool.enabled' => true,
  6614.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6615.             'swiftmailer.mailer.default.delivery_whitelist' => [
  6616.             ],
  6617.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6618.             'swiftmailer.spool.enabled' => true,
  6619.             'swiftmailer.delivery.enabled' => true,
  6620.             'swiftmailer.mailers' => [
  6621.                 'default' => 'swiftmailer.mailer.default',
  6622.             ],
  6623.             'swiftmailer.default_mailer' => 'default',
  6624.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6625.             'stof_doctrine_extensions.default_locale' => 'en_US',
  6626.             'stof_doctrine_extensions.translation_fallback' => false,
  6627.             'stof_doctrine_extensions.persist_default_translation' => false,
  6628.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6629.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6630.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6631.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  6632.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6633.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6634.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6635.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6636.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6637.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6638.             'data_collector.templates' => [
  6639.                 'data_collector.request' => [
  6640.                     => 'request',
  6641.                     => '@WebProfiler/Collector/request.html.twig',
  6642.                 ],
  6643.                 'data_collector.time' => [
  6644.                     => 'time',
  6645.                     => '@WebProfiler/Collector/time.html.twig',
  6646.                 ],
  6647.                 'data_collector.memory' => [
  6648.                     => 'memory',
  6649.                     => '@WebProfiler/Collector/memory.html.twig',
  6650.                 ],
  6651.                 'data_collector.validator' => [
  6652.                     => 'validator',
  6653.                     => '@WebProfiler/Collector/validator.html.twig',
  6654.                 ],
  6655.                 'data_collector.ajax' => [
  6656.                     => 'ajax',
  6657.                     => '@WebProfiler/Collector/ajax.html.twig',
  6658.                 ],
  6659.                 'data_collector.form' => [
  6660.                     => 'form',
  6661.                     => '@WebProfiler/Collector/form.html.twig',
  6662.                 ],
  6663.                 'data_collector.exception' => [
  6664.                     => 'exception',
  6665.                     => '@WebProfiler/Collector/exception.html.twig',
  6666.                 ],
  6667.                 'data_collector.logger' => [
  6668.                     => 'logger',
  6669.                     => '@WebProfiler/Collector/logger.html.twig',
  6670.                 ],
  6671.                 'data_collector.events' => [
  6672.                     => 'events',
  6673.                     => '@WebProfiler/Collector/events.html.twig',
  6674.                 ],
  6675.                 'data_collector.router' => [
  6676.                     => 'router',
  6677.                     => '@WebProfiler/Collector/router.html.twig',
  6678.                 ],
  6679.                 'data_collector.cache' => [
  6680.                     => 'cache',
  6681.                     => '@WebProfiler/Collector/cache.html.twig',
  6682.                 ],
  6683.                 'data_collector.translation' => [
  6684.                     => 'translation',
  6685.                     => '@WebProfiler/Collector/translation.html.twig',
  6686.                 ],
  6687.                 'data_collector.security' => [
  6688.                     => 'security',
  6689.                     => '@Security/Collector/security.html.twig',
  6690.                 ],
  6691.                 'data_collector.twig' => [
  6692.                     => 'twig',
  6693.                     => '@WebProfiler/Collector/twig.html.twig',
  6694.                 ],
  6695.                 'data_collector.http_client' => [
  6696.                     => 'http_client',
  6697.                     => '@WebProfiler/Collector/http_client.html.twig',
  6698.                 ],
  6699.                 'data_collector.doctrine' => [
  6700.                     => 'db',
  6701.                     => '@Doctrine/Collector/db.html.twig',
  6702.                 ],
  6703.                 'swiftmailer.data_collector' => [
  6704.                     => 'swiftmailer',
  6705.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6706.                 ],
  6707.                 'data_collector.dump' => [
  6708.                     => 'dump',
  6709.                     => '@Debug/Profiler/dump.html.twig',
  6710.                 ],
  6711.                 'mailer.data_collector' => [
  6712.                     => 'mailer',
  6713.                     => '@WebProfiler/Collector/mailer.html.twig',
  6714.                 ],
  6715.                 'data_collector.config' => [
  6716.                     => 'config',
  6717.                     => '@WebProfiler/Collector/config.html.twig',
  6718.                 ],
  6719.             ],
  6720.             'console.command.ids' => [
  6721.             ],
  6722.         ];
  6723.     }
  6724.     protected function throw($message)
  6725.     {
  6726.         throw new RuntimeException($message);
  6727.     }
  6728. }
  6729. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  6730. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  6731. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  6732. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  6733. {
  6734.     /**
  6735.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  6736.      */
  6737.     private $valueHoldera1fd8 null;
  6738.     /**
  6739.      * @var \Closure|null initializer responsible for generating the wrapped object
  6740.      */
  6741.     private $initializere3996 null;
  6742.     /**
  6743.      * @var bool[] map of public properties of the parent class
  6744.      */
  6745.     private static $publicProperties7ed0d = [
  6746.         
  6747.     ];
  6748.     public function getConnection()
  6749.     {
  6750.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getConnection', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6751.         return $this->valueHoldera1fd8->getConnection();
  6752.     }
  6753.     public function getMetadataFactory()
  6754.     {
  6755.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getMetadataFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6756.         return $this->valueHoldera1fd8->getMetadataFactory();
  6757.     }
  6758.     public function getExpressionBuilder()
  6759.     {
  6760.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getExpressionBuilder', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6761.         return $this->valueHoldera1fd8->getExpressionBuilder();
  6762.     }
  6763.     public function beginTransaction()
  6764.     {
  6765.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'beginTransaction', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6766.         return $this->valueHoldera1fd8->beginTransaction();
  6767.     }
  6768.     public function getCache()
  6769.     {
  6770.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getCache', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6771.         return $this->valueHoldera1fd8->getCache();
  6772.     }
  6773.     public function transactional($func)
  6774.     {
  6775.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'transactional', array('func' => $func), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6776.         return $this->valueHoldera1fd8->transactional($func);
  6777.     }
  6778.     public function commit()
  6779.     {
  6780.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'commit', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6781.         return $this->valueHoldera1fd8->commit();
  6782.     }
  6783.     public function rollback()
  6784.     {
  6785.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'rollback', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6786.         return $this->valueHoldera1fd8->rollback();
  6787.     }
  6788.     public function getClassMetadata($className)
  6789.     {
  6790.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getClassMetadata', array('className' => $className), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6791.         return $this->valueHoldera1fd8->getClassMetadata($className);
  6792.     }
  6793.     public function createQuery($dql '')
  6794.     {
  6795.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createQuery', array('dql' => $dql), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6796.         return $this->valueHoldera1fd8->createQuery($dql);
  6797.     }
  6798.     public function createNamedQuery($name)
  6799.     {
  6800.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createNamedQuery', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6801.         return $this->valueHoldera1fd8->createNamedQuery($name);
  6802.     }
  6803.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  6804.     {
  6805.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6806.         return $this->valueHoldera1fd8->createNativeQuery($sql$rsm);
  6807.     }
  6808.     public function createNamedNativeQuery($name)
  6809.     {
  6810.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createNamedNativeQuery', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6811.         return $this->valueHoldera1fd8->createNamedNativeQuery($name);
  6812.     }
  6813.     public function createQueryBuilder()
  6814.     {
  6815.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'createQueryBuilder', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6816.         return $this->valueHoldera1fd8->createQueryBuilder();
  6817.     }
  6818.     public function flush($entity null)
  6819.     {
  6820.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'flush', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6821.         return $this->valueHoldera1fd8->flush($entity);
  6822.     }
  6823.     public function find($className$id$lockMode null$lockVersion null)
  6824.     {
  6825.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6826.         return $this->valueHoldera1fd8->find($className$id$lockMode$lockVersion);
  6827.     }
  6828.     public function getReference($entityName$id)
  6829.     {
  6830.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6831.         return $this->valueHoldera1fd8->getReference($entityName$id);
  6832.     }
  6833.     public function getPartialReference($entityName$identifier)
  6834.     {
  6835.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6836.         return $this->valueHoldera1fd8->getPartialReference($entityName$identifier);
  6837.     }
  6838.     public function clear($entityName null)
  6839.     {
  6840.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'clear', array('entityName' => $entityName), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6841.         return $this->valueHoldera1fd8->clear($entityName);
  6842.     }
  6843.     public function close()
  6844.     {
  6845.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'close', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6846.         return $this->valueHoldera1fd8->close();
  6847.     }
  6848.     public function persist($entity)
  6849.     {
  6850.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'persist', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6851.         return $this->valueHoldera1fd8->persist($entity);
  6852.     }
  6853.     public function remove($entity)
  6854.     {
  6855.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'remove', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6856.         return $this->valueHoldera1fd8->remove($entity);
  6857.     }
  6858.     public function refresh($entity)
  6859.     {
  6860.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'refresh', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6861.         return $this->valueHoldera1fd8->refresh($entity);
  6862.     }
  6863.     public function detach($entity)
  6864.     {
  6865.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'detach', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6866.         return $this->valueHoldera1fd8->detach($entity);
  6867.     }
  6868.     public function merge($entity)
  6869.     {
  6870.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'merge', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6871.         return $this->valueHoldera1fd8->merge($entity);
  6872.     }
  6873.     public function copy($entity$deep false)
  6874.     {
  6875.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'copy', array('entity' => $entity'deep' => $deep), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6876.         return $this->valueHoldera1fd8->copy($entity$deep);
  6877.     }
  6878.     public function lock($entity$lockMode$lockVersion null)
  6879.     {
  6880.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6881.         return $this->valueHoldera1fd8->lock($entity$lockMode$lockVersion);
  6882.     }
  6883.     public function getRepository($entityName)
  6884.     {
  6885.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getRepository', array('entityName' => $entityName), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6886.         return $this->valueHoldera1fd8->getRepository($entityName);
  6887.     }
  6888.     public function contains($entity)
  6889.     {
  6890.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'contains', array('entity' => $entity), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6891.         return $this->valueHoldera1fd8->contains($entity);
  6892.     }
  6893.     public function getEventManager()
  6894.     {
  6895.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getEventManager', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6896.         return $this->valueHoldera1fd8->getEventManager();
  6897.     }
  6898.     public function getConfiguration()
  6899.     {
  6900.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getConfiguration', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6901.         return $this->valueHoldera1fd8->getConfiguration();
  6902.     }
  6903.     public function isOpen()
  6904.     {
  6905.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'isOpen', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6906.         return $this->valueHoldera1fd8->isOpen();
  6907.     }
  6908.     public function getUnitOfWork()
  6909.     {
  6910.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getUnitOfWork', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6911.         return $this->valueHoldera1fd8->getUnitOfWork();
  6912.     }
  6913.     public function getHydrator($hydrationMode)
  6914.     {
  6915.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6916.         return $this->valueHoldera1fd8->getHydrator($hydrationMode);
  6917.     }
  6918.     public function newHydrator($hydrationMode)
  6919.     {
  6920.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6921.         return $this->valueHoldera1fd8->newHydrator($hydrationMode);
  6922.     }
  6923.     public function getProxyFactory()
  6924.     {
  6925.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getProxyFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6926.         return $this->valueHoldera1fd8->getProxyFactory();
  6927.     }
  6928.     public function initializeObject($obj)
  6929.     {
  6930.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'initializeObject', array('obj' => $obj), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6931.         return $this->valueHoldera1fd8->initializeObject($obj);
  6932.     }
  6933.     public function getFilters()
  6934.     {
  6935.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'getFilters', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6936.         return $this->valueHoldera1fd8->getFilters();
  6937.     }
  6938.     public function isFiltersStateClean()
  6939.     {
  6940.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'isFiltersStateClean', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6941.         return $this->valueHoldera1fd8->isFiltersStateClean();
  6942.     }
  6943.     public function hasFilters()
  6944.     {
  6945.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'hasFilters', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6946.         return $this->valueHoldera1fd8->hasFilters();
  6947.     }
  6948.     /**
  6949.      * Constructor for lazy initialization
  6950.      *
  6951.      * @param \Closure|null $initializer
  6952.      */
  6953.     public static function staticProxyConstructor($initializer)
  6954.     {
  6955.         static $reflection;
  6956.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  6957.         $instance   $reflection->newInstanceWithoutConstructor();
  6958.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6959.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6960.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  6961.         $instance->initializere3996 $initializer;
  6962.         return $instance;
  6963.     }
  6964.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  6965.     {
  6966.         static $reflection;
  6967.         if (! $this->valueHoldera1fd8) {
  6968.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6969.             $this->valueHoldera1fd8 $reflection->newInstanceWithoutConstructor();
  6970.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6971.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6972.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6973.         }
  6974.         $this->valueHoldera1fd8->__construct($conn$config$eventManager);
  6975.     }
  6976.     public function & __get($name)
  6977.     {
  6978.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__get', ['name' => $name], $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  6979.         if (isset(self::$publicProperties7ed0d[$name])) {
  6980.             return $this->valueHoldera1fd8->$name;
  6981.         }
  6982.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6983.         if (! $realInstanceReflection->hasProperty($name)) {
  6984.             $targetObject $this->valueHoldera1fd8;
  6985.             $backtrace debug_backtrace(false1);
  6986.             trigger_error(
  6987.                 sprintf(
  6988.                     'Undefined property: %s::$%s in %s on line %s',
  6989.                     $realInstanceReflection->getName(),
  6990.                     $name,
  6991.                     $backtrace[0]['file'],
  6992.                     $backtrace[0]['line']
  6993.                 ),
  6994.                 \E_USER_NOTICE
  6995.             );
  6996.             return $targetObject->$name;
  6997.         }
  6998.         $targetObject $this->valueHoldera1fd8;
  6999.         $accessor = function & () use ($targetObject$name) {
  7000.             return $targetObject->$name;
  7001.         };
  7002.         $backtrace debug_backtrace(true2);
  7003.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7004.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7005.         $returnValue = & $accessor();
  7006.         return $returnValue;
  7007.     }
  7008.     public function __set($name$value)
  7009.     {
  7010.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__set', array('name' => $name'value' => $value), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  7011.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7012.         if (! $realInstanceReflection->hasProperty($name)) {
  7013.             $targetObject $this->valueHoldera1fd8;
  7014.             $targetObject->$name $value;
  7015.             return $targetObject->$name;
  7016.         }
  7017.         $targetObject $this->valueHoldera1fd8;
  7018.         $accessor = function & () use ($targetObject$name$value) {
  7019.             $targetObject->$name $value;
  7020.             return $targetObject->$name;
  7021.         };
  7022.         $backtrace debug_backtrace(true2);
  7023.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7024.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7025.         $returnValue = & $accessor();
  7026.         return $returnValue;
  7027.     }
  7028.     public function __isset($name)
  7029.     {
  7030.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__isset', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  7031.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7032.         if (! $realInstanceReflection->hasProperty($name)) {
  7033.             $targetObject $this->valueHoldera1fd8;
  7034.             return isset($targetObject->$name);
  7035.         }
  7036.         $targetObject $this->valueHoldera1fd8;
  7037.         $accessor = function () use ($targetObject$name) {
  7038.             return isset($targetObject->$name);
  7039.         };
  7040.         $backtrace debug_backtrace(true2);
  7041.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7042.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7043.         $returnValue $accessor();
  7044.         return $returnValue;
  7045.     }
  7046.     public function __unset($name)
  7047.     {
  7048.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__unset', array('name' => $name), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  7049.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7050.         if (! $realInstanceReflection->hasProperty($name)) {
  7051.             $targetObject $this->valueHoldera1fd8;
  7052.             unset($targetObject->$name);
  7053.             return;
  7054.         }
  7055.         $targetObject $this->valueHoldera1fd8;
  7056.         $accessor = function () use ($targetObject$name) {
  7057.             unset($targetObject->$name);
  7058.             return;
  7059.         };
  7060.         $backtrace debug_backtrace(true2);
  7061.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7062.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7063.         $accessor();
  7064.     }
  7065.     public function __clone()
  7066.     {
  7067.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__clone', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  7068.         $this->valueHoldera1fd8 = clone $this->valueHoldera1fd8;
  7069.     }
  7070.     public function __sleep()
  7071.     {
  7072.         $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'__sleep', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  7073.         return array('valueHoldera1fd8');
  7074.     }
  7075.     public function __wakeup()
  7076.     {
  7077.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7078.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7079.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7080.     }
  7081.     public function setProxyInitializer(\Closure $initializer null) : void
  7082.     {
  7083.         $this->initializere3996 $initializer;
  7084.     }
  7085.     public function getProxyInitializer() : ?\Closure
  7086.     {
  7087.         return $this->initializere3996;
  7088.     }
  7089.     public function initializeProxy() : bool
  7090.     {
  7091.         return $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8$this'initializeProxy', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 $valueHoldera1fd8;
  7092.     }
  7093.     public function isProxyInitialized() : bool
  7094.     {
  7095.         return null !== $this->valueHoldera1fd8;
  7096.     }
  7097.     public function getWrappedValueHolderValue()
  7098.     {
  7099.         return $this->valueHoldera1fd8;
  7100.     }
  7101. }
  7102. if (!\class_exists('EntityManager_9a5be93'false)) {
  7103.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  7104. }