var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php line 1877

Open in your IDE?
  1. <?php
  2. namespace ContainerMkxlH3I;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\Admin\\AdminHomeController' => 'getAdminHomeControllerService',
  37.             'App\\Controller\\Admin\\AdminPictureController' => 'getAdminPictureControllerService',
  38.             'App\\Controller\\Admin\\AdminPropertyController' => 'getAdminPropertyControllerService',
  39.             'App\\Controller\\Admin\\AdminPropertyOptionController' => 'getAdminPropertyOptionControllerService',
  40.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  41.             'App\\Controller\\PropertyController' => 'getPropertyControllerService',
  42.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  43.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  44.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  46.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  47.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  48.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  49.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  50.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  51.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  52.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  53.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  54.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  55.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.property_image' => 'getUniqidNamer_PropertyImageService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  65.             'data_collector.dump' => 'getDataCollector_DumpService',
  66.             'doctrine' => 'getDoctrineService',
  67.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  68.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  69.             'error_controller' => 'getErrorControllerService',
  70.             'event_dispatcher' => 'getEventDispatcherService',
  71.             'filesystem' => 'getFilesystemService',
  72.             'form.factory' => 'getForm_FactoryService',
  73.             'form.type.file' => 'getForm_Type_FileService',
  74.             'http_kernel' => 'getHttpKernelService',
  75.             'knp_paginator' => 'getKnpPaginatorService',
  76.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  77.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  78.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  79.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  80.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  81.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  82.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  83.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  84.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  85.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  86.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  87.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  88.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  89.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  90.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  91.             'profiler' => 'getProfilerService',
  92.             'request_stack' => 'getRequestStackService',
  93.             'router' => 'getRouterService',
  94.             'routing.loader' => 'getRouting_LoaderService',
  95.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  96.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  97.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  98.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  99.             'security.token_storage' => 'getSecurity_TokenStorageService',
  100.             'serializer' => 'getSerializerService',
  101.             'services_resetter' => 'getServicesResetterService',
  102.             'session' => 'getSessionService',
  103.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  104.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  105.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  106.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  107.             'translator' => 'getTranslatorService',
  108.             'twig' => 'getTwigService',
  109.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  110.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  111.             'validator' => 'getValidatorService',
  112.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  113.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  114.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  115.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  116.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  117.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  118.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  119.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  120.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  121.         ];
  122.         $this->aliases = [
  123.             'database_connection' => 'doctrine.dbal.default_connection',
  124.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  125.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  126.             'mailer' => 'swiftmailer.mailer.default',
  127.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  128.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  129.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  130.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  131.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  132.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  133.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  134.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  135.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  136.         ];
  137.         $this->privates['service_container'] = function () {
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  144.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  159.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  289.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  294.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  297.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  314.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/Extension.php';
  315.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategyInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheStrategy/LifetimeCacheStrategy.php';
  317.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheProviderInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/twig/cache-extension/lib/Twig/CacheExtension/CacheProvider/PsrCacheAdapter.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  326.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  329.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  333.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  335.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  348.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  351.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  352.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  370.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  374.             include_once \dirname(__DIR__4).'/src/Listener/ImageCacheSubscriber.php';
  375.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  434.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  446.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  447.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  449.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  450.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  454.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  462.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  463.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  464.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  466.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  468.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  471.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  472.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  474.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  475.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  476.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  477.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  501.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  503.         };
  504.     }
  505.     public function compile(): void
  506.     {
  507.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  508.     }
  509.     public function isCompiled(): bool
  510.     {
  511.         return true;
  512.     }
  513.     public function getRemovedIds(): array
  514.     {
  515.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  516.     }
  517.     /**
  518.      * Gets the public 'App\Controller\Admin\AdminHomeController' shared autowired service.
  519.      *
  520.      * @return \App\Controller\Admin\AdminHomeController
  521.      */
  522.     protected function getAdminHomeControllerService()
  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/AdminHomeController.php';
  527.         $this->services['App\\Controller\\Admin\\AdminHomeController'] = $instance = new \App\Controller\Admin\AdminHomeController();
  528.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\AdminHomeController'$this));
  529.         return $instance;
  530.     }
  531.     /**
  532.      * Gets the public 'App\Controller\Admin\AdminPictureController' shared autowired service.
  533.      *
  534.      * @return \App\Controller\Admin\AdminPictureController
  535.      */
  536.     protected function getAdminPictureControllerService()
  537.     {
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  540.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminPictureController.php';
  541.         $this->services['App\\Controller\\Admin\\AdminPictureController'] = $instance = new \App\Controller\Admin\AdminPictureController();
  542.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\AdminPictureController'$this));
  543.         return $instance;
  544.     }
  545.     /**
  546.      * Gets the public 'App\Controller\Admin\AdminPropertyController' shared autowired service.
  547.      *
  548.      * @return \App\Controller\Admin\AdminPropertyController
  549.      */
  550.     protected function getAdminPropertyControllerService()
  551.     {
  552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  554.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminPropertyController.php';
  555.         $this->services['App\\Controller\\Admin\\AdminPropertyController'] = $instance = new \App\Controller\Admin\AdminPropertyController(($this->privates['App\\Repository\\PropertyRepository'] ?? $this->getPropertyRepositoryService()));
  556.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\AdminPropertyController'$this));
  557.         return $instance;
  558.     }
  559.     /**
  560.      * Gets the public 'App\Controller\Admin\AdminPropertyOptionController' shared autowired service.
  561.      *
  562.      * @return \App\Controller\Admin\AdminPropertyOptionController
  563.      */
  564.     protected function getAdminPropertyOptionControllerService()
  565.     {
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  568.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminPropertyOptionController.php';
  569.         $this->services['App\\Controller\\Admin\\AdminPropertyOptionController'] = $instance = new \App\Controller\Admin\AdminPropertyOptionController();
  570.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Admin\\AdminPropertyOptionController'$this));
  571.         return $instance;
  572.     }
  573.     /**
  574.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  575.      *
  576.      * @return \App\Controller\HomeController
  577.      */
  578.     protected function getHomeControllerService()
  579.     {
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  582.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  583.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  584.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HomeController'$this));
  585.         return $instance;
  586.     }
  587.     /**
  588.      * Gets the public 'App\Controller\PropertyController' shared autowired service.
  589.      *
  590.      * @return \App\Controller\PropertyController
  591.      */
  592.     protected function getPropertyControllerService()
  593.     {
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  596.         include_once \dirname(__DIR__4).'/src/Controller/PropertyController.php';
  597.         $this->services['App\\Controller\\PropertyController'] = $instance = new \App\Controller\PropertyController(($this->privates['App\\Repository\\PropertyRepository'] ?? $this->getPropertyRepositoryService()));
  598.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PropertyController'$this));
  599.         return $instance;
  600.     }
  601.     /**
  602.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  603.      *
  604.      * @return \App\Controller\SecurityController
  605.      */
  606.     protected function getSecurityControllerService()
  607.     {
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  610.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  611.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  612.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SecurityController'$this));
  613.         return $instance;
  614.     }
  615.     /**
  616.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  617.      *
  618.      * @return \Liip\ImagineBundle\Controller\ImagineController
  619.      */
  620.     protected function getImagineControllerService()
  621.     {
  622.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  623.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  624.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  625.         $a = ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService());
  626.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(new \Liip\ImagineBundle\Service\FilterService($a, ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(301));
  627.     }
  628.     /**
  629.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  630.      *
  631.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  632.      */
  633.     protected function getRedirectControllerService()
  634.     {
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  636.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  637.     }
  638.     /**
  639.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  640.      *
  641.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  642.      */
  643.     protected function getTemplateControllerService()
  644.     {
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  646.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  647.     }
  648.     /**
  649.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  650.      *
  651.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  652.      */
  653.     protected function getBase64NamerService()
  654.     {
  655.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  657.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  658.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  659.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  660.     }
  661.     /**
  662.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  663.      *
  664.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  665.      */
  666.     protected function getCurrentDateTimeDirectoryNamerService()
  667.     {
  668.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  669.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  670.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  672.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  673.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  674.     }
  675.     /**
  676.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  677.      *
  678.      * @return \Vich\UploaderBundle\Naming\HashNamer
  679.      */
  680.     protected function getHashNamerService()
  681.     {
  682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  685.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  686.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  687.     }
  688.     /**
  689.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  690.      *
  691.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  692.      */
  693.     protected function getOrignameNamerService()
  694.     {
  695.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  696.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  698.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  699.     }
  700.     /**
  701.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  702.      *
  703.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  704.      */
  705.     protected function getPropertyDirectoryNamerService()
  706.     {
  707.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  709.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  710.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  711.     }
  712.     /**
  713.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  714.      *
  715.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  716.      */
  717.     protected function getPropertyNamerService()
  718.     {
  719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  722.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  723.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  724.     }
  725.     /**
  726.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  727.      *
  728.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  729.      */
  730.     protected function getSmartUniqueNamerService()
  731.     {
  732.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  733.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  734.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  735.     }
  736.     /**
  737.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  738.      *
  739.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  740.      */
  741.     protected function getSubdirDirectoryNamerService()
  742.     {
  743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  745.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  746.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  747.     }
  748.     /**
  749.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  750.      *
  751.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  752.      */
  753.     protected function getUniqidNamerService()
  754.     {
  755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  757.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  758.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  759.     }
  760.     /**
  761.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.property_image' shared service.
  762.      *
  763.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  764.      */
  765.     protected function getUniqidNamer_PropertyImageService()
  766.     {
  767.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  768.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  769.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  770.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.property_image'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  771.     }
  772.     /**
  773.      * Gets the public 'cache.app' shared service.
  774.      *
  775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  776.      */
  777.     protected function getCache_AppService()
  778.     {
  779.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4gH6nLy6GJ'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  780.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  781.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  782.     }
  783.     /**
  784.      * Gets the public 'cache.app_clearer' shared service.
  785.      *
  786.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  787.      */
  788.     protected function getCache_AppClearerService()
  789.     {
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  792.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  793.     }
  794.     /**
  795.      * Gets the public 'cache.global_clearer' shared service.
  796.      *
  797.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  798.      */
  799.     protected function getCache_GlobalClearerService()
  800.     {
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  803.         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())]);
  804.     }
  805.     /**
  806.      * Gets the public 'cache.system' shared service.
  807.      *
  808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  809.      */
  810.     protected function getCache_SystemService()
  811.     {
  812.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hGxZUuL+E9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  813.     }
  814.     /**
  815.      * Gets the public 'cache.system_clearer' shared service.
  816.      *
  817.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  818.      */
  819.     protected function getCache_SystemClearerService()
  820.     {
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  823.         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())]);
  824.     }
  825.     /**
  826.      * Gets the public 'cache_clearer' shared service.
  827.      *
  828.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  829.      */
  830.     protected function getCacheClearerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  834.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  835.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  836.         }, 1));
  837.     }
  838.     /**
  839.      * Gets the public 'cache_warmer' shared service.
  840.      *
  841.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  842.      */
  843.     protected function getCacheWarmerService()
  844.     {
  845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  847.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  848.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  849.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  850.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  851.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  852.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  853.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  854.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  855.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  856.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  857.     }
  858.     /**
  859.      * Gets the public 'console.command_loader' shared service.
  860.      *
  861.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  862.      */
  863.     protected function getConsole_CommandLoaderService()
  864.     {
  865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  867.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  868.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  869.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  870.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  871.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  872.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  873.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  874.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  875.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  876.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  877.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  878.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  879.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  880.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  881.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  882.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  883.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  884.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  885.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  886.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  887.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  888.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  889.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  890.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  891.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  892.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  893.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  894.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  895.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  896.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  897.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  898.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  899.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  900.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  901.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  902.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  903.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  904.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  905.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  906.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  907.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  908.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  909.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  910.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  911.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  912.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  913.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  914.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  915.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  916.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  917.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  918.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  919.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  920.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  921.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  922.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  923.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  924.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  925.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  926.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  927.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  928.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  929.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  930.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  931.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  932.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  933.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  934.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  935.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  936.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  937.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  938.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  939.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  940.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  941.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  942.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  943.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  944.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  945.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  946.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  947.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  948.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  949.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  950.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  951.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  952.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  953.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  954.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  955.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  956.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  957.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  958.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  959.         ], [
  960.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  961.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  962.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  963.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  964.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  965.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  966.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  967.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  968.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  969.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  970.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  971.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  972.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  973.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  974.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  975.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  976.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  977.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  978.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  979.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  980.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  981.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  982.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  983.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  984.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  985.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  986.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  987.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  988.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  989.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  990.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  991.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  992.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  993.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  994.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  995.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  996.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  997.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  998.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  999.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1000.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1001.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1002.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1003.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1004.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1005.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1006.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1007.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1008.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1009.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1010.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1011.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1012.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1013.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1014.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1015.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1016.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1017.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1018.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1019.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1020.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1021.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1022.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1023.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1024.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1025.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1026.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1027.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1028.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1029.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1030.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1031.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1032.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1033.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1034.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1035.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1036.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1037.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1038.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1039.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1040.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1041.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1042.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1043.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1044.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1045.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1046.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1047.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1048.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1049.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1050.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1051.         ]), ['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:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make: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:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1052.     }
  1053.     /**
  1054.      * Gets the public 'container.env_var_processors_locator' shared service.
  1055.      *
  1056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1057.      */
  1058.     protected function getContainer_EnvVarProcessorsLocatorService()
  1059.     {
  1060.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1061.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1062.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1063.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1064.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1065.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1066.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1067.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1068.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1069.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1070.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1071.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1072.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1073.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1074.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1075.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1076.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1077.         ], [
  1078.             'base64' => '?',
  1079.             'bool' => '?',
  1080.             'const' => '?',
  1081.             'csv' => '?',
  1082.             'default' => '?',
  1083.             'file' => '?',
  1084.             'float' => '?',
  1085.             'int' => '?',
  1086.             'json' => '?',
  1087.             'key' => '?',
  1088.             'query_string' => '?',
  1089.             'require' => '?',
  1090.             'resolve' => '?',
  1091.             'string' => '?',
  1092.             'trim' => '?',
  1093.             'url' => '?',
  1094.         ]);
  1095.     }
  1096.     /**
  1097.      * Gets the public 'data_collector.dump' shared service.
  1098.      *
  1099.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1100.      */
  1101.     protected function getDataCollector_DumpService()
  1102.     {
  1103.         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()));
  1104.     }
  1105.     /**
  1106.      * Gets the public 'doctrine' shared service.
  1107.      *
  1108.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1109.      */
  1110.     protected function getDoctrineService()
  1111.     {
  1112.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1113.     }
  1114.     /**
  1115.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1116.      *
  1117.      * @return \Doctrine\DBAL\Connection
  1118.      */
  1119.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1120.     {
  1121.         $a = new \Doctrine\DBAL\Configuration();
  1122.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1123.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1124.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1125.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1127.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1128.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1129.         $a->setSQLLogger($b);
  1130.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1131.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1132.         ], [
  1133.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1134.         ]));
  1135.         $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  1136.         $f = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  1137.         $g = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  1138.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('property_image'$e$f$g));
  1139.         $d->addEventSubscriber(new \App\Listener\ImageCacheSubscriber(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  1140.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('property_image'$e$f$g));
  1141.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('property_image'$e$f$g));
  1142.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1143.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  1144.     }
  1145.     /**
  1146.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1147.      *
  1148.      * @return \Doctrine\ORM\EntityManager
  1149.      */
  1150.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1151.     {
  1152.         $a = new \Doctrine\ORM\Configuration();
  1153.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1154.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  1155.         $b->addDriver($c'App\\Entity');
  1156.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1157.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1158.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1159.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1160.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1161.         $a->setMetadataDriverImpl($b);
  1162.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1163.         $a->setProxyNamespace('Proxies');
  1164.         $a->setAutoGenerateProxyClasses(true);
  1165.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1166.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1167.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1168.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1169.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1170.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1171.             'App\\Repository\\PictureRepository' => ['privates''App\\Repository\\PictureRepository''getPictureRepositoryService'false],
  1172.             'App\\Repository\\PropertyOptionRepository' => ['privates''App\\Repository\\PropertyOptionRepository''getPropertyOptionRepositoryService'false],
  1173.             'App\\Repository\\PropertyRepository' => ['privates''App\\Repository\\PropertyRepository''getPropertyRepositoryService'false],
  1174.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1175.         ], [
  1176.             'App\\Repository\\PictureRepository' => '?',
  1177.             'App\\Repository\\PropertyOptionRepository' => '?',
  1178.             'App\\Repository\\PropertyRepository' => '?',
  1179.             'App\\Repository\\UserRepository' => '?',
  1180.         ])));
  1181.         $a->addCustomNumericFunction('ASIN''DoctrineExtensions\\Query\\Mysql\\Asin');
  1182.         $a->addCustomNumericFunction('POWER''DoctrineExtensions\\Query\\Mysql\\Power');
  1183.         $a->addCustomNumericFunction('SIN''DoctrineExtensions\\Query\\Mysql\\Sin');
  1184.         $a->addCustomNumericFunction('PI''DoctrineExtensions\\Query\\Mysql\\Pi');
  1185.         $a->addCustomNumericFunction('COS''DoctrineExtensions\\Query\\Mysql\\Cos');
  1186.         $this->services['doctrine.orm.default_entity_manager'] = $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1187.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public 'error_controller' shared service.
  1192.      *
  1193.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1194.      */
  1195.     protected function getErrorControllerService()
  1196.     {
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1202.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1203.         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)));
  1204.     }
  1205.     /**
  1206.      * Gets the public 'event_dispatcher' shared service.
  1207.      *
  1208.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1209.      */
  1210.     protected function getEventDispatcherService()
  1211.     {
  1212.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1213.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1214.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1215.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1216.         $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())));
  1217.         $instance->addListener('kernel.controller', [=> function () {
  1218.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1219.         }, => 'onKernelController'], 0);
  1220.         $instance->addListener('kernel.request', [=> function () {
  1221.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1222.         }, => 'onKernelRequest'], 0);
  1223.         $instance->addListener('kernel.exception', [=> function () {
  1224.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1225.         }, => 'onKernelException'], 0);
  1226.         $instance->addListener('kernel.response', [=> function () {
  1227.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1228.         }, => 'onKernelResponse'], 0);
  1229.         $instance->addListener('kernel.response', [=> function () {
  1230.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1231.         }, => 'onKernelResponse'], -1024);
  1232.         $instance->addListener('kernel.request', [=> function () {
  1233.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1234.         }, => 'setDefaultLocale'], 100);
  1235.         $instance->addListener('kernel.request', [=> function () {
  1236.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1237.         }, => 'onKernelRequest'], 16);
  1238.         $instance->addListener('kernel.finish_request', [=> function () {
  1239.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1240.         }, => 'onKernelFinishRequest'], 0);
  1241.         $instance->addListener('kernel.request', [=> function () {
  1242.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1243.         }, => 'onKernelRequest'], 256);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1246.         }, => 'resolveControllerName'], 24);
  1247.         $instance->addListener('kernel.response', [=> function () {
  1248.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1249.         }, => 'onResponse'], -255);
  1250.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1251.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1252.         }, => 'onControllerArguments'], 0);
  1253.         $instance->addListener('kernel.exception', [=> function () {
  1254.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1255.         }, => 'logKernelException'], 0);
  1256.         $instance->addListener('kernel.exception', [=> function () {
  1257.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1258.         }, => 'onKernelException'], -128);
  1259.         $instance->addListener('kernel.request', [=> function () {
  1260.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1261.         }, => 'onKernelRequest'], 15);
  1262.         $instance->addListener('kernel.finish_request', [=> function () {
  1263.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1264.         }, => 'onKernelFinishRequest'], -15);
  1265.         $instance->addListener('console.error', [=> function () {
  1266.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1267.         }, => 'onConsoleError'], -128);
  1268.         $instance->addListener('console.terminate', [=> function () {
  1269.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1270.         }, => 'onConsoleTerminate'], -128);
  1271.         $instance->addListener('console.error', [=> function () {
  1272.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1273.         }, => 'onConsoleError'], 0);
  1274.         $instance->addListener('kernel.request', [=> function () {
  1275.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1276.         }, => 'onKernelRequest'], 128);
  1277.         $instance->addListener('kernel.response', [=> function () {
  1278.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1279.         }, => 'onKernelResponse'], -1000);
  1280.         $instance->addListener('kernel.finish_request', [=> function () {
  1281.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1282.         }, => 'onFinishRequest'], 0);
  1283.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1284.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1285.         }, => 'onMessage'], -255);
  1286.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1287.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1288.         }, => 'onMessage'], -255);
  1289.         $instance->addListener('kernel.response', [=> function () {
  1290.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1291.         }, => 'onKernelResponse'], -100);
  1292.         $instance->addListener('kernel.exception', [=> function () {
  1293.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1294.         }, => 'onKernelException'], 0);
  1295.         $instance->addListener('kernel.terminate', [=> function () {
  1296.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1297.         }, => 'onKernelTerminate'], -1024);
  1298.         $instance->addListener('kernel.controller', [=> function () {
  1299.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1300.         }, => 'onKernelController'], 0);
  1301.         $instance->addListener('kernel.response', [=> function () {
  1302.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1303.         }, => 'onKernelResponse'], 0);
  1304.         $instance->addListener('kernel.request', [=> function () {
  1305.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1306.         }, => 'configure'], 2048);
  1307.         $instance->addListener('console.command', [=> function () {
  1308.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1309.         }, => 'configure'], 2048);
  1310.         $instance->addListener('kernel.request', [=> function () {
  1311.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1312.         }, => 'onKernelRequest'], 32);
  1313.         $instance->addListener('kernel.finish_request', [=> function () {
  1314.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1315.         }, => 'onKernelFinishRequest'], 0);
  1316.         $instance->addListener('kernel.exception', [=> function () {
  1317.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1318.         }, => 'onKernelException'], -64);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1321.         }, => 'onKernelResponse'], 0);
  1322.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1323.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1324.         }, => 'onMessage'], 0);
  1325.         $instance->addListener('kernel.controller', [=> function () {
  1326.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1327.         }, => 'onKernelController'], 0);
  1328.         $instance->addListener('kernel.controller', [=> function () {
  1329.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1330.         }, => 'onKernelController'], 0);
  1331.         $instance->addListener('kernel.controller', [=> function () {
  1332.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1333.         }, => 'onKernelController'], -128);
  1334.         $instance->addListener('kernel.view', [=> function () {
  1335.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1336.         }, => 'onKernelView'], 0);
  1337.         $instance->addListener('kernel.controller', [=> function () {
  1338.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1339.         }, => 'onKernelController'], 0);
  1340.         $instance->addListener('kernel.response', [=> function () {
  1341.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1342.         }, => 'onKernelResponse'], 0);
  1343.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1344.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1345.         }, => 'onKernelControllerArguments'], 0);
  1346.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1347.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1348.         }, => 'onKernelControllerArguments'], 0);
  1349.         $instance->addListener('kernel.response', [=> function () {
  1350.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1351.         }, => 'onKernelResponse'], 0);
  1352.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1353.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1354.         }, => 'onVoterVote'], 0);
  1355.         $instance->addListener('kernel.request', [=> function () {
  1356.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1357.         }, => 'configureLogoutUrlGenerator'], 8);
  1358.         $instance->addListener('kernel.request', [=> function () {
  1359.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1360.         }, => 'onKernelRequest'], 8);
  1361.         $instance->addListener('kernel.finish_request', [=> function () {
  1362.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1363.         }, => 'onKernelFinishRequest'], 0);
  1364.         $instance->addListener('kernel.response', [=> function () {
  1365.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1366.         }, => 'onKernelResponse'], -128);
  1367.         $instance->addListener('console.command', [=> function () {
  1368.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1369.         }, => 'onCommand'], 255);
  1370.         $instance->addListener('console.terminate', [=> function () {
  1371.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1372.         }, => 'onTerminate'], -255);
  1373.         $instance->addListener('console.command', [=> function () {
  1374.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1375.         }, => 'configure'], 1024);
  1376.         $instance->addListener('console.error', [=> function () {
  1377.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1378.         }, => 'onConsoleError'], 0);
  1379.         $instance->addListener('console.terminate', [=> function () {
  1380.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1381.         }, => 'onConsoleTerminate'], 0);
  1382.         $instance->addListener('kernel.exception', [=> function () {
  1383.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1384.         }, => 'onException'], 0);
  1385.         $instance->addListener('kernel.terminate', [=> function () {
  1386.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1387.         }, => 'onTerminate'], 0);
  1388.         $instance->addListener('console.error', [=> function () {
  1389.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1390.         }, => 'onException'], 0);
  1391.         $instance->addListener('console.terminate', [=> function () {
  1392.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1393.         }, => 'onTerminate'], 0);
  1394.         $instance->addListener('knp_pager.before', [=> function () {
  1395.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1396.         }, => 'before'], 0);
  1397.         $instance->addListener('knp_pager.pagination', [=> function () {
  1398.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1399.         }, => 'pagination'], 0);
  1400.         $instance->addListener('knp_pager.before', [=> function () {
  1401.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1402.         }, => 'before'], 1);
  1403.         $instance->addListener('knp_pager.before', [=> function () {
  1404.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1405.         }, => 'before'], 1);
  1406.         $instance->addListener('knp_pager.pagination', [=> function () {
  1407.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1408.         }, => 'pagination'], 1);
  1409.         return $instance;
  1410.     }
  1411.     /**
  1412.      * Gets the public 'filesystem' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Filesystem\Filesystem
  1415.      */
  1416.     protected function getFilesystemService()
  1417.     {
  1418.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1419.     }
  1420.     /**
  1421.      * Gets the public 'form.factory' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Form\FormFactory
  1424.      */
  1425.     protected function getForm_FactoryService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1429.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1430.     }
  1431.     /**
  1432.      * Gets the public 'form.type.file' shared service.
  1433.      *
  1434.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1435.      */
  1436.     protected function getForm_Type_FileService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1441.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1442.     }
  1443.     /**
  1444.      * Gets the public 'http_kernel' shared service.
  1445.      *
  1446.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1447.      */
  1448.     protected function getHttpKernelService()
  1449.     {
  1450.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1451.         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 () {
  1452.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1453.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1454.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1455.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1456.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1457.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1458.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1459.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1460.         }, 8)), $a));
  1461.     }
  1462.     /**
  1463.      * Gets the public 'knp_paginator' shared service.
  1464.      *
  1465.      * @return \Knp\Component\Pager\Paginator
  1466.      */
  1467.     protected function getKnpPaginatorService($lazyLoad true)
  1468.     {
  1469.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  1471.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1472.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  1473.         return $instance;
  1474.     }
  1475.     /**
  1476.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  1477.      *
  1478.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  1479.      */
  1480.     protected function getLiipImagine_Binary_Loader_DefaultService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  1489.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  1490.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  1491.     }
  1492.     /**
  1493.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1494.      *
  1495.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1496.      */
  1497.     protected function getLiipImagine_Cache_ManagerService()
  1498.     {
  1499.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default');
  1500.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1501.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1502.         return $instance;
  1503.     }
  1504.     /**
  1505.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1506.      *
  1507.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1508.      */
  1509.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1510.     {
  1511.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1512.     }
  1513.     /**
  1514.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1515.      *
  1516.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1517.      */
  1518.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1519.     {
  1520.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1521.     }
  1522.     /**
  1523.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1524.      *
  1525.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1526.      */
  1527.     protected function getLiipImagine_Cache_SignerService()
  1528.     {
  1529.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1530.     }
  1531.     /**
  1532.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  1533.      *
  1534.      * @return \Liip\ImagineBundle\Config\StackCollection
  1535.      */
  1536.     protected function getLiipImagine_Config_StackCollectionService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  1543.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  1563.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  1564.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  1565.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  1566.     }
  1567.     /**
  1568.      * Gets the public 'liip_imagine.data.manager' shared service.
  1569.      *
  1570.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  1571.      */
  1572.     protected function getLiipImagine_Data_ManagerService()
  1573.     {
  1574.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1578.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  1579.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  1580.         return $instance;
  1581.     }
  1582.     /**
  1583.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  1584.      *
  1585.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  1586.      */
  1587.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  1588.     {
  1589.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1592.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  1593.     }
  1594.     /**
  1595.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  1596.      *
  1597.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  1598.      */
  1599.     protected function getLiipImagine_Filter_Loader_FixedService()
  1600.     {
  1601.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  1603.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  1604.     }
  1605.     /**
  1606.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  1607.      *
  1608.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  1609.      */
  1610.     protected function getLiipImagine_Filter_Loader_FlipService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1614.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  1615.     }
  1616.     /**
  1617.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  1618.      *
  1619.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  1620.      */
  1621.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  1622.     {
  1623.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1624.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1625.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  1626.     }
  1627.     /**
  1628.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  1629.      *
  1630.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  1631.      */
  1632.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1636.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  1637.     }
  1638.     /**
  1639.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  1640.      *
  1641.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  1642.      */
  1643.     protected function getLiipImagine_Filter_Loader_ResampleService()
  1644.     {
  1645.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  1647.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  1648.     }
  1649.     /**
  1650.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  1651.      *
  1652.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  1653.      */
  1654.     protected function getLiipImagine_Filter_Loader_RotateService()
  1655.     {
  1656.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1658.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  1659.     }
  1660.     /**
  1661.      * Gets the public 'liip_imagine.filter.manager' shared service.
  1662.      *
  1663.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  1664.      */
  1665.     protected function getLiipImagine_Filter_ManagerService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  1672.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  1673.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  1679.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  1680.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  1684.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  1685.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1687.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  1692.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  1693.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  1694.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  1695.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  1696.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  1697.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  1698.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  1699.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  1700.         $instance->addLoader('paste', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, (\dirname(__DIR__4).'/src')));
  1701.         $instance->addLoader('watermark', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, (\dirname(__DIR__4).'/src')));
  1702.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  1703.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  1704.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  1705.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  1706.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  1707.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  1708.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  1709.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  1710.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  1711.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  1712.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  1713.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  1714.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  1715.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  1716.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  1717.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  1718.         return $instance;
  1719.     }
  1720.     /**
  1721.      * Gets the public 'profiler' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1724.      */
  1725.     protected function getProfilerService()
  1726.     {
  1727.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1728.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1729.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1730.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1731.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1732.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1733.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1734.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1735.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1736.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1737.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1738.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1739.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1740.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1741.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1742.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1743.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1744.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1745.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1746.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1747.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1748.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1749.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1750.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1751.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1752.         if ($this->has('kernel')) {
  1753.             $g->setKernel($b);
  1754.         }
  1755.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1756.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1757.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1758.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1759.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1760.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1761.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1762.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1763.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1764.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1765.         $instance->add($d);
  1766.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1767.         $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())));
  1768.         $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())));
  1769.         $instance->add($e);
  1770.         $instance->add($f);
  1771.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1772.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1773.         $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()))));
  1774.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1775.         $instance->add($g);
  1776.         return $instance;
  1777.     }
  1778.     /**
  1779.      * Gets the public 'request_stack' shared service.
  1780.      *
  1781.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1782.      */
  1783.     protected function getRequestStackService()
  1784.     {
  1785.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1786.     }
  1787.     /**
  1788.      * Gets the public 'router' shared service.
  1789.      *
  1790.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1791.      */
  1792.     protected function getRouterService()
  1793.     {
  1794.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1795.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1796.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1797.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1798.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1799.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1800.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1801.         ], [
  1802.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1803.         ]))->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'fr');
  1804.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1805.         return $instance;
  1806.     }
  1807.     /**
  1808.      * Gets the public 'routing.loader' shared service.
  1809.      *
  1810.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1811.      */
  1812.     protected function getRouting_LoaderService()
  1813.     {
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1836.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1837.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1838.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1839.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1840.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1841.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1842.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1843.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1844.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1845.             'kernel' => ['services''kernel''getKernelService'false],
  1846.         ], [
  1847.             'kernel' => 'App\\Kernel',
  1848.         ]))));
  1849.         $a->addLoader($c);
  1850.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1851.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1852.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1853.     }
  1854.     /**
  1855.      * Gets the public 'security.authentication_utils' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1858.      */
  1859.     protected function getSecurity_AuthenticationUtilsService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1862.         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())));
  1863.     }
  1864.     /**
  1865.      * Gets the public 'security.authorization_checker' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1868.      */
  1869.     protected function getSecurity_AuthorizationCheckerService()
  1870.     {
  1871.         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);
  1872.     }
  1873.     /**
  1874.      * Gets the public 'security.csrf.token_manager' shared service.
  1875.      *
  1876.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1877.      */
  1878.     protected function getSecurity_Csrf_TokenManagerService()
  1879.     {
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1884.         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())));
  1885.     }
  1886.     /**
  1887.      * Gets the public 'security.password_encoder' shared service.
  1888.      *
  1889.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1890.      */
  1891.     protected function getSecurity_PasswordEncoderService()
  1892.     {
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1895.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1896.     }
  1897.     /**
  1898.      * Gets the public 'security.token_storage' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1901.      */
  1902.     protected function getSecurity_TokenStorageService()
  1903.     {
  1904.         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, [
  1905.             'session' => ['services''session''getSessionService'false],
  1906.         ], [
  1907.             'session' => '?',
  1908.         ]));
  1909.     }
  1910.     /**
  1911.      * Gets the public 'serializer' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\Serializer\Serializer
  1914.      */
  1915.     protected function getSerializerService()
  1916.     {
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1952.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1953.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1954.         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()]);
  1955.     }
  1956.     /**
  1957.      * Gets the public 'services_resetter' shared service.
  1958.      *
  1959.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1960.      */
  1961.     protected function getServicesResetterService()
  1962.     {
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1964.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1965.             if (isset($this->services['cache.app'])) {
  1966.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1967.             }
  1968.             if (isset($this->services['cache.system'])) {
  1969.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1970.             }
  1971.             if (isset($this->privates['cache.validator'])) {
  1972.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1973.             }
  1974.             if (isset($this->privates['cache.serializer'])) {
  1975.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1976.             }
  1977.             if (isset($this->privates['cache.annotations'])) {
  1978.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1979.             }
  1980.             if (isset($this->privates['cache.property_info'])) {
  1981.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1982.             }
  1983.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1984.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1985.             }
  1986.             if (isset($this->services['profiler'])) {
  1987.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1988.             }
  1989.             if (isset($this->services['validator'])) {
  1990.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1991.             }
  1992.             if (isset($this->privates['debug.stopwatch'])) {
  1993.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1994.             }
  1995.             if (isset($this->services['event_dispatcher'])) {
  1996.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1997.             }
  1998.             if (isset($this->services['doctrine'])) {
  1999.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2000.             }
  2001.             if (isset($this->privates['form.type.entity'])) {
  2002.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2003.             }
  2004.             if (isset($this->services['security.token_storage'])) {
  2005.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2006.             }
  2007.             if (isset($this->privates['cache.security_expression_language'])) {
  2008.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2009.             }
  2010.             if (isset($this->privates['monolog.handler.main'])) {
  2011.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2012.             }
  2013.             if (isset($this->privates['monolog.handler.console'])) {
  2014.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2015.             }
  2016.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2017.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2018.             }
  2019.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2020.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2021.             }
  2022.             if (isset($this->privates['cache.webpack_encore'])) {
  2023.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2024.             }
  2025.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2026.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2027.             }
  2028.         }, function () {
  2029.             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->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['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]']));
  2030.         }), ['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'], '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'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  2031.     }
  2032.     /**
  2033.      * Gets the public 'session' shared service.
  2034.      *
  2035.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2036.      */
  2037.     protected function getSessionService()
  2038.     {
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2041.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2042.     }
  2043.     /**
  2044.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2045.      *
  2046.      * @return \Swift_Mailer
  2047.      */
  2048.     protected function getSwiftmailer_Mailer_DefaultService()
  2049.     {
  2050.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2051.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2052.     }
  2053.     /**
  2054.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2055.      *
  2056.      * @return \Swift_Plugins_MessageLogger
  2057.      */
  2058.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2063.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2064.     }
  2065.     /**
  2066.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2067.      *
  2068.      * @return \Swift_Transport
  2069.      */
  2070.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2071.     {
  2072.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2076.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => 'info.gwma@gmail.com''password' => 'kiki$LeBlancEtNoir!89''host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'swiftmailer.transport' shared service.
  2080.      *
  2081.      * @return \Swift_Transport_SpoolTransport
  2082.      */
  2083.     protected function getSwiftmailer_TransportService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2095.         $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());
  2096.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.default.delivery_addresses'], []));
  2097.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2098.         return $instance;
  2099.     }
  2100.     /**
  2101.      * Gets the public 'translator' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2104.      */
  2105.     protected function getTranslatorService()
  2106.     {
  2107.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2108.     }
  2109.     /**
  2110.      * Gets the public 'twig' shared service.
  2111.      *
  2112.      * @return \Twig\Environment
  2113.      */
  2114.     protected function getTwigService()
  2115.     {
  2116.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  2117.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2118.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2119.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2120.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2121.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2122.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2123.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2124.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2125.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2126.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2127.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2128.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2129.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  2130.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  2131.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  2132.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  2133.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  2134.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  2135.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2136.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2137.         $a->addPath((\dirname(__DIR__4).'/librairies/RecaptchaBundle/Resources/views'), 'Recaptcha');
  2138.         $a->addPath((\dirname(__DIR__4).'/librairies/RecaptchaBundle/Resources/views'), '!Recaptcha');
  2139.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2140.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2141.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2142.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2143.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2144.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2145.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2146.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2147.         $e = ($this->services['router'] ?? $this->getRouterService());
  2148.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2149.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2150.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  2151.         $h = new \Symfony\Bridge\Twig\AppVariable();
  2152.         $h->setEnvironment('dev');
  2153.         $h->setDebug(true);
  2154.         if ($this->has('security.token_storage')) {
  2155.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2156.         }
  2157.         if ($this->has('request_stack')) {
  2158.             $h->setRequestStack($f);
  2159.         }
  2160.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2161.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2162.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2163.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2164.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2165.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  2166.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  2167.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2168.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2169.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2170.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2171.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2172.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  2173.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  2174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2176.         $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())));
  2177.         $instance->addExtension(new \Twig\CacheExtension\Extension(new \Twig\CacheExtension\CacheStrategy\LifetimeCacheStrategy(new \Twig\CacheExtension\CacheProvider\PsrCacheAdapter(($this->services['cache.app'] ?? $this->getCache_AppService())))));
  2178.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2179.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  2180.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  2181.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  2182.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  2183.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2184.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  2185.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  2186.         ], [
  2187.             'webpack_encore.entrypoint_lookup_collection' => '?',
  2188.             'webpack_encore.tag_renderer' => '?',
  2189.         ])));
  2190.         $instance->addGlobal('app'$h);
  2191.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2192.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2193.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2194.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2195.         ], [
  2196.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2197.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2198.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2199.         ])));
  2200.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  2201.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  2202.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2203.         return $instance;
  2204.     }
  2205.     /**
  2206.      * Gets the public 'twig.controller.exception' shared service.
  2207.      *
  2208.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2209.      *
  2210.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2211.      */
  2212.     protected function getTwig_Controller_ExceptionService()
  2213.     {
  2214.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2215.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2216.     }
  2217.     /**
  2218.      * Gets the public 'twig.controller.preview_error' shared service.
  2219.      *
  2220.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2221.      *
  2222.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2223.      */
  2224.     protected function getTwig_Controller_PreviewErrorService()
  2225.     {
  2226.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2227.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  2228.     }
  2229.     /**
  2230.      * Gets the public 'validator' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2233.      */
  2234.     protected function getValidatorService()
  2235.     {
  2236.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2237.     }
  2238.     /**
  2239.      * Gets the public 'var_dumper.cloner' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2242.      */
  2243.     protected function getVarDumper_ClonerService()
  2244.     {
  2245.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2246.         $instance->setMaxItems(2500);
  2247.         $instance->setMinDepth(1);
  2248.         $instance->setMaxString(-1);
  2249.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2250.         return $instance;
  2251.     }
  2252.     /**
  2253.      * Gets the public 'vich_uploader.download_handler' shared service.
  2254.      *
  2255.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2256.      */
  2257.     protected function getVichUploader_DownloadHandlerService()
  2258.     {
  2259.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  2260.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2261.     }
  2262.     /**
  2263.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2264.      *
  2265.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2266.      */
  2267.     protected function getVichUploader_Form_Type_FileService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2272.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2273.     }
  2274.     /**
  2275.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2276.      *
  2277.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2278.      */
  2279.     protected function getVichUploader_Form_Type_ImageService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  2285.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  2286.     }
  2287.     /**
  2288.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2289.      *
  2290.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2291.      */
  2292.     protected function getVichUploader_UploadHandlerService()
  2293.     {
  2294.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2295.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2296.     }
  2297.     /**
  2298.      * Gets the public 'web_profiler.controller.exception' shared service.
  2299.      *
  2300.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2301.      *
  2302.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2303.      */
  2304.     protected function getWebProfiler_Controller_ExceptionService()
  2305.     {
  2306.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2307.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2308.     }
  2309.     /**
  2310.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2311.      *
  2312.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2313.      */
  2314.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2317.         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()));
  2318.     }
  2319.     /**
  2320.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2321.      *
  2322.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2323.      */
  2324.     protected function getWebProfiler_Controller_ProfilerService()
  2325.     {
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2327.         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));
  2328.     }
  2329.     /**
  2330.      * Gets the public 'web_profiler.controller.router' shared service.
  2331.      *
  2332.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2333.      */
  2334.     protected function getWebProfiler_Controller_RouterService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2337.         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()));
  2338.     }
  2339.     /**
  2340.      * Gets the private '.debug.http_client' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2343.      */
  2344.     protected function get_Debug_HttpClientService()
  2345.     {
  2346.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2347.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2348.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2349.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2350.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2351.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2352.         $a->setLogger($b);
  2353.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2354.     }
  2355.     /**
  2356.      * Gets the private '.errored..service_locator.VzqwDg9.App\Entity\Picture' shared service.
  2357.      *
  2358.      * @return \App\Entity\Picture
  2359.      */
  2360.     protected function getPictureService()
  2361.     {
  2362.         $this->throw('Cannot autowire service ".service_locator.VzqwDg9": it references class "App\\Entity\\Picture" but no such service exists.');
  2363.     }
  2364.     /**
  2365.      * Gets the private '.errored..service_locator.bLi4hLR.App\Entity\Property' shared service.
  2366.      *
  2367.      * @return \App\Entity\Property
  2368.      */
  2369.     protected function getPropertyService()
  2370.     {
  2371.         $this->throw('Cannot autowire service ".service_locator.bLi4hLR": it references class "App\\Entity\\Property" but no such service exists.');
  2372.     }
  2373.     /**
  2374.      * Gets the private '.errored..service_locator.cmwrHo6.App\Entity\Property' shared service.
  2375.      *
  2376.      * @return \App\Entity\Property
  2377.      */
  2378.     protected function getProperty2Service()
  2379.     {
  2380.         $this->throw('Cannot autowire service ".service_locator.cmwrHo6": it references class "App\\Entity\\Property" but no such service exists.');
  2381.     }
  2382.     /**
  2383.      * Gets the private '.errored..service_locator.l5B5QD7.App\Entity\PropertyOption' shared service.
  2384.      *
  2385.      * @return \App\Entity\PropertyOption
  2386.      */
  2387.     protected function getPropertyOptionService()
  2388.     {
  2389.         $this->throw('Cannot autowire service ".service_locator.l5B5QD7": it references class "App\\Entity\\PropertyOption" but no such service exists.');
  2390.     }
  2391.     /**
  2392.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2393.      *
  2394.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2395.      */
  2396.     protected function get_LegacyResolveControllerNameSubscriberService()
  2397.     {
  2398.         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);
  2399.     }
  2400.     /**
  2401.      * Gets the private '.service_locator.VzqwDg9' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2404.      */
  2405.     protected function get_ServiceLocator_VzqwDg9Service()
  2406.     {
  2407.         return $this->privates['.service_locator.VzqwDg9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2408.             'picture' => ['privates''.errored..service_locator.VzqwDg9.App\\Entity\\Picture'NULL'Cannot autowire service ".service_locator.VzqwDg9": it references class "App\\Entity\\Picture" but no such service exists.'],
  2409.         ], [
  2410.             'picture' => 'App\\Entity\\Picture',
  2411.         ]);
  2412.     }
  2413.     /**
  2414.      * Gets the private '.service_locator.aYLuXxo' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2417.      */
  2418.     protected function get_ServiceLocator_AYLuXxoService()
  2419.     {
  2420.         return $this->privates['.service_locator.aYLuXxo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2421.             'App\\Controller\\Admin\\AdminPictureController::delete' => ['privates''.service_locator.VzqwDg9''get_ServiceLocator_VzqwDg9Service'false],
  2422.             'App\\Controller\\Admin\\AdminPropertyController::deactivateOrReactivate' => ['privates''.service_locator.cmwrHo6''get_ServiceLocator_CmwrHo6Service'false],
  2423.             'App\\Controller\\Admin\\AdminPropertyController::delete' => ['privates''.service_locator.cmwrHo6''get_ServiceLocator_CmwrHo6Service'false],
  2424.             'App\\Controller\\Admin\\AdminPropertyController::edit' => ['privates''.service_locator.cmwrHo6''get_ServiceLocator_CmwrHo6Service'false],
  2425.             'App\\Controller\\Admin\\AdminPropertyOptionController::delete' => ['privates''.service_locator.l5B5QD7''get_ServiceLocator_L5B5QD7Service'false],
  2426.             'App\\Controller\\Admin\\AdminPropertyOptionController::edit' => ['privates''.service_locator.l5B5QD7''get_ServiceLocator_L5B5QD7Service'false],
  2427.             'App\\Controller\\Admin\\AdminPropertyOptionController::index' => ['privates''.service_locator.wh5U0wC''get_ServiceLocator_Wh5U0wCService'false],
  2428.             'App\\Controller\\Admin\\AdminPropertyOptionController::show' => ['privates''.service_locator.l5B5QD7''get_ServiceLocator_L5B5QD7Service'false],
  2429.             'App\\Controller\\HomeController::index' => ['privates''.service_locator.nToIphi''get_ServiceLocator_NToIphiService'false],
  2430.             'App\\Controller\\PropertyController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2431.             'App\\Controller\\PropertyController::show' => ['privates''.service_locator.bLi4hLR''get_ServiceLocator_BLi4hLRService'false],
  2432.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2433.             'App\\Controller\\Admin\\AdminPictureController:delete' => ['privates''.service_locator.VzqwDg9''get_ServiceLocator_VzqwDg9Service'false],
  2434.             'App\\Controller\\Admin\\AdminPropertyController:deactivateOrReactivate' => ['privates''.service_locator.cmwrHo6''get_ServiceLocator_CmwrHo6Service'false],
  2435.             'App\\Controller\\Admin\\AdminPropertyController:delete' => ['privates''.service_locator.cmwrHo6''get_ServiceLocator_CmwrHo6Service'false],
  2436.             'App\\Controller\\Admin\\AdminPropertyController:edit' => ['privates''.service_locator.cmwrHo6''get_ServiceLocator_CmwrHo6Service'false],
  2437.             'App\\Controller\\Admin\\AdminPropertyOptionController:delete' => ['privates''.service_locator.l5B5QD7''get_ServiceLocator_L5B5QD7Service'false],
  2438.             'App\\Controller\\Admin\\AdminPropertyOptionController:edit' => ['privates''.service_locator.l5B5QD7''get_ServiceLocator_L5B5QD7Service'false],
  2439.             'App\\Controller\\Admin\\AdminPropertyOptionController:index' => ['privates''.service_locator.wh5U0wC''get_ServiceLocator_Wh5U0wCService'false],
  2440.             'App\\Controller\\Admin\\AdminPropertyOptionController:show' => ['privates''.service_locator.l5B5QD7''get_ServiceLocator_L5B5QD7Service'false],
  2441.             'App\\Controller\\HomeController:index' => ['privates''.service_locator.nToIphi''get_ServiceLocator_NToIphiService'false],
  2442.             'App\\Controller\\PropertyController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2443.             'App\\Controller\\PropertyController:show' => ['privates''.service_locator.bLi4hLR''get_ServiceLocator_BLi4hLRService'false],
  2444.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2445.         ], [
  2446.             'App\\Controller\\Admin\\AdminPictureController::delete' => '?',
  2447.             'App\\Controller\\Admin\\AdminPropertyController::deactivateOrReactivate' => '?',
  2448.             'App\\Controller\\Admin\\AdminPropertyController::delete' => '?',
  2449.             'App\\Controller\\Admin\\AdminPropertyController::edit' => '?',
  2450.             'App\\Controller\\Admin\\AdminPropertyOptionController::delete' => '?',
  2451.             'App\\Controller\\Admin\\AdminPropertyOptionController::edit' => '?',
  2452.             'App\\Controller\\Admin\\AdminPropertyOptionController::index' => '?',
  2453.             'App\\Controller\\Admin\\AdminPropertyOptionController::show' => '?',
  2454.             'App\\Controller\\HomeController::index' => '?',
  2455.             'App\\Controller\\PropertyController::index' => '?',
  2456.             'App\\Controller\\PropertyController::show' => '?',
  2457.             'App\\Controller\\SecurityController::login' => '?',
  2458.             'App\\Controller\\Admin\\AdminPictureController:delete' => '?',
  2459.             'App\\Controller\\Admin\\AdminPropertyController:deactivateOrReactivate' => '?',
  2460.             'App\\Controller\\Admin\\AdminPropertyController:delete' => '?',
  2461.             'App\\Controller\\Admin\\AdminPropertyController:edit' => '?',
  2462.             'App\\Controller\\Admin\\AdminPropertyOptionController:delete' => '?',
  2463.             'App\\Controller\\Admin\\AdminPropertyOptionController:edit' => '?',
  2464.             'App\\Controller\\Admin\\AdminPropertyOptionController:index' => '?',
  2465.             'App\\Controller\\Admin\\AdminPropertyOptionController:show' => '?',
  2466.             'App\\Controller\\HomeController:index' => '?',
  2467.             'App\\Controller\\PropertyController:index' => '?',
  2468.             'App\\Controller\\PropertyController:show' => '?',
  2469.             'App\\Controller\\SecurityController:login' => '?',
  2470.         ]);
  2471.     }
  2472.     /**
  2473.      * Gets the private '.service_locator.bLi4hLR' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2476.      */
  2477.     protected function get_ServiceLocator_BLi4hLRService()
  2478.     {
  2479.         return $this->privates['.service_locator.bLi4hLR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2480.             'notification' => ['privates''App\\Notifications\\ContactNotification''getContactNotificationService'false],
  2481.             'property' => ['privates''.errored..service_locator.bLi4hLR.App\\Entity\\Property'NULL'Cannot autowire service ".service_locator.bLi4hLR": it references class "App\\Entity\\Property" but no such service exists.'],
  2482.         ], [
  2483.             'notification' => 'App\\Notifications\\ContactNotification',
  2484.             'property' => 'App\\Entity\\Property',
  2485.         ]);
  2486.     }
  2487.     /**
  2488.      * Gets the private '.service_locator.cmwrHo6' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2491.      */
  2492.     protected function get_ServiceLocator_CmwrHo6Service()
  2493.     {
  2494.         return $this->privates['.service_locator.cmwrHo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2495.             'property' => ['privates''.errored..service_locator.cmwrHo6.App\\Entity\\Property'NULL'Cannot autowire service ".service_locator.cmwrHo6": it references class "App\\Entity\\Property" but no such service exists.'],
  2496.         ], [
  2497.             'property' => 'App\\Entity\\Property',
  2498.         ]);
  2499.     }
  2500.     /**
  2501.      * Gets the private '.service_locator.g.xob4v' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2504.      */
  2505.     protected function get_ServiceLocator_G_Xob4vService()
  2506.     {
  2507.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2508.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2509.         ], [
  2510.             'authenticationUtils' => '?',
  2511.         ]);
  2512.     }
  2513.     /**
  2514.      * Gets the private '.service_locator.l5B5QD7' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2517.      */
  2518.     protected function get_ServiceLocator_L5B5QD7Service()
  2519.     {
  2520.         return $this->privates['.service_locator.l5B5QD7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2521.             'propertyOption' => ['privates''.errored..service_locator.l5B5QD7.App\\Entity\\PropertyOption'NULL'Cannot autowire service ".service_locator.l5B5QD7": it references class "App\\Entity\\PropertyOption" but no such service exists.'],
  2522.         ], [
  2523.             'propertyOption' => 'App\\Entity\\PropertyOption',
  2524.         ]);
  2525.     }
  2526.     /**
  2527.      * Gets the private '.service_locator.n8gOTNr' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2530.      */
  2531.     protected function get_ServiceLocator_N8gOTNrService()
  2532.     {
  2533.         return $this->privates['.service_locator.n8gOTNr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2534.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2535.         ], [
  2536.             'paginator' => '?',
  2537.         ]);
  2538.     }
  2539.     /**
  2540.      * Gets the private '.service_locator.nToIphi' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2543.      */
  2544.     protected function get_ServiceLocator_NToIphiService()
  2545.     {
  2546.         return $this->privates['.service_locator.nToIphi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2547.             'propertyRepository' => ['privates''App\\Repository\\PropertyRepository''getPropertyRepositoryService'false],
  2548.         ], [
  2549.             'propertyRepository' => 'App\\Repository\\PropertyRepository',
  2550.         ]);
  2551.     }
  2552.     /**
  2553.      * Gets the private '.service_locator.vdmMuyE' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2556.      */
  2557.     protected function get_ServiceLocator_VdmMuyEService()
  2558.     {
  2559.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2560.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2561.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2562.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2563.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2564.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2565.             'router' => ['services''router''getRouterService'false],
  2566.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2567.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2568.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2569.             'serializer' => ['services''serializer''getSerializerService'false],
  2570.             'session' => ['services''session''getSessionService'false],
  2571.             'twig' => ['services''twig''getTwigService'false],
  2572.         ], [
  2573.             'doctrine' => '?',
  2574.             'form.factory' => '?',
  2575.             'http_kernel' => '?',
  2576.             'parameter_bag' => '?',
  2577.             'request_stack' => '?',
  2578.             'router' => '?',
  2579.             'security.authorization_checker' => '?',
  2580.             'security.csrf.token_manager' => '?',
  2581.             'security.token_storage' => '?',
  2582.             'serializer' => '?',
  2583.             'session' => '?',
  2584.             'twig' => '?',
  2585.         ]);
  2586.     }
  2587.     /**
  2588.      * Gets the private '.service_locator.wh5U0wC' shared service.
  2589.      *
  2590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2591.      */
  2592.     protected function get_ServiceLocator_Wh5U0wCService()
  2593.     {
  2594.         return $this->privates['.service_locator.wh5U0wC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2595.             'propertyOptionRepository' => ['privates''App\\Repository\\PropertyOptionRepository''getPropertyOptionRepositoryService'false],
  2596.         ], [
  2597.             'propertyOptionRepository' => 'App\\Repository\\PropertyOptionRepository',
  2598.         ]);
  2599.     }
  2600.     /**
  2601.      * Gets the private 'App\Form\ContactType' shared autowired service.
  2602.      *
  2603.      * @return \App\Form\ContactType
  2604.      */
  2605.     protected function getContactTypeService()
  2606.     {
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2609.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  2610.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  2611.     }
  2612.     /**
  2613.      * Gets the private 'App\Form\PropertyOptionType' shared autowired service.
  2614.      *
  2615.      * @return \App\Form\PropertyOptionType
  2616.      */
  2617.     protected function getPropertyOptionTypeService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2621.         include_once \dirname(__DIR__4).'/src/Form/PropertyOptionType.php';
  2622.         return $this->privates['App\\Form\\PropertyOptionType'] = new \App\Form\PropertyOptionType();
  2623.     }
  2624.     /**
  2625.      * Gets the private 'App\Form\PropertySearchType' shared autowired service.
  2626.      *
  2627.      * @return \App\Form\PropertySearchType
  2628.      */
  2629.     protected function getPropertySearchTypeService()
  2630.     {
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2633.         include_once \dirname(__DIR__4).'/src/Form/PropertySearchType.php';
  2634.         return $this->privates['App\\Form\\PropertySearchType'] = new \App\Form\PropertySearchType();
  2635.     }
  2636.     /**
  2637.      * Gets the private 'App\Form\PropertyType' shared autowired service.
  2638.      *
  2639.      * @return \App\Form\PropertyType
  2640.      */
  2641.     protected function getPropertyTypeService()
  2642.     {
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2645.         include_once \dirname(__DIR__4).'/src/Form/PropertyType.php';
  2646.         return $this->privates['App\\Form\\PropertyType'] = new \App\Form\PropertyType();
  2647.     }
  2648.     /**
  2649.      * Gets the private 'App\Notifications\ContactNotification' shared autowired service.
  2650.      *
  2651.      * @return \App\Notifications\ContactNotification
  2652.      */
  2653.     protected function getContactNotificationService()
  2654.     {
  2655.         include_once \dirname(__DIR__4).'/src/Notifications/ContactNotification.php';
  2656.         return $this->privates['App\\Notifications\\ContactNotification'] = new \App\Notifications\ContactNotification(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()));
  2657.     }
  2658.     /**
  2659.      * Gets the private 'App\Repository\PictureRepository' shared autowired service.
  2660.      *
  2661.      * @return \App\Repository\PictureRepository
  2662.      */
  2663.     protected function getPictureRepositoryService()
  2664.     {
  2665.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2670.         include_once \dirname(__DIR__4).'/src/Repository/PictureRepository.php';
  2671.         return $this->privates['App\\Repository\\PictureRepository'] = new \App\Repository\PictureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2672.     }
  2673.     /**
  2674.      * Gets the private 'App\Repository\PropertyOptionRepository' shared autowired service.
  2675.      *
  2676.      * @return \App\Repository\PropertyOptionRepository
  2677.      */
  2678.     protected function getPropertyOptionRepositoryService()
  2679.     {
  2680.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2685.         include_once \dirname(__DIR__4).'/src/Repository/PropertyOptionRepository.php';
  2686.         return $this->privates['App\\Repository\\PropertyOptionRepository'] = new \App\Repository\PropertyOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2687.     }
  2688.     /**
  2689.      * Gets the private 'App\Repository\PropertyRepository' shared autowired service.
  2690.      *
  2691.      * @return \App\Repository\PropertyRepository
  2692.      */
  2693.     protected function getPropertyRepositoryService()
  2694.     {
  2695.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2700.         include_once \dirname(__DIR__4).'/src/Repository/PropertyRepository.php';
  2701.         return $this->privates['App\\Repository\\PropertyRepository'] = new \App\Repository\PropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2702.     }
  2703.     /**
  2704.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2705.      *
  2706.      * @return \App\Repository\UserRepository
  2707.      */
  2708.     protected function getUserRepositoryService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2715.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2716.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  2720.      *
  2721.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  2722.      */
  2723.     protected function getUploaderHelperService()
  2724.     {
  2725.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  2729.      *
  2730.      * @return \Vich\UploaderBundle\Util\Transliterator
  2731.      */
  2732.     protected function getTransliteratorService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  2737.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  2738.     }
  2739.     /**
  2740.      * Gets the private 'annotations.cache' shared service.
  2741.      *
  2742.      * @return \Symfony\Component\Cache\DoctrineProvider
  2743.      */
  2744.     protected function getAnnotations_CacheService()
  2745.     {
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2749.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2750.     }
  2751.     /**
  2752.      * Gets the private 'annotations.cache_warmer' shared service.
  2753.      *
  2754.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2755.      */
  2756.     protected function getAnnotations_CacheWarmerService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2761.         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);
  2762.     }
  2763.     /**
  2764.      * Gets the private 'annotations.cached_reader' shared service.
  2765.      *
  2766.      * @return \Doctrine\Common\Annotations\CachedReader
  2767.      */
  2768.     protected function getAnnotations_CachedReaderService()
  2769.     {
  2770.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2771.     }
  2772.     /**
  2773.      * Gets the private 'annotations.reader' shared service.
  2774.      *
  2775.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2776.      */
  2777.     protected function getAnnotations_ReaderService()
  2778.     {
  2779.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2780.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2781.         $a->registerUniqueLoader('class_exists');
  2782.         $instance->addGlobalIgnoredName('required'$a);
  2783.         return $instance;
  2784.     }
  2785.     /**
  2786.      * Gets the private 'assets.packages' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\Asset\Packages
  2789.      */
  2790.     protected function getAssets_PackagesService()
  2791.     {
  2792.         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)), []);
  2793.     }
  2794.     /**
  2795.      * Gets the private 'cache.annotations' shared service.
  2796.      *
  2797.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2798.      */
  2799.     protected function getCache_AnnotationsService()
  2800.     {
  2801.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Fc+o+o0AAu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2802.     }
  2803.     /**
  2804.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2807.      */
  2808.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2809.     {
  2810.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2811.     }
  2812.     /**
  2813.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2814.      *
  2815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2816.      */
  2817.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2818.     {
  2819.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2820.     }
  2821.     /**
  2822.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2823.      *
  2824.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2825.      */
  2826.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2827.     {
  2828.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2829.     }
  2830.     /**
  2831.      * Gets the private 'cache.property_info' shared service.
  2832.      *
  2833.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2834.      */
  2835.     protected function getCache_PropertyInfoService()
  2836.     {
  2837.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iBUKwzmZ+C'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2838.     }
  2839.     /**
  2840.      * Gets the private 'cache.security_expression_language' shared service.
  2841.      *
  2842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2843.      */
  2844.     protected function getCache_SecurityExpressionLanguageService()
  2845.     {
  2846.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qFbesCg49q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'cache.serializer' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2852.      */
  2853.     protected function getCache_SerializerService()
  2854.     {
  2855.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Lwif27xJKb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2856.     }
  2857.     /**
  2858.      * Gets the private 'cache.validator' shared service.
  2859.      *
  2860.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2861.      */
  2862.     protected function getCache_ValidatorService()
  2863.     {
  2864.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eyQuKimk+H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2865.     }
  2866.     /**
  2867.      * Gets the private 'cache.webpack_encore' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2870.      */
  2871.     protected function getCache_WebpackEncoreService()
  2872.     {
  2873.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aVJUEZn2aA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2874.     }
  2875.     /**
  2876.      * Gets the private 'config_cache_factory' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2879.      */
  2880.     protected function getConfigCacheFactoryService()
  2881.     {
  2882.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2883.             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)));
  2884.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2885.         }, 2));
  2886.     }
  2887.     /**
  2888.      * Gets the private 'console.command.about' shared service.
  2889.      *
  2890.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2891.      */
  2892.     protected function getConsole_Command_AboutService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2896.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2897.         $instance->setName('about');
  2898.         return $instance;
  2899.     }
  2900.     /**
  2901.      * Gets the private 'console.command.assets_install' shared service.
  2902.      *
  2903.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2904.      */
  2905.     protected function getConsole_Command_AssetsInstallService()
  2906.     {
  2907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2909.         $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));
  2910.         $instance->setName('assets:install');
  2911.         return $instance;
  2912.     }
  2913.     /**
  2914.      * Gets the private 'console.command.cache_clear' shared service.
  2915.      *
  2916.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2917.      */
  2918.     protected function getConsole_Command_CacheClearService()
  2919.     {
  2920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2922.         $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())));
  2923.         $instance->setName('cache:clear');
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2928.      *
  2929.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2930.      */
  2931.     protected function getConsole_Command_CachePoolClearService()
  2932.     {
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2935.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2936.         $instance->setName('cache:pool:clear');
  2937.         return $instance;
  2938.     }
  2939.     /**
  2940.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2941.      *
  2942.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2943.      */
  2944.     protected function getConsole_Command_CachePoolDeleteService()
  2945.     {
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2948.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2949.         $instance->setName('cache:pool:delete');
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private 'console.command.cache_pool_list' shared service.
  2954.      *
  2955.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2956.      */
  2957.     protected function getConsole_Command_CachePoolListService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2961.         $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']);
  2962.         $instance->setName('cache:pool:list');
  2963.         return $instance;
  2964.     }
  2965.     /**
  2966.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2967.      *
  2968.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2969.      */
  2970.     protected function getConsole_Command_CachePoolPruneService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2974.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2975.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2976.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2977.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2978.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2979.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2980.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2981.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2982.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2983.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2984.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2985.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  2986.         }, 11));
  2987.         $instance->setName('cache:pool:prune');
  2988.         return $instance;
  2989.     }
  2990.     /**
  2991.      * Gets the private 'console.command.cache_warmup' shared service.
  2992.      *
  2993.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2994.      */
  2995.     protected function getConsole_Command_CacheWarmupService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2999.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3000.         $instance->setName('cache:warmup');
  3001.         return $instance;
  3002.     }
  3003.     /**
  3004.      * Gets the private 'console.command.config_debug' shared service.
  3005.      *
  3006.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3007.      */
  3008.     protected function getConsole_Command_ConfigDebugService()
  3009.     {
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3014.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3015.         $instance->setName('debug:config');
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'console.command.config_dump_reference' shared service.
  3020.      *
  3021.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3022.      */
  3023.     protected function getConsole_Command_ConfigDumpReferenceService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3029.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3030.         $instance->setName('config:dump-reference');
  3031.         return $instance;
  3032.     }
  3033.     /**
  3034.      * Gets the private 'console.command.container_debug' shared service.
  3035.      *
  3036.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3037.      */
  3038.     protected function getConsole_Command_ContainerDebugService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3042.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3043.         $instance->setName('debug:container');
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the private 'console.command.container_lint' shared service.
  3048.      *
  3049.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3050.      */
  3051.     protected function getConsole_Command_ContainerLintService()
  3052.     {
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3055.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3056.         $instance->setName('lint:container');
  3057.         return $instance;
  3058.     }
  3059.     /**
  3060.      * Gets the private 'console.command.debug_autowiring' shared service.
  3061.      *
  3062.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3063.      */
  3064.     protected function getConsole_Command_DebugAutowiringService()
  3065.     {
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3069.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3070.         $instance->setName('debug:autowiring');
  3071.         return $instance;
  3072.     }
  3073.     /**
  3074.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3075.      *
  3076.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3077.      */
  3078.     protected function getConsole_Command_EventDispatcherDebugService()
  3079.     {
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3082.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3083.         $instance->setName('debug:event-dispatcher');
  3084.         return $instance;
  3085.     }
  3086.     /**
  3087.      * Gets the private 'console.command.form_debug' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\Form\Command\DebugCommand
  3090.      */
  3091.     protected function getConsole_Command_FormDebugService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3095.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'GWMA\\RecaptchaBundle\\Type'], [=> 'App\\Form\\ContactType'=> 'App\\Form\\PropertyOptionType'=> 'App\\Form\\PropertySearchType'=> 'App\\Form\\PropertyType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'=> 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'10 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'11 => 'GWMA\\RecaptchaBundle\\Type\\RecaptchaSubmitType'], [=> '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()));
  3096.         $instance->setName('debug:form');
  3097.         return $instance;
  3098.     }
  3099.     /**
  3100.      * Gets the private 'console.command.router_debug' shared service.
  3101.      *
  3102.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3103.      */
  3104.     protected function getConsole_Command_RouterDebugService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3108.         $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()));
  3109.         $instance->setName('debug:router');
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the private 'console.command.router_match' shared service.
  3114.      *
  3115.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3116.      */
  3117.     protected function getConsole_Command_RouterMatchService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3121.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3122.         $instance->setName('router:match');
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3127.      *
  3128.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3129.      */
  3130.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3138.         $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')))));
  3139.         $instance->setName('secrets:decrypt-to-local');
  3140.         return $instance;
  3141.     }
  3142.     /**
  3143.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3144.      *
  3145.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3146.      */
  3147.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3148.     {
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3155.         $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')))));
  3156.         $instance->setName('secrets:encrypt-from-local');
  3157.         return $instance;
  3158.     }
  3159.     /**
  3160.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3161.      *
  3162.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3163.      */
  3164.     protected function getConsole_Command_SecretsGenerateKeyService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3172.         $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')))));
  3173.         $instance->setName('secrets:generate-keys');
  3174.         return $instance;
  3175.     }
  3176.     /**
  3177.      * Gets the private 'console.command.secrets_list' shared service.
  3178.      *
  3179.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3180.      */
  3181.     protected function getConsole_Command_SecretsListService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3189.         $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')))));
  3190.         $instance->setName('secrets:list');
  3191.         return $instance;
  3192.     }
  3193.     /**
  3194.      * Gets the private 'console.command.secrets_remove' shared service.
  3195.      *
  3196.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3197.      */
  3198.     protected function getConsole_Command_SecretsRemoveService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3206.         $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')))));
  3207.         $instance->setName('secrets:remove');
  3208.         return $instance;
  3209.     }
  3210.     /**
  3211.      * Gets the private 'console.command.secrets_set' shared service.
  3212.      *
  3213.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3214.      */
  3215.     protected function getConsole_Command_SecretsSetService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3223.         $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')))));
  3224.         $instance->setName('secrets:set');
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the private 'console.command.translation_debug' shared service.
  3229.      *
  3230.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3231.      */
  3232.     protected function getConsole_Command_TranslationDebugService()
  3233.     {
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3236.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')]);
  3237.         $instance->setName('debug:translation');
  3238.         return $instance;
  3239.     }
  3240.     /**
  3241.      * Gets the private 'console.command.translation_update' shared service.
  3242.      *
  3243.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3244.      */
  3245.     protected function getConsole_Command_TranslationUpdateService()
  3246.     {
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3263.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3264.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3265.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3266.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3267.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3268.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3269.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3270.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3271.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3272.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3273.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3274.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3275.         $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()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')]);
  3276.         $instance->setName('translation:update');
  3277.         return $instance;
  3278.     }
  3279.     /**
  3280.      * Gets the private 'console.command.xliff_lint' shared service.
  3281.      *
  3282.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3283.      */
  3284.     protected function getConsole_Command_XliffLintService()
  3285.     {
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3289.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3290.         $instance->setName('lint:xliff');
  3291.         return $instance;
  3292.     }
  3293.     /**
  3294.      * Gets the private 'console.command.yaml_lint' shared service.
  3295.      *
  3296.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3297.      */
  3298.     protected function getConsole_Command_YamlLintService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3303.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3304.         $instance->setName('lint:yaml');
  3305.         return $instance;
  3306.     }
  3307.     /**
  3308.      * Gets the private 'console.error_listener' shared service.
  3309.      *
  3310.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3311.      */
  3312.     protected function getConsole_ErrorListenerService()
  3313.     {
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3315.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3316.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3317.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3318.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3319.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3320.     }
  3321.     /**
  3322.      * Gets the private 'container.env_var_processor' shared service.
  3323.      *
  3324.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3325.      */
  3326.     protected function getContainer_EnvVarProcessorService()
  3327.     {
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3330.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3331.             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'))));
  3332.         }, 1));
  3333.     }
  3334.     /**
  3335.      * Gets the private 'data_collector.form' shared service.
  3336.      *
  3337.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3338.      */
  3339.     protected function getDataCollector_FormService()
  3340.     {
  3341.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3342.     }
  3343.     /**
  3344.      * Gets the private 'debug.argument_resolver.default' shared service.
  3345.      *
  3346.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3347.      */
  3348.     protected function getDebug_ArgumentResolver_DefaultService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3353.         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))));
  3354.     }
  3355.     /**
  3356.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3357.      *
  3358.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3359.      */
  3360.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3365.         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.aYLuXxo'] ?? $this->get_ServiceLocator_AYLuXxoService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3366.     }
  3367.     /**
  3368.      * Gets the private 'debug.argument_resolver.request' shared service.
  3369.      *
  3370.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3371.      */
  3372.     protected function getDebug_ArgumentResolver_RequestService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3377.         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))));
  3378.     }
  3379.     /**
  3380.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3381.      *
  3382.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3383.      */
  3384.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3389.         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))));
  3390.     }
  3391.     /**
  3392.      * Gets the private 'debug.argument_resolver.service' shared service.
  3393.      *
  3394.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3395.      */
  3396.     protected function getDebug_ArgumentResolver_ServiceService()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3401.         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.aYLuXxo'] ?? $this->get_ServiceLocator_AYLuXxoService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3402.     }
  3403.     /**
  3404.      * Gets the private 'debug.argument_resolver.session' shared service.
  3405.      *
  3406.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3407.      */
  3408.     protected function getDebug_ArgumentResolver_SessionService()
  3409.     {
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3413.         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))));
  3414.     }
  3415.     /**
  3416.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3417.      *
  3418.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3419.      */
  3420.     protected function getDebug_ArgumentResolver_VariadicService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3425.         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))));
  3426.     }
  3427.     /**
  3428.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3429.      *
  3430.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3431.      */
  3432.     protected function getDebug_DebugHandlersListenerService()
  3433.     {
  3434.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3435.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3436.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3437.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3438.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3439.         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);
  3440.     }
  3441.     /**
  3442.      * Gets the private 'debug.dump_listener' shared service.
  3443.      *
  3444.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3445.      */
  3446.     protected function getDebug_DumpListenerService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3450.         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()));
  3451.     }
  3452.     /**
  3453.      * Gets the private 'debug.file_link_formatter' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3456.      */
  3457.     protected function getDebug_FileLinkFormatterService()
  3458.     {
  3459.         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 () {
  3460.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3461.         });
  3462.     }
  3463.     /**
  3464.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3465.      *
  3466.      * @return \string
  3467.      */
  3468.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3469.     {
  3470.         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');
  3471.     }
  3472.     /**
  3473.      * Gets the private 'debug.log_processor' shared service.
  3474.      *
  3475.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3476.      */
  3477.     protected function getDebug_LogProcessorService()
  3478.     {
  3479.         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())));
  3480.     }
  3481.     /**
  3482.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3483.      *
  3484.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3485.      */
  3486.     protected function getDebug_Security_Access_DecisionManagerService()
  3487.     {
  3488.         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 () {
  3489.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3490.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3491.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3492.         }, 3), 'affirmative'falsetrue));
  3493.     }
  3494.     /**
  3495.      * Gets the private 'debug.security.firewall' shared service.
  3496.      *
  3497.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3498.      */
  3499.     protected function getDebug_Security_FirewallService()
  3500.     {
  3501.         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()));
  3502.     }
  3503.     /**
  3504.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3505.      *
  3506.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3507.      */
  3508.     protected function getDebug_Security_UserValueResolverService()
  3509.     {
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3513.         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))));
  3514.     }
  3515.     /**
  3516.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3517.      *
  3518.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3519.      */
  3520.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3521.     {
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3525.         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()));
  3526.     }
  3527.     /**
  3528.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3529.      *
  3530.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3531.      */
  3532.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3533.     {
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3537.         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()));
  3538.     }
  3539.     /**
  3540.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3541.      *
  3542.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3543.      */
  3544.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3545.     {
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3549.         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()));
  3550.     }
  3551.     /**
  3552.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3553.      *
  3554.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3555.      */
  3556.     protected function getDebug_Security_Voter_VoteListenerService()
  3557.     {
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3559.         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()));
  3560.     }
  3561.     /**
  3562.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3563.      *
  3564.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3565.      */
  3566.     protected function getDoctrine_CacheClearMetadataCommandService()
  3567.     {
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3571.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3572.         $instance->setName('doctrine:cache:clear-metadata');
  3573.         return $instance;
  3574.     }
  3575.     /**
  3576.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3577.      *
  3578.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3579.      */
  3580.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3585.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3586.         $instance->setName('doctrine:cache:clear-query');
  3587.         return $instance;
  3588.     }
  3589.     /**
  3590.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3591.      *
  3592.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3593.      */
  3594.     protected function getDoctrine_CacheClearResultCommandService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3599.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3600.         $instance->setName('doctrine:cache:clear-result');
  3601.         return $instance;
  3602.     }
  3603.     /**
  3604.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3605.      *
  3606.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3607.      */
  3608.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3609.     {
  3610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3613.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3614.         $instance->setName('doctrine:cache:clear-collection-region');
  3615.         return $instance;
  3616.     }
  3617.     /**
  3618.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3619.      *
  3620.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3621.      */
  3622.     protected function getDoctrine_ClearEntityRegionCommandService()
  3623.     {
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3627.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3628.         $instance->setName('doctrine:cache:clear-entity-region');
  3629.         return $instance;
  3630.     }
  3631.     /**
  3632.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3633.      *
  3634.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3635.      */
  3636.     protected function getDoctrine_ClearQueryRegionCommandService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3641.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3642.         $instance->setName('doctrine:cache:clear-query-region');
  3643.         return $instance;
  3644.     }
  3645.     /**
  3646.      * Gets the private 'doctrine.database_create_command' shared service.
  3647.      *
  3648.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3649.      */
  3650.     protected function getDoctrine_DatabaseCreateCommandService()
  3651.     {
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3655.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3656.         $instance->setName('doctrine:database:create');
  3657.         return $instance;
  3658.     }
  3659.     /**
  3660.      * Gets the private 'doctrine.database_drop_command' shared service.
  3661.      *
  3662.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3663.      */
  3664.     protected function getDoctrine_DatabaseDropCommandService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3669.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3670.         $instance->setName('doctrine:database:drop');
  3671.         return $instance;
  3672.     }
  3673.     /**
  3674.      * Gets the private 'doctrine.database_import_command' shared service.
  3675.      *
  3676.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3677.      */
  3678.     protected function getDoctrine_DatabaseImportCommandService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3683.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3684.         $instance->setName('doctrine:database:import');
  3685.         return $instance;
  3686.     }
  3687.     /**
  3688.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3689.      *
  3690.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3691.      */
  3692.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3697.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3698.         $instance->setName('doctrine:ensure-production-settings');
  3699.         return $instance;
  3700.     }
  3701.     /**
  3702.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3703.      *
  3704.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3705.      */
  3706.     protected function getDoctrine_FixturesLoadCommandService()
  3707.     {
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3719.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  3720.         include_once \dirname(__DIR__4).'/src/DataFixtures/PropertyFixture.php';
  3721.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  3722.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3723.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\PropertyFixture(), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), 'groups' => []]]);
  3724.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3725.         $instance->setName('doctrine:fixtures:load');
  3726.         return $instance;
  3727.     }
  3728.     /**
  3729.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3730.      *
  3731.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3732.      */
  3733.     protected function getDoctrine_MappingConvertCommandService()
  3734.     {
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3738.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3739.         $instance->setName('doctrine:mapping:convert');
  3740.         return $instance;
  3741.     }
  3742.     /**
  3743.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3744.      *
  3745.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3746.      */
  3747.     protected function getDoctrine_MappingImportCommandService()
  3748.     {
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3752.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3753.         $instance->setName('doctrine:mapping:import');
  3754.         return $instance;
  3755.     }
  3756.     /**
  3757.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3758.      *
  3759.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3760.      */
  3761.     protected function getDoctrine_MappingInfoCommandService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3766.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3767.         $instance->setName('doctrine:mapping:info');
  3768.         return $instance;
  3769.     }
  3770.     /**
  3771.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3772.      *
  3773.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3774.      */
  3775.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3776.     {
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3778.         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()));
  3779.     }
  3780.     /**
  3781.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3782.      *
  3783.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3784.      */
  3785.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3786.     {
  3787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3788.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3789.     }
  3790.     /**
  3791.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3792.      *
  3793.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3794.      */
  3795.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3799.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3800.     }
  3801.     /**
  3802.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3803.      *
  3804.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3805.      */
  3806.     protected function getDoctrine_Orm_Validator_UniqueService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3811.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3812.     }
  3813.     /**
  3814.      * Gets the private 'doctrine.query_dql_command' shared service.
  3815.      *
  3816.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3817.      */
  3818.     protected function getDoctrine_QueryDqlCommandService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3823.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3824.         $instance->setName('doctrine:query:dql');
  3825.         return $instance;
  3826.     }
  3827.     /**
  3828.      * Gets the private 'doctrine.query_sql_command' shared service.
  3829.      *
  3830.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3831.      */
  3832.     protected function getDoctrine_QuerySqlCommandService()
  3833.     {
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3837.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  3838.         $instance->setName('doctrine:query:sql');
  3839.         return $instance;
  3840.     }
  3841.     /**
  3842.      * Gets the private 'doctrine.schema_create_command' shared service.
  3843.      *
  3844.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3845.      */
  3846.     protected function getDoctrine_SchemaCreateCommandService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3852.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3853.         $instance->setName('doctrine:schema:create');
  3854.         return $instance;
  3855.     }
  3856.     /**
  3857.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3858.      *
  3859.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3860.      */
  3861.     protected function getDoctrine_SchemaDropCommandService()
  3862.     {
  3863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3867.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3868.         $instance->setName('doctrine:schema:drop');
  3869.         return $instance;
  3870.     }
  3871.     /**
  3872.      * Gets the private 'doctrine.schema_update_command' shared service.
  3873.      *
  3874.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3875.      */
  3876.     protected function getDoctrine_SchemaUpdateCommandService()
  3877.     {
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3882.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3883.         $instance->setName('doctrine:schema:update');
  3884.         return $instance;
  3885.     }
  3886.     /**
  3887.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3888.      *
  3889.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3890.      */
  3891.     protected function getDoctrine_SchemaValidateCommandService()
  3892.     {
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3896.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3897.         $instance->setName('doctrine:schema:validate');
  3898.         return $instance;
  3899.     }
  3900.     /**
  3901.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3902.      *
  3903.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  3904.      */
  3905.     protected function getDoctrineMigrations_DiffCommandService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  3911.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  3912.         $instance->setName('doctrine:migrations:diff');
  3913.         return $instance;
  3914.     }
  3915.     /**
  3916.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3917.      *
  3918.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  3919.      */
  3920.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3921.     {
  3922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  3926.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  3927.         $instance->setName('doctrine:migrations:dump-schema');
  3928.         return $instance;
  3929.     }
  3930.     /**
  3931.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3932.      *
  3933.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  3934.      */
  3935.     protected function getDoctrineMigrations_ExecuteCommandService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  3941.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  3942.         $instance->setName('doctrine:migrations:execute');
  3943.         return $instance;
  3944.     }
  3945.     /**
  3946.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3947.      *
  3948.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  3949.      */
  3950.     protected function getDoctrineMigrations_GenerateCommandService()
  3951.     {
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  3956.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  3957.         $instance->setName('doctrine:migrations:generate');
  3958.         return $instance;
  3959.     }
  3960.     /**
  3961.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3962.      *
  3963.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  3964.      */
  3965.     protected function getDoctrineMigrations_LatestCommandService()
  3966.     {
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  3971.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  3972.         $instance->setName('doctrine:migrations:latest');
  3973.         return $instance;
  3974.     }
  3975.     /**
  3976.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3977.      *
  3978.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  3979.      */
  3980.     protected function getDoctrineMigrations_MigrateCommandService()
  3981.     {
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3983.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3985.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  3986.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  3987.         $instance->setName('doctrine:migrations:migrate');
  3988.         return $instance;
  3989.     }
  3990.     /**
  3991.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3992.      *
  3993.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  3994.      */
  3995.     protected function getDoctrineMigrations_RollupCommandService()
  3996.     {
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  4001.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  4002.         $instance->setName('doctrine:migrations:rollup');
  4003.         return $instance;
  4004.     }
  4005.     /**
  4006.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4007.      *
  4008.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  4009.      */
  4010.     protected function getDoctrineMigrations_StatusCommandService()
  4011.     {
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4014.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  4016.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  4017.         $instance->setName('doctrine:migrations:status');
  4018.         return $instance;
  4019.     }
  4020.     /**
  4021.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4022.      *
  4023.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  4024.      */
  4025.     protected function getDoctrineMigrations_UpToDateCommandService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  4031.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  4032.         $instance->setName('doctrine:migrations:up-to-date');
  4033.         return $instance;
  4034.     }
  4035.     /**
  4036.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4037.      *
  4038.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  4039.      */
  4040.     protected function getDoctrineMigrations_VersionCommandService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  4046.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  4047.         $instance->setName('doctrine:migrations:version');
  4048.         return $instance;
  4049.     }
  4050.     /**
  4051.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4052.      *
  4053.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4054.      */
  4055.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4056.     {
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4059.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4060.         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()));
  4061.     }
  4062.     /**
  4063.      * Gets the private 'exception_listener' shared service.
  4064.      *
  4065.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4066.      */
  4067.     protected function getExceptionListenerService()
  4068.     {
  4069.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4070.     }
  4071.     /**
  4072.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4073.      *
  4074.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4075.      */
  4076.     protected function getForm_ChoiceListFactory_CachedService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4082.         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())));
  4083.     }
  4084.     /**
  4085.      * Gets the private 'form.registry' shared service.
  4086.      *
  4087.      * @return \Symfony\Component\Form\FormRegistry
  4088.      */
  4089.     protected function getForm_RegistryService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4098.         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, [
  4099.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  4100.             'App\\Form\\PropertyOptionType' => ['privates''App\\Form\\PropertyOptionType''getPropertyOptionTypeService'false],
  4101.             'App\\Form\\PropertySearchType' => ['privates''App\\Form\\PropertySearchType''getPropertySearchTypeService'false],
  4102.             'App\\Form\\PropertyType' => ['privates''App\\Form\\PropertyType''getPropertyTypeService'false],
  4103.             'GWMA\\RecaptchaBundle\\Type\\RecaptchaSubmitType' => ['privates''recaptcha.type''getRecaptcha_TypeService'false],
  4104.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  4105.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4106.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4107.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4108.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4109.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  4110.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  4111.         ], [
  4112.             'App\\Form\\ContactType' => '?',
  4113.             'App\\Form\\PropertyOptionType' => '?',
  4114.             'App\\Form\\PropertySearchType' => '?',
  4115.             'App\\Form\\PropertyType' => '?',
  4116.             'GWMA\\RecaptchaBundle\\Type\\RecaptchaSubmitType' => '?',
  4117.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  4118.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4119.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4120.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4121.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4122.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  4123.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  4124.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4125.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4126.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4127.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4128.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4129.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4130.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4131.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4132.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4133.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4134.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4135.         }, 1)], new RewindableGenerator(function () {
  4136.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4137.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4138.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4139.     }
  4140.     /**
  4141.      * Gets the private 'form.server_params' shared service.
  4142.      *
  4143.      * @return \Symfony\Component\Form\Util\ServerParams
  4144.      */
  4145.     protected function getForm_ServerParamsService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4148.         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())));
  4149.     }
  4150.     /**
  4151.      * Gets the private 'form.type.choice' shared service.
  4152.      *
  4153.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4154.      */
  4155.     protected function getForm_Type_ChoiceService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4160.         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()));
  4161.     }
  4162.     /**
  4163.      * Gets the private 'form.type.entity' shared service.
  4164.      *
  4165.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4166.      */
  4167.     protected function getForm_Type_EntityService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4173.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4174.     }
  4175.     /**
  4176.      * Gets the private 'form.type.form' shared service.
  4177.      *
  4178.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4179.      */
  4180.     protected function getForm_Type_FormService()
  4181.     {
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4186.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4187.     }
  4188.     /**
  4189.      * Gets the private 'form.type_extension.csrf' shared service.
  4190.      *
  4191.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4192.      */
  4193.     protected function getForm_TypeExtension_CsrfService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4198.         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()));
  4199.     }
  4200.     /**
  4201.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4202.      *
  4203.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4204.      */
  4205.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4210.         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()));
  4211.     }
  4212.     /**
  4213.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4214.      *
  4215.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4216.      */
  4217.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4224.         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())));
  4225.     }
  4226.     /**
  4227.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4228.      *
  4229.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4230.      */
  4231.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4236.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4237.     }
  4238.     /**
  4239.      * Gets the private 'form.type_extension.form.validator' shared service.
  4240.      *
  4241.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4242.      */
  4243.     protected function getForm_TypeExtension_Form_ValidatorService()
  4244.     {
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4249.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4250.     }
  4251.     /**
  4252.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4253.      *
  4254.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4255.      */
  4256.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4257.     {
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4261.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4262.     }
  4263.     /**
  4264.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4265.      *
  4266.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4267.      */
  4268.     protected function getForm_TypeGuesser_DoctrineService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4272.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4273.     }
  4274.     /**
  4275.      * Gets the private 'form.type_guesser.validator' shared service.
  4276.      *
  4277.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4278.      */
  4279.     protected function getForm_TypeGuesser_ValidatorService()
  4280.     {
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4283.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4284.     }
  4285.     /**
  4286.      * Gets the private 'fragment.renderer.inline' shared service.
  4287.      *
  4288.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4289.      */
  4290.     protected function getFragment_Renderer_InlineService()
  4291.     {
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4295.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4296.         $instance->setFragmentPath('/_fragment');
  4297.         return $instance;
  4298.     }
  4299.     /**
  4300.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4301.      *
  4302.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4303.      */
  4304.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4305.     {
  4306.         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())));
  4307.     }
  4308.     /**
  4309.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4310.      *
  4311.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4312.      */
  4313.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4314.     {
  4315.         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()));
  4316.     }
  4317.     /**
  4318.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4319.      *
  4320.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4321.      */
  4322.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4323.     {
  4324.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  4325.     }
  4326.     /**
  4327.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  4328.      *
  4329.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  4330.      */
  4331.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4338.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  4339.     }
  4340.     /**
  4341.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  4342.      *
  4343.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  4344.      */
  4345.     protected function getLiipImagine_Command_CacheRemoveService()
  4346.     {
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  4350.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  4351.         $instance->setName('liip:imagine:cache:remove');
  4352.         return $instance;
  4353.     }
  4354.     /**
  4355.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  4356.      *
  4357.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  4358.      */
  4359.     protected function getLiipImagine_Command_CacheResolveService()
  4360.     {
  4361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4362.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  4364.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  4365.         $instance->setName('liip:imagine:cache:resolve');
  4366.         return $instance;
  4367.     }
  4368.     /**
  4369.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  4370.      *
  4371.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  4372.      */
  4373.     protected function getLiipImagine_Filter_ConfigurationService()
  4374.     {
  4375.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  4376.     }
  4377.     /**
  4378.      * Gets the private 'liip_imagine.form.type.image' shared service.
  4379.      *
  4380.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  4381.      */
  4382.     protected function getLiipImagine_Form_Type_ImageService()
  4383.     {
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  4387.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  4388.     }
  4389.     /**
  4390.      * Gets the private 'liip_imagine.gd' shared service.
  4391.      *
  4392.      * @return \Imagine\Gd\Imagine
  4393.      */
  4394.     protected function getLiipImagine_GdService()
  4395.     {
  4396.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  4403.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  4404.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  4405.         return $instance;
  4406.     }
  4407.     /**
  4408.      * Gets the private 'locale_aware_listener' shared service.
  4409.      *
  4410.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4411.      */
  4412.     protected function getLocaleAwareListenerService()
  4413.     {
  4414.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4415.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4416.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4417.     }
  4418.     /**
  4419.      * Gets the private 'locale_listener' shared service.
  4420.      *
  4421.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4422.      */
  4423.     protected function getLocaleListenerService()
  4424.     {
  4425.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  4426.     }
  4427.     /**
  4428.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4429.      *
  4430.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4431.      */
  4432.     protected function getMaker_AutoCommand_MakeAuthService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4440.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4441.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4442.         $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);
  4443.         $instance->setName('make:auth');
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the private 'maker.auto_command.make_command' shared service.
  4448.      *
  4449.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4450.      */
  4451.     protected function getMaker_AutoCommand_MakeCommandService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4458.         $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()));
  4459.         $instance->setName('make:command');
  4460.         return $instance;
  4461.     }
  4462.     /**
  4463.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4464.      *
  4465.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4466.      */
  4467.     protected function getMaker_AutoCommand_MakeControllerService()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4474.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4475.         $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()));
  4476.         $instance->setName('make:controller');
  4477.         return $instance;
  4478.     }
  4479.     /**
  4480.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4481.      *
  4482.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4483.      */
  4484.     protected function getMaker_AutoCommand_MakeCrudService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4491.         $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()));
  4492.         $instance->setName('make:crud');
  4493.         return $instance;
  4494.     }
  4495.     /**
  4496.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4497.      *
  4498.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4499.      */
  4500.     protected function getMaker_AutoCommand_MakeEntityService()
  4501.     {
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4508.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4509.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4510.         $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);
  4511.         $instance->setName('make:entity');
  4512.         return $instance;
  4513.     }
  4514.     /**
  4515.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4516.      *
  4517.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4518.      */
  4519.     protected function getMaker_AutoCommand_MakeFixturesService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4526.         $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()));
  4527.         $instance->setName('make:fixtures');
  4528.         return $instance;
  4529.     }
  4530.     /**
  4531.      * Gets the private 'maker.auto_command.make_form' shared service.
  4532.      *
  4533.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4534.      */
  4535.     protected function getMaker_AutoCommand_MakeFormService()
  4536.     {
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4542.         $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()));
  4543.         $instance->setName('make:form');
  4544.         return $instance;
  4545.     }
  4546.     /**
  4547.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  4548.      *
  4549.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4550.      */
  4551.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  4558.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4559.         $instance->setName('make:functional-test');
  4560.         return $instance;
  4561.     }
  4562.     /**
  4563.      * Gets the private 'maker.auto_command.make_message' shared service.
  4564.      *
  4565.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4566.      */
  4567.     protected function getMaker_AutoCommand_MakeMessageService()
  4568.     {
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4574.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4575.         $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()));
  4576.         $instance->setName('make:message');
  4577.         return $instance;
  4578.     }
  4579.     /**
  4580.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4581.      *
  4582.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4583.      */
  4584.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4591.         $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()));
  4592.         $instance->setName('make:messenger-middleware');
  4593.         return $instance;
  4594.     }
  4595.     /**
  4596.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4597.      *
  4598.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4599.      */
  4600.     protected function getMaker_AutoCommand_MakeMigrationService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4608.         $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()));
  4609.         $instance->setName('make:migration');
  4610.         return $instance;
  4611.     }
  4612.     /**
  4613.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4614.      *
  4615.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4616.      */
  4617.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4618.     {
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4624.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4625.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4626.         $instance->setName('make:registration-form');
  4627.         return $instance;
  4628.     }
  4629.     /**
  4630.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4631.      *
  4632.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4633.      */
  4634.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4641.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4642.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4643.         $instance->setName('make:reset-password');
  4644.         return $instance;
  4645.     }
  4646.     /**
  4647.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4648.      *
  4649.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4650.      */
  4651.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4658.         $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()));
  4659.         $instance->setName('make:serializer:encoder');
  4660.         return $instance;
  4661.     }
  4662.     /**
  4663.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4664.      *
  4665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4666.      */
  4667.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4668.     {
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4674.         $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()));
  4675.         $instance->setName('make:serializer:normalizer');
  4676.         return $instance;
  4677.     }
  4678.     /**
  4679.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4680.      *
  4681.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4682.      */
  4683.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4684.     {
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4691.         $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()));
  4692.         $instance->setName('make:subscriber');
  4693.         return $instance;
  4694.     }
  4695.     /**
  4696.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4697.      *
  4698.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4699.      */
  4700.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  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/Maker/MakeTwigExtension.php';
  4707.         $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()));
  4708.         $instance->setName('make:twig-extension');
  4709.         return $instance;
  4710.     }
  4711.     /**
  4712.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  4713.      *
  4714.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4715.      */
  4716.     protected function getMaker_AutoCommand_MakeUnitTestService()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  4723.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4724.         $instance->setName('make:unit-test');
  4725.         return $instance;
  4726.     }
  4727.     /**
  4728.      * Gets the private 'maker.auto_command.make_user' shared service.
  4729.      *
  4730.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4731.      */
  4732.     protected function getMaker_AutoCommand_MakeUserService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4741.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4742.         $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.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4743.         $instance->setName('make:user');
  4744.         return $instance;
  4745.     }
  4746.     /**
  4747.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4748.      *
  4749.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4750.      */
  4751.     protected function getMaker_AutoCommand_MakeValidatorService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4758.         $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()));
  4759.         $instance->setName('make:validator');
  4760.         return $instance;
  4761.     }
  4762.     /**
  4763.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4764.      *
  4765.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4766.      */
  4767.     protected function getMaker_AutoCommand_MakeVoterService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4774.         $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()));
  4775.         $instance->setName('make:voter');
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the private 'maker.doctrine_helper' shared service.
  4780.      *
  4781.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4782.      */
  4783.     protected function getMaker_DoctrineHelperService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4786.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  4787.     }
  4788.     /**
  4789.      * Gets the private 'maker.entity_class_generator' shared service.
  4790.      *
  4791.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4792.      */
  4793.     protected function getMaker_EntityClassGeneratorService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4796.         $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()));
  4797.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4798.         return $instance;
  4799.     }
  4800.     /**
  4801.      * Gets the private 'maker.file_manager' shared service.
  4802.      *
  4803.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4804.      */
  4805.     protected function getMaker_FileManagerService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4811.         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'));
  4812.     }
  4813.     /**
  4814.      * Gets the private 'maker.generator' shared service.
  4815.      *
  4816.      * @return \Symfony\Bundle\MakerBundle\Generator
  4817.      */
  4818.     protected function getMaker_GeneratorService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4821.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  4822.     }
  4823.     /**
  4824.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4825.      *
  4826.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4827.      */
  4828.     protected function getMaker_Renderer_FormTypeRendererService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4831.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4832.     }
  4833.     /**
  4834.      * Gets the private 'mime_types' shared service.
  4835.      *
  4836.      * @return \Symfony\Component\Mime\MimeTypes
  4837.      */
  4838.     protected function getMimeTypesService()
  4839.     {
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4843.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4844.         $instance->setDefault($instance);
  4845.         return $instance;
  4846.     }
  4847.     /**
  4848.      * Gets the private 'monolog.command.server_log' shared service.
  4849.      *
  4850.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4851.      */
  4852.     protected function getMonolog_Command_ServerLogService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4856.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4857.         $instance->setName('server:log');
  4858.         return $instance;
  4859.     }
  4860.     /**
  4861.      * Gets the private 'monolog.handler.console' shared service.
  4862.      *
  4863.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4864.      */
  4865.     protected function getMonolog_Handler_ConsoleService()
  4866.     {
  4867.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4868.     }
  4869.     /**
  4870.      * Gets the private 'monolog.handler.main' shared service.
  4871.      *
  4872.      * @return \Monolog\Handler\StreamHandler
  4873.      */
  4874.     protected function getMonolog_Handler_MainService()
  4875.     {
  4876.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4877.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4878.         return $instance;
  4879.     }
  4880.     /**
  4881.      * Gets the private 'monolog.logger' shared service.
  4882.      *
  4883.      * @return \Symfony\Bridge\Monolog\Logger
  4884.      */
  4885.     protected function getMonolog_LoggerService()
  4886.     {
  4887.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4888.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4889.         $instance->useMicrosecondTimestamps(true);
  4890.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4891.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4892.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4893.         return $instance;
  4894.     }
  4895.     /**
  4896.      * Gets the private 'monolog.logger.cache' shared service.
  4897.      *
  4898.      * @return \Symfony\Bridge\Monolog\Logger
  4899.      */
  4900.     protected function getMonolog_Logger_CacheService()
  4901.     {
  4902.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4903.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4904.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4905.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4906.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4907.         return $instance;
  4908.     }
  4909.     /**
  4910.      * Gets the private 'monolog.logger.request' shared service.
  4911.      *
  4912.      * @return \Symfony\Bridge\Monolog\Logger
  4913.      */
  4914.     protected function getMonolog_Logger_RequestService()
  4915.     {
  4916.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4917.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4918.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4919.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4920.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4921.         return $instance;
  4922.     }
  4923.     /**
  4924.      * Gets the private 'monolog.logger.security' shared service.
  4925.      *
  4926.      * @return \Symfony\Bridge\Monolog\Logger
  4927.      */
  4928.     protected function getMonolog_Logger_SecurityService()
  4929.     {
  4930.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4931.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4932.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4933.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the private 'parameter_bag' shared service.
  4939.      *
  4940.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4941.      */
  4942.     protected function getParameterBagService()
  4943.     {
  4944.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4945.     }
  4946.     /**
  4947.      * Gets the private 'profiler_listener' shared service.
  4948.      *
  4949.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4950.      */
  4951.     protected function getProfilerListenerService()
  4952.     {
  4953.         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);
  4954.     }
  4955.     /**
  4956.      * Gets the private 'property_accessor' shared service.
  4957.      *
  4958.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4959.      */
  4960.     protected function getPropertyAccessorService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4964.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  4965.     }
  4966.     /**
  4967.      * Gets the private 'property_info' shared service.
  4968.      *
  4969.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4970.      */
  4971.     protected function getPropertyInfoService()
  4972.     {
  4973.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4974.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4975.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4976.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4977.         }, 3), new RewindableGenerator(function () {
  4978.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4979.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4980.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4981.         }, 3), new RewindableGenerator(function () {
  4982.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4983.         }, 1), new RewindableGenerator(function () {
  4984.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4985.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4986.         }, 2), new RewindableGenerator(function () {
  4987.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4988.         }, 1));
  4989.     }
  4990.     /**
  4991.      * Gets the private 'property_info.serializer_extractor' shared service.
  4992.      *
  4993.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4994.      */
  4995.     protected function getPropertyInfo_SerializerExtractorService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4998.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4999.     }
  5000.     /**
  5001.      * Gets the private 'recaptcha.type' shared service.
  5002.      *
  5003.      * @return \GWMA\RecaptchaBundle\Type\RecaptchaSubmitType
  5004.      */
  5005.     protected function getRecaptcha_TypeService()
  5006.     {
  5007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5009.         include_once \dirname(__DIR__4).'/librairies/RecaptchaBundle/Type/RecaptchaSubmitType.php';
  5010.         return $this->privates['recaptcha.type'] = new \GWMA\RecaptchaBundle\Type\RecaptchaSubmitType($this->getEnv('GOOGLE_RECAPTCHA_KEY'));
  5011.     }
  5012.     /**
  5013.      * Gets the private 'recaptcha.validator' shared autowired service.
  5014.      *
  5015.      * @return \GWMA\RecaptchaBundle\Constraints\RecaptchaValidator
  5016.      */
  5017.     protected function getRecaptcha_ValidatorService()
  5018.     {
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5021.         include_once \dirname(__DIR__4).'/librairies/RecaptchaBundle/Constraints/RecaptchaValidator.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php';
  5025.         return $this->privates['recaptcha.validator'] = new \GWMA\RecaptchaBundle\Constraints\RecaptchaValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \ReCaptcha\ReCaptcha($this->getEnv('GOOGLE_RECAPTCHA_SECRET'), new \ReCaptcha\RequestMethod\Post()));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'router.cache_warmer' shared service.
  5029.      *
  5030.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5031.      */
  5032.     protected function getRouter_CacheWarmerService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5036.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5037.             'router' => ['services''router''getRouterService'false],
  5038.         ], [
  5039.             'router' => '?',
  5040.         ]))->withContext('router.cache_warmer'$this));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'router.request_context' shared service.
  5044.      *
  5045.      * @return \Symfony\Component\Routing\RequestContext
  5046.      */
  5047.     protected function getRouter_RequestContextService()
  5048.     {
  5049.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5050.     }
  5051.     /**
  5052.      * Gets the private 'router_listener' shared service.
  5053.      *
  5054.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5055.      */
  5056.     protected function getRouterListenerService()
  5057.     {
  5058.         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);
  5059.     }
  5060.     /**
  5061.      * Gets the private 'security.access_listener' shared service.
  5062.      *
  5063.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5064.      */
  5065.     protected function getSecurity_AccessListenerService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5071.         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()));
  5072.     }
  5073.     /**
  5074.      * Gets the private 'security.access_map' shared service.
  5075.      *
  5076.      * @return \Symfony\Component\Security\Http\AccessMap
  5077.      */
  5078.     protected function getSecurity_AccessMapService()
  5079.     {
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5084.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5085.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  5086.         return $instance;
  5087.     }
  5088.     /**
  5089.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5090.      *
  5091.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5092.      */
  5093.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5099.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5100.     }
  5101.     /**
  5102.      * Gets the private 'security.authentication.listener.form.main' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5105.      */
  5106.     protected function getSecurity_Authentication_Listener_Form_MainService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5120.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5121.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  5122.         $b->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  5123.         $b->setProviderKey('main');
  5124.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5125.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5126.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5127.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $a'main'$b$d, ['check_path' => '/login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  5128.     }
  5129.     /**
  5130.      * Gets the private 'security.authentication.manager' shared service.
  5131.      *
  5132.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5133.      */
  5134.     protected function getSecurity_Authentication_ManagerService()
  5135.     {
  5136.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5137.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  5138.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5139.         }, 2), true);
  5140.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5141.         return $instance;
  5142.     }
  5143.     /**
  5144.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  5145.      *
  5146.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5147.      */
  5148.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5155.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.from_database'] ?? $this->getSecurity_User_Provider_Concrete_FromDatabaseService()), new \Symfony\Component\Security\Core\User\UserChecker(), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5156.     }
  5157.     /**
  5158.      * Gets the private 'security.channel_listener' shared service.
  5159.      *
  5160.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5161.      */
  5162.     protected function getSecurity_ChannelListenerService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5170.         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()));
  5171.     }
  5172.     /**
  5173.      * Gets the private 'security.command.user_password_encoder' shared service.
  5174.      *
  5175.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5176.      */
  5177.     protected function getSecurity_Command_UserPasswordEncoderService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5181.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5182.         $instance->setName('security:encode-password');
  5183.         return $instance;
  5184.     }
  5185.     /**
  5186.      * Gets the private 'security.context_listener.0' shared service.
  5187.      *
  5188.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5189.      */
  5190.     protected function getSecurity_ContextListener_0Service()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5196.         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 () {
  5197.             yield => ($this->privates['security.user.provider.concrete.from_database'] ?? $this->getSecurity_User_Provider_Concrete_FromDatabaseService());
  5198.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5199.     }
  5200.     /**
  5201.      * Gets the private 'security.csrf.token_storage' shared service.
  5202.      *
  5203.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5204.      */
  5205.     protected function getSecurity_Csrf_TokenStorageService()
  5206.     {
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5210.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5211.     }
  5212.     /**
  5213.      * Gets the private 'security.encoder_factory.generic' shared service.
  5214.      *
  5215.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5216.      */
  5217.     protected function getSecurity_EncoderFactory_GenericService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5221.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> 12=> '2y']]]);
  5222.     }
  5223.     /**
  5224.      * Gets the private 'security.firewall.map' shared service.
  5225.      *
  5226.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5227.      */
  5228.     protected function getSecurity_Firewall_MapService()
  5229.     {
  5230.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5231.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5232.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5233.         ], [
  5234.             'security.firewall.map.context.dev' => '?',
  5235.             'security.firewall.map.context.main' => '?',
  5236.         ]), new RewindableGenerator(function () {
  5237.             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)/')));
  5238.             yield 'security.firewall.map.context.main' => NULL;
  5239.         }, 2));
  5240.     }
  5241.     /**
  5242.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5243.      *
  5244.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5245.      */
  5246.     protected function getSecurity_Firewall_Map_Context_DevService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5250.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5251.             return new \EmptyIterator();
  5252.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5253.     }
  5254.     /**
  5255.      * Gets the private 'security.firewall.map.context.main' shared service.
  5256.      *
  5257.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5258.      */
  5259.     protected function getSecurity_Firewall_Map_Context_MainService()
  5260.     {
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5277.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5278.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5279.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  5280.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5281.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5282.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5283.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5284.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5285.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  5286.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5287.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5288.         }, 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))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.from_database''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5289.     }
  5290.     /**
  5291.      * Gets the private 'security.http_utils' shared service.
  5292.      *
  5293.      * @return \Symfony\Component\Security\Http\HttpUtils
  5294.      */
  5295.     protected function getSecurity_HttpUtilsService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5298.         $a = ($this->services['router'] ?? $this->getRouterService());
  5299.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5300.     }
  5301.     /**
  5302.      * Gets the private 'security.logout_url_generator' shared service.
  5303.      *
  5304.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5305.      */
  5306.     protected function getSecurity_LogoutUrlGeneratorService()
  5307.     {
  5308.         $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()));
  5309.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  5310.         return $instance;
  5311.     }
  5312.     /**
  5313.      * Gets the private 'security.user.provider.concrete.from_database' shared service.
  5314.      *
  5315.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5316.      */
  5317.     protected function getSecurity_User_Provider_Concrete_FromDatabaseService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5322.         return $this->privates['security.user.provider.concrete.from_database'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  5323.     }
  5324.     /**
  5325.      * Gets the private 'security.validator.user_password' shared service.
  5326.      *
  5327.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5328.      */
  5329.     protected function getSecurity_Validator_UserPasswordService()
  5330.     {
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5334.         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()));
  5335.     }
  5336.     /**
  5337.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5338.      *
  5339.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5340.      */
  5341.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5342.     {
  5343.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5344.     }
  5345.     /**
  5346.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5347.      *
  5348.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5349.      */
  5350.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5351.     {
  5352.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5353.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5354.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5355.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5356.     }
  5357.     /**
  5358.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5359.      *
  5360.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5361.      */
  5362.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5363.     {
  5364.         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()));
  5365.     }
  5366.     /**
  5367.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5368.      *
  5369.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5370.      */
  5371.     protected function getSensioFrameworkExtra_View_ListenerService()
  5372.     {
  5373.         $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))));
  5374.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5375.             'twig' => ['services''twig''getTwigService'false],
  5376.         ], [
  5377.             'twig' => 'Twig\\Environment',
  5378.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5379.         return $instance;
  5380.     }
  5381.     /**
  5382.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5383.      *
  5384.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5385.      */
  5386.     protected function getSerializer_Mapping_CacheWarmerService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5393.         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'));
  5394.     }
  5395.     /**
  5396.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5397.      *
  5398.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5399.      */
  5400.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5401.     {
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5408.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  5409.     }
  5410.     /**
  5411.      * Gets the private 'session.storage.native' shared service.
  5412.      *
  5413.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5414.      */
  5415.     protected function getSession_Storage_NativeService()
  5416.     {
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5421.         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));
  5422.     }
  5423.     /**
  5424.      * Gets the private 'session_listener' shared service.
  5425.      *
  5426.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5427.      */
  5428.     protected function getSessionListenerService()
  5429.     {
  5430.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5431.             'initialized_session' => ['services''session'NULLfalse],
  5432.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5433.             'session' => ['services''session''getSessionService'false],
  5434.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5435.         ], [
  5436.             'initialized_session' => '?',
  5437.             'request_stack' => '?',
  5438.             'session' => '?',
  5439.             'session_storage' => '?',
  5440.         ]));
  5441.     }
  5442.     /**
  5443.      * Gets the private 'swiftmailer.command.debug' shared service.
  5444.      *
  5445.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  5446.      */
  5447.     protected function getSwiftmailer_Command_DebugService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  5452.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  5453.         $instance->setName('debug:swiftmailer');
  5454.         return $instance;
  5455.     }
  5456.     /**
  5457.      * Gets the private 'swiftmailer.command.new_email' shared service.
  5458.      *
  5459.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  5460.      */
  5461.     protected function getSwiftmailer_Command_NewEmailService()
  5462.     {
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  5466.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  5467.         $instance->setName('swiftmailer:email:send');
  5468.         return $instance;
  5469.     }
  5470.     /**
  5471.      * Gets the private 'swiftmailer.command.send_email' shared service.
  5472.      *
  5473.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  5474.      */
  5475.     protected function getSwiftmailer_Command_SendEmailService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  5480.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  5481.         $instance->setName('swiftmailer:spool:send');
  5482.         return $instance;
  5483.     }
  5484.     /**
  5485.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  5486.      *
  5487.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  5488.      */
  5489.     protected function getSwiftmailer_EmailSender_ListenerService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  5492.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5493.     }
  5494.     /**
  5495.      * Gets the private 'translation.extractor' shared service.
  5496.      *
  5497.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5498.      */
  5499.     protected function getTranslation_ExtractorService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5506.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5507.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5508.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5509.         return $instance;
  5510.     }
  5511.     /**
  5512.      * Gets the private 'translation.loader.csv' shared service.
  5513.      *
  5514.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5515.      */
  5516.     protected function getTranslation_Loader_CsvService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5522.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5523.     }
  5524.     /**
  5525.      * Gets the private 'translation.loader.dat' shared service.
  5526.      *
  5527.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5528.      */
  5529.     protected function getTranslation_Loader_DatService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5534.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5535.     }
  5536.     /**
  5537.      * Gets the private 'translation.loader.ini' shared service.
  5538.      *
  5539.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5540.      */
  5541.     protected function getTranslation_Loader_IniService()
  5542.     {
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5547.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5548.     }
  5549.     /**
  5550.      * Gets the private 'translation.loader.json' shared service.
  5551.      *
  5552.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5553.      */
  5554.     protected function getTranslation_Loader_JsonService()
  5555.     {
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5560.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5561.     }
  5562.     /**
  5563.      * Gets the private 'translation.loader.mo' shared service.
  5564.      *
  5565.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5566.      */
  5567.     protected function getTranslation_Loader_MoService()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5573.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5574.     }
  5575.     /**
  5576.      * Gets the private 'translation.loader.php' shared service.
  5577.      *
  5578.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5579.      */
  5580.     protected function getTranslation_Loader_PhpService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5586.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5587.     }
  5588.     /**
  5589.      * Gets the private 'translation.loader.po' shared service.
  5590.      *
  5591.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5592.      */
  5593.     protected function getTranslation_Loader_PoService()
  5594.     {
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5599.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5600.     }
  5601.     /**
  5602.      * Gets the private 'translation.loader.qt' shared service.
  5603.      *
  5604.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5605.      */
  5606.     protected function getTranslation_Loader_QtService()
  5607.     {
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5610.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5611.     }
  5612.     /**
  5613.      * Gets the private 'translation.loader.res' shared service.
  5614.      *
  5615.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5616.      */
  5617.     protected function getTranslation_Loader_ResService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5621.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5622.     }
  5623.     /**
  5624.      * Gets the private 'translation.loader.xliff' shared service.
  5625.      *
  5626.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5627.      */
  5628.     protected function getTranslation_Loader_XliffService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5632.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5633.     }
  5634.     /**
  5635.      * Gets the private 'translation.loader.yml' shared service.
  5636.      *
  5637.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5638.      */
  5639.     protected function getTranslation_Loader_YmlService()
  5640.     {
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5645.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5646.     }
  5647.     /**
  5648.      * Gets the private 'translation.reader' shared service.
  5649.      *
  5650.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5651.      */
  5652.     protected function getTranslation_ReaderService()
  5653.     {
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5670.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5671.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5672.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5673.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5674.         $instance->addLoader('yaml'$a);
  5675.         $instance->addLoader('yml'$a);
  5676.         $instance->addLoader('xlf'$b);
  5677.         $instance->addLoader('xliff'$b);
  5678.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5679.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5680.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5681.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5682.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5683.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5684.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5685.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5686.         return $instance;
  5687.     }
  5688.     /**
  5689.      * Gets the private 'translation.warmer' shared service.
  5690.      *
  5691.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5692.      */
  5693.     protected function getTranslation_WarmerService()
  5694.     {
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5697.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5698.             'translator' => ['services''translator''getTranslatorService'false],
  5699.         ], [
  5700.             'translator' => '?',
  5701.         ]))->withContext('translation.warmer'$this));
  5702.     }
  5703.     /**
  5704.      * Gets the private 'translator.default' shared service.
  5705.      *
  5706.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5707.      */
  5708.     protected function getTranslator_DefaultService()
  5709.     {
  5710.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5711.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5712.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5713.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5714.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5715.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5716.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5717.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5718.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5719.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5720.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5721.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5722.         ], [
  5723.             'translation.loader.csv' => '?',
  5724.             'translation.loader.dat' => '?',
  5725.             'translation.loader.ini' => '?',
  5726.             'translation.loader.json' => '?',
  5727.             'translation.loader.mo' => '?',
  5728.             'translation.loader.php' => '?',
  5729.             'translation.loader.po' => '?',
  5730.             'translation.loader.qt' => '?',
  5731.             'translation.loader.res' => '?',
  5732.             'translation.loader.xliff' => '?',
  5733.             'translation.loader.yml' => '?',
  5734.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.bg.yml')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/vich/uploader-bundle/translations/VichUploaderBundle.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/forms.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.uk.yml')], '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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/VichUploaderBundle.vn.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/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'), 10 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 38 => (\dirname(__DIR__4).'/librairies/RecaptchaBundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/RecaptchaBundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'10 => 'vendor/twig/extra-bundle/src/translations'11 => 'src/Resources/TwigExtraBundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'src/Resources/SensioFrameworkExtraBundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'src/Resources/DoctrineBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'src/Resources/DoctrineMigrationsBundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'src/Resources/SecurityBundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'src/Resources/WebProfilerBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Resources/MonologBundle/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'src/Resources/DebugBundle/translations'26 => 'vendor/symfony/maker-bundle/src/translations'27 => 'src/Resources/MakerBundle/translations'28 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'29 => 'src/Resources/DoctrineFixturesBundle/translations'30 => 'src/Resources/KnpPaginatorBundle/translations'31 => 'src/Resources/VichUploaderBundle/translations'32 => 'vendor/liip/imagine-bundle/translations'33 => 'src/Resources/LiipImagineBundle/translations'34 => 'vendor/symfony/swiftmailer-bundle/translations'35 => 'src/Resources/SwiftmailerBundle/translations'36 => 'vendor/symfony/webpack-encore-bundle/src/translations'37 => 'src/Resources/WebpackEncoreBundle/translations'38 => 'librairies/RecaptchaBundle/translations'39 => 'src/Resources/RecaptchaBundle/translations'40 => 'src/Resources/translations']]]);
  5735.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5736.         $instance->setFallbackLocales([=> 'en']);
  5737.         return $instance;
  5738.     }
  5739.     /**
  5740.      * Gets the private 'twig.command.debug' shared service.
  5741.      *
  5742.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5743.      */
  5744.     protected function getTwig_Command_DebugService()
  5745.     {
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5748.         $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'));
  5749.         $instance->setName('debug:twig');
  5750.         return $instance;
  5751.     }
  5752.     /**
  5753.      * Gets the private 'twig.command.lint' shared service.
  5754.      *
  5755.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5756.      */
  5757.     protected function getTwig_Command_LintService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5762.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5763.         $instance->setName('lint:twig');
  5764.         return $instance;
  5765.     }
  5766.     /**
  5767.      * Gets the private 'twig.form.renderer' shared service.
  5768.      *
  5769.      * @return \Symfony\Component\Form\FormRenderer
  5770.      */
  5771.     protected function getTwig_Form_RendererService()
  5772.     {
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5778.         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()));
  5779.     }
  5780.     /**
  5781.      * Gets the private 'twig.mailer.message_listener' shared service.
  5782.      *
  5783.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  5784.      */
  5785.     protected function getTwig_Mailer_MessageListenerService()
  5786.     {
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  5790.         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())));
  5791.     }
  5792.     /**
  5793.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5794.      *
  5795.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5796.      */
  5797.     protected function getTwig_Runtime_HttpkernelService()
  5798.     {
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5802.         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, [
  5803.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5804.         ], [
  5805.             'inline' => '?',
  5806.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  5807.     }
  5808.     /**
  5809.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5810.      *
  5811.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5812.      */
  5813.     protected function getTwig_Runtime_SecurityCsrfService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5816.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5817.     }
  5818.     /**
  5819.      * Gets the private 'twig.template_cache_warmer' shared service.
  5820.      *
  5821.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5822.      */
  5823.     protected function getTwig_TemplateCacheWarmerService()
  5824.     {
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5829.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5830.             'twig' => ['services''twig''getTwigService'false],
  5831.         ], [
  5832.             'twig' => 'Twig\\Environment',
  5833.         ]))->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')));
  5834.     }
  5835.     /**
  5836.      * Gets the private 'validator.builder' shared service.
  5837.      *
  5838.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5839.      */
  5840.     protected function getValidator_BuilderService()
  5841.     {
  5842.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5843.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5844.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5845.             'GWMA\\RecaptchaBundle\\Constraints\\RecaptchaValidator' => ['privates''recaptcha.validator''getRecaptcha_ValidatorService'false],
  5846.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5847.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5848.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  5849.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5850.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  5851.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5852.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5853.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5854.         ], [
  5855.             'GWMA\\RecaptchaBundle\\Constraints\\RecaptchaValidator' => '?',
  5856.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5857.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5858.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5859.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5860.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5861.             'doctrine.orm.validator.unique' => '?',
  5862.             'security.validator.user_password' => '?',
  5863.             'validator.expression' => '?',
  5864.         ])));
  5865.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  5866.         $instance->setTranslationDomain('validators');
  5867.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5868.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5869.         $instance->addMethodMapping('loadValidatorMetadata');
  5870.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5871.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5872.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5873.         return $instance;
  5874.     }
  5875.     /**
  5876.      * Gets the private 'validator.email' shared service.
  5877.      *
  5878.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5879.      */
  5880.     protected function getValidator_EmailService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5885.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5886.     }
  5887.     /**
  5888.      * Gets the private 'validator.expression' shared service.
  5889.      *
  5890.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5891.      */
  5892.     protected function getValidator_ExpressionService()
  5893.     {
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5897.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  5898.     }
  5899.     /**
  5900.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5901.      *
  5902.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5903.      */
  5904.     protected function getValidator_Mapping_CacheWarmerService()
  5905.     {
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5909.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5910.     }
  5911.     /**
  5912.      * Gets the private 'validator.not_compromised_password' shared service.
  5913.      *
  5914.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5915.      */
  5916.     protected function getValidator_NotCompromisedPasswordService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5921.         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);
  5922.     }
  5923.     /**
  5924.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5925.      *
  5926.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5927.      */
  5928.     protected function getVarDumper_Command_ServerDumpService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5936.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5937.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5938.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5939.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5940.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5941.         $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()))]);
  5942.         $instance->setName('server:dump');
  5943.         return $instance;
  5944.     }
  5945.     /**
  5946.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5947.      *
  5948.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5949.      */
  5950.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5951.     {
  5952.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5953.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5954.         return $instance;
  5955.     }
  5956.     /**
  5957.      * Gets the private 'var_dumper.html_dumper' shared service.
  5958.      *
  5959.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5960.      */
  5961.     protected function getVarDumper_HtmlDumperService()
  5962.     {
  5963.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5964.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5965.         return $instance;
  5966.     }
  5967.     /**
  5968.      * Gets the private 'var_dumper.server_connection' shared service.
  5969.      *
  5970.      * @return \Symfony\Component\VarDumper\Server\Connection
  5971.      */
  5972.     protected function getVarDumper_ServerConnectionService()
  5973.     {
  5974.         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()]);
  5975.     }
  5976.     /**
  5977.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  5978.      *
  5979.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  5980.      */
  5981.     protected function getVichUploader_Command_MappingDebugService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  5985.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  5986.         $instance->setName('vich:mapping:debug');
  5987.         return $instance;
  5988.     }
  5989.     /**
  5990.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  5991.      *
  5992.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  5993.      */
  5994.     protected function getVichUploader_Command_MappingDebugClassService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  5998.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  5999.         $instance->setName('vich:mapping:debug-class');
  6000.         return $instance;
  6001.     }
  6002.     /**
  6003.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  6004.      *
  6005.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  6006.      */
  6007.     protected function getVichUploader_Command_MappingListClassesService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  6011.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  6012.         $instance->setName('vich:mapping:list-classes');
  6013.         return $instance;
  6014.     }
  6015.     /**
  6016.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  6017.      *
  6018.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  6019.      */
  6020.     protected function getVichUploader_MetadataReaderService()
  6021.     {
  6022.         $a = new \Metadata\Driver\FileLocator([]);
  6023.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  6024.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  6025.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  6026.     }
  6027.     /**
  6028.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  6029.      *
  6030.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  6031.      */
  6032.     protected function getVichUploader_PropertyMappingFactoryService()
  6033.     {
  6034.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  6035.     }
  6036.     /**
  6037.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  6038.      *
  6039.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  6040.      */
  6041.     protected function getVichUploader_Storage_FileSystemService()
  6042.     {
  6043.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  6044.     }
  6045.     /**
  6046.      * Gets the private 'web_profiler.csp.handler' shared service.
  6047.      *
  6048.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6049.      */
  6050.     protected function getWebProfiler_Csp_HandlerService()
  6051.     {
  6052.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6053.     }
  6054.     /**
  6055.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6056.      *
  6057.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6058.      */
  6059.     protected function getWebProfiler_DebugToolbarService()
  6060.     {
  6061.         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()));
  6062.     }
  6063.     /**
  6064.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  6065.      *
  6066.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  6067.      */
  6068.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  6069.     {
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  6073.         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()));
  6074.     }
  6075.     /**
  6076.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  6077.      *
  6078.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  6079.      */
  6080.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  6081.     {
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  6085.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  6086.     }
  6087.     /**
  6088.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  6089.      *
  6090.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  6091.      */
  6092.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  6093.     {
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  6096.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6097.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  6098.         ], [
  6099.             '_default' => '?',
  6100.         ]), '_default');
  6101.     }
  6102.     /**
  6103.      * Gets the private 'webpack_encore.exception_listener' shared service.
  6104.      *
  6105.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  6106.      */
  6107.     protected function getWebpackEncore_ExceptionListenerService()
  6108.     {
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  6110.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6111.     }
  6112.     /**
  6113.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  6114.      *
  6115.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  6116.      */
  6117.     protected function getWebpackEncore_TagRendererService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  6120.         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()), []);
  6121.     }
  6122.     public function getParameter($name)
  6123.     {
  6124.         $name = (string) $name;
  6125.         if (isset($this->buildParameters[$name])) {
  6126.             return $this->buildParameters[$name];
  6127.         }
  6128.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6129.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6130.         }
  6131.         if (isset($this->loadedDynamicParameters[$name])) {
  6132.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6133.         }
  6134.         return $this->parameters[$name];
  6135.     }
  6136.     public function hasParameter($name): bool
  6137.     {
  6138.         $name = (string) $name;
  6139.         if (isset($this->buildParameters[$name])) {
  6140.             return true;
  6141.         }
  6142.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6143.     }
  6144.     public function setParameter($name$value): void
  6145.     {
  6146.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6147.     }
  6148.     public function getParameterBag(): ParameterBagInterface
  6149.     {
  6150.         if (null === $this->parameterBag) {
  6151.             $parameters $this->parameters;
  6152.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6153.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6154.             }
  6155.             foreach ($this->buildParameters as $name => $value) {
  6156.                 $parameters[$name] = $value;
  6157.             }
  6158.             $this->parameterBag = new FrozenParameterBag($parameters);
  6159.         }
  6160.         return $this->parameterBag;
  6161.     }
  6162.     private $loadedDynamicParameters = [
  6163.         'kernel.cache_dir' => false,
  6164.         'kernel.secret' => false,
  6165.         'session.save_path' => false,
  6166.         'validator.mapping.cache.file' => false,
  6167.         'profiler.storage.dsn' => false,
  6168.         'debug.container.dump' => false,
  6169.         'serializer.mapping.cache.file' => false,
  6170.         'doctrine.orm.proxy_dir' => false,
  6171.         'swiftmailer.spool.default.memory.path' => false,
  6172.         'recaptcha.key' => false,
  6173.         'recaptcha.secret' => false,
  6174.     ];
  6175.     private $dynamicParameters = [];
  6176.     private function getDynamicParameter(string $name)
  6177.     {
  6178.         switch ($name) {
  6179.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6180.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6181.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6182.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6183.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6184.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6185.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6186.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6187.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6188.             case 'recaptcha.key'$value $this->getEnv('GOOGLE_RECAPTCHA_KEY'); break;
  6189.             case 'recaptcha.secret'$value $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
  6190.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6191.         }
  6192.         $this->loadedDynamicParameters[$name] = true;
  6193.         return $this->dynamicParameters[$name] = $value;
  6194.     }
  6195.     protected function getDefaultParameters(): array
  6196.     {
  6197.         return [
  6198.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6199.             'kernel.project_dir' => \dirname(__DIR__4),
  6200.             'kernel.environment' => 'dev',
  6201.             'kernel.debug' => true,
  6202.             'kernel.name' => 'src',
  6203.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6204.             'kernel.bundles' => [
  6205.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6206.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6207.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6208.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6209.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6210.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6211.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6212.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6213.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6214.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6215.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6216.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6217.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6218.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  6219.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  6220.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6221.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  6222.                 'RecaptchaBundle' => 'GWMA\\RecaptchaBundle\\RecaptchaBundle',
  6223.             ],
  6224.             'kernel.bundles_metadata' => [
  6225.                 'FrameworkBundle' => [
  6226.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6227.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6228.                 ],
  6229.                 'TwigBundle' => [
  6230.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6231.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6232.                 ],
  6233.                 'TwigExtraBundle' => [
  6234.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  6235.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6236.                 ],
  6237.                 'SensioFrameworkExtraBundle' => [
  6238.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6239.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6240.                 ],
  6241.                 'DoctrineBundle' => [
  6242.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6243.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6244.                 ],
  6245.                 'DoctrineMigrationsBundle' => [
  6246.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6247.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6248.                 ],
  6249.                 'SecurityBundle' => [
  6250.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6251.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6252.                 ],
  6253.                 'WebProfilerBundle' => [
  6254.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6255.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6256.                 ],
  6257.                 'MonologBundle' => [
  6258.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6259.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6260.                 ],
  6261.                 'DebugBundle' => [
  6262.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6263.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6264.                 ],
  6265.                 'MakerBundle' => [
  6266.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6267.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6268.                 ],
  6269.                 'DoctrineFixturesBundle' => [
  6270.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6271.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6272.                 ],
  6273.                 'KnpPaginatorBundle' => [
  6274.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6275.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6276.                 ],
  6277.                 'VichUploaderBundle' => [
  6278.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  6279.                     'namespace' => 'Vich\\UploaderBundle',
  6280.                 ],
  6281.                 'LiipImagineBundle' => [
  6282.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  6283.                     'namespace' => 'Liip\\ImagineBundle',
  6284.                 ],
  6285.                 'SwiftmailerBundle' => [
  6286.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  6287.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6288.                 ],
  6289.                 'WebpackEncoreBundle' => [
  6290.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  6291.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  6292.                 ],
  6293.                 'RecaptchaBundle' => [
  6294.                     'path' => (\dirname(__DIR__4).'/librairies/RecaptchaBundle'),
  6295.                     'namespace' => 'GWMA\\RecaptchaBundle',
  6296.                 ],
  6297.             ],
  6298.             'kernel.charset' => 'UTF-8',
  6299.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6300.             'container.dumper.inline_class_loader' => true,
  6301.             'container.dumper.inline_factories' => true,
  6302.             'locale' => 'fr',
  6303.             'fragment.renderer.hinclude.global_template' => '',
  6304.             'fragment.path' => '/_fragment',
  6305.             'kernel.http_method_override' => true,
  6306.             'kernel.trusted_hosts' => [
  6307.             ],
  6308.             'kernel.default_locale' => 'fr',
  6309.             'kernel.error_controller' => 'error_controller',
  6310.             'templating.helper.code.file_link_format' => NULL,
  6311.             'debug.file_link_format' => NULL,
  6312.             'session.metadata.storage_key' => '_sf2_meta',
  6313.             'session.storage.options' => [
  6314.                 'cache_limiter' => '0',
  6315.                 'cookie_secure' => 'auto',
  6316.                 'cookie_httponly' => true,
  6317.                 'cookie_samesite' => 'lax',
  6318.                 'gc_probability' => 1,
  6319.             ],
  6320.             'session.metadata.update_threshold' => 0,
  6321.             'form.type_extension.csrf.enabled' => true,
  6322.             'form.type_extension.csrf.field_name' => '_token',
  6323.             'asset.request_context.base_path' => '',
  6324.             'asset.request_context.secure' => false,
  6325.             'validator.mapping.cache.prefix' => '',
  6326.             'validator.translation_domain' => 'validators',
  6327.             'translator.logging' => false,
  6328.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6329.             'profiler_listener.only_exceptions' => false,
  6330.             'profiler_listener.only_master_requests' => false,
  6331.             'debug.error_handler.throw_at' => -1,
  6332.             'router.request_context.host' => 'localhost',
  6333.             'router.request_context.scheme' => 'http',
  6334.             'router.request_context.base_url' => '',
  6335.             'router.resource' => 'kernel::loadRoutes',
  6336.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6337.             'request_listener.http_port' => 80,
  6338.             'request_listener.https_port' => 443,
  6339.             'serializer.mapping.cache.prefix' => '',
  6340.             'twig.exception_listener.controller' => NULL,
  6341.             'twig.form.resources' => [
  6342.                 => '@Recaptcha/fields.html.twig',
  6343.                 => '@VichUploader/Form/fields.html.twig',
  6344.                 => 'form_div_layout.html.twig',
  6345.                 => 'bootstrap_4_layout.html.twig',
  6346.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  6347.             ],
  6348.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6349.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6350.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6351.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6352.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6353.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6354.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6355.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6356.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6357.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6358.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6359.             'doctrine.entity_managers' => [
  6360.                 'default' => 'doctrine.orm.default_entity_manager',
  6361.             ],
  6362.             'doctrine.default_entity_manager' => 'default',
  6363.             'doctrine.dbal.connection_factory.types' => [
  6364.             ],
  6365.             'doctrine.connections' => [
  6366.                 'default' => 'doctrine.dbal.default_connection',
  6367.             ],
  6368.             'doctrine.default_connection' => 'default',
  6369.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6370.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6371.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6372.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6373.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6374.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6375.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6376.             'doctrine.orm.cache.memcache_port' => 11211,
  6377.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6378.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6379.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6380.             'doctrine.orm.cache.memcached_port' => 11211,
  6381.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6382.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6383.             'doctrine.orm.cache.redis_host' => 'localhost',
  6384.             'doctrine.orm.cache.redis_port' => 6379,
  6385.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6386.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6387.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6388.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6389.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6390.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6391.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6392.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6393.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6394.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6395.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6396.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6397.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6398.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6399.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6400.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6401.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6402.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6403.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6404.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6405.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6406.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6407.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6408.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6409.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6410.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6411.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6412.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6413.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6414.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6415.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6416.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  6417.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  6418.             'doctrine_migrations.table_name' => 'migration_versions',
  6419.             'doctrine_migrations.column_name' => 'version',
  6420.             'doctrine_migrations.column_length' => 14,
  6421.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  6422.             'doctrine_migrations.all_or_nothing' => false,
  6423.             'doctrine_migrations.name' => 'Application Migrations',
  6424.             'doctrine_migrations.custom_template' => NULL,
  6425.             'doctrine_migrations.organize_migrations' => false,
  6426.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6427.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6428.             'security.role_hierarchy.roles' => [
  6429.             ],
  6430.             'security.access.denied_url' => NULL,
  6431.             'security.authentication.manager.erase_credentials' => true,
  6432.             'security.authentication.session_strategy.strategy' => 'migrate',
  6433.             'security.access.always_authenticate_before_granting' => false,
  6434.             'security.authentication.hide_user_not_found' => true,
  6435.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6436.             'web_profiler.debug_toolbar.mode' => 2,
  6437.             'monolog.use_microseconds' => true,
  6438.             'monolog.swift_mailer.handlers' => [
  6439.             ],
  6440.             'monolog.handlers_to_channels' => [
  6441.                 'monolog.handler.console' => [
  6442.                     'type' => 'exclusive',
  6443.                     'elements' => [
  6444.                         => 'event',
  6445.                         => 'doctrine',
  6446.                         => 'console',
  6447.                     ],
  6448.                 ],
  6449.                 'monolog.handler.main' => [
  6450.                     'type' => 'exclusive',
  6451.                     'elements' => [
  6452.                         => 'event',
  6453.                     ],
  6454.                 ],
  6455.             ],
  6456.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6457.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  6458.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6459.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6460.             'knp_paginator.page_range' => 5,
  6461.             'knp_paginator.page_limit' => NULL,
  6462.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  6463.             'vich_uploader.mappings' => [
  6464.                 'property_image' => [
  6465.                     'uri_prefix' => '/media/properties',
  6466.                     'upload_destination' => (\dirname(__DIR__4).'/public/media/properties'),
  6467.                     'namer' => [
  6468.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.property_image',
  6469.                         'options' => [
  6470.                         ],
  6471.                     ],
  6472.                     'directory_namer' => [
  6473.                         'service' => NULL,
  6474.                         'options' => NULL,
  6475.                     ],
  6476.                     'delete_on_remove' => true,
  6477.                     'delete_on_update' => true,
  6478.                     'inject_on_load' => false,
  6479.                     'db_driver' => 'orm',
  6480.                 ],
  6481.             ],
  6482.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  6483.             'liip_imagine.resolvers' => [
  6484.                 'default' => [
  6485.                     'web_path' => [
  6486.                         'web_root' => (\dirname(__DIR__4).'/public'),
  6487.                         'cache_prefix' => 'media/cache',
  6488.                     ],
  6489.                 ],
  6490.             ],
  6491.             'liip_imagine.loaders' => [
  6492.                 'default' => [
  6493.                     'filesystem' => [
  6494.                         'locator' => 'filesystem',
  6495.                         'data_root' => [
  6496.                             => (\dirname(__DIR__4).'/public'),
  6497.                         ],
  6498.                         'allow_unresolvable_data_roots' => false,
  6499.                         'bundle_resources' => [
  6500.                             'enabled' => false,
  6501.                             'access_control_type' => 'blacklist',
  6502.                             'access_control_list' => [
  6503.                             ],
  6504.                         ],
  6505.                     ],
  6506.                 ],
  6507.             ],
  6508.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  6509.             'liip_imagine.jpegoptim.stripAll' => true,
  6510.             'liip_imagine.jpegoptim.max' => NULL,
  6511.             'liip_imagine.jpegoptim.progressive' => true,
  6512.             'liip_imagine.jpegoptim.tempDir' => NULL,
  6513.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  6514.             'liip_imagine.optipng.level' => 7,
  6515.             'liip_imagine.optipng.stripAll' => true,
  6516.             'liip_imagine.optipng.tempDir' => NULL,
  6517.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  6518.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  6519.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  6520.             'liip_imagine.cache.resolver.default' => 'default',
  6521.             'liip_imagine.default_image' => NULL,
  6522.             'liip_imagine.filter_sets' => [
  6523.                 'thumb' => [
  6524.                     'quality' => 75,
  6525.                     'jpeg_quality' => NULL,
  6526.                     'png_compression_level' => NULL,
  6527.                     'png_compression_filter' => NULL,
  6528.                     'format' => NULL,
  6529.                     'animated' => false,
  6530.                     'cache' => NULL,
  6531.                     'data_loader' => NULL,
  6532.                     'default_image' => NULL,
  6533.                     'filters' => [
  6534.                         'thumbnail' => [
  6535.                             'size' => [
  6536.                                 => 360,
  6537.                                 => 230,
  6538.                             ],
  6539.                             'mode' => 'outbound',
  6540.                         ],
  6541.                     ],
  6542.                     'post_processors' => [
  6543.                     ],
  6544.                 ],
  6545.                 'medium' => [
  6546.                     'quality' => 75,
  6547.                     'jpeg_quality' => NULL,
  6548.                     'png_compression_level' => NULL,
  6549.                     'png_compression_filter' => NULL,
  6550.                     'format' => NULL,
  6551.                     'animated' => false,
  6552.                     'cache' => NULL,
  6553.                     'data_loader' => NULL,
  6554.                     'default_image' => NULL,
  6555.                     'filters' => [
  6556.                         'thumbnail' => [
  6557.                             'size' => [
  6558.                                 => 800,
  6559.                                 => 530,
  6560.                             ],
  6561.                             'mode' => 'outbound',
  6562.                         ],
  6563.                     ],
  6564.                     'post_processors' => [
  6565.                     ],
  6566.                 ],
  6567.             ],
  6568.             'liip_imagine.binary.loader.default' => 'default',
  6569.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  6570.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  6571.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6572.             'swiftmailer.mailer.default.spool.enabled' => true,
  6573.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6574.             'swiftmailer.mailer.default.single_address' => 'info.gwma@gmail.com',
  6575.             'swiftmailer.mailer.default.delivery_addresses' => [
  6576.                 => 'info.gwma@gmail.com',
  6577.             ],
  6578.             'swiftmailer.mailer.default.delivery_whitelist' => [
  6579.             ],
  6580.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6581.             'swiftmailer.spool.enabled' => true,
  6582.             'swiftmailer.delivery.enabled' => true,
  6583.             'swiftmailer.single_address' => 'info.gwma@gmail.com',
  6584.             'swiftmailer.mailers' => [
  6585.                 'default' => 'swiftmailer.mailer.default',
  6586.             ],
  6587.             'swiftmailer.default_mailer' => 'default',
  6588.             'data_collector.templates' => [
  6589.                 'data_collector.request' => [
  6590.                     => 'request',
  6591.                     => '@WebProfiler/Collector/request.html.twig',
  6592.                 ],
  6593.                 'data_collector.time' => [
  6594.                     => 'time',
  6595.                     => '@WebProfiler/Collector/time.html.twig',
  6596.                 ],
  6597.                 'data_collector.memory' => [
  6598.                     => 'memory',
  6599.                     => '@WebProfiler/Collector/memory.html.twig',
  6600.                 ],
  6601.                 'data_collector.validator' => [
  6602.                     => 'validator',
  6603.                     => '@WebProfiler/Collector/validator.html.twig',
  6604.                 ],
  6605.                 'data_collector.ajax' => [
  6606.                     => 'ajax',
  6607.                     => '@WebProfiler/Collector/ajax.html.twig',
  6608.                 ],
  6609.                 'data_collector.form' => [
  6610.                     => 'form',
  6611.                     => '@WebProfiler/Collector/form.html.twig',
  6612.                 ],
  6613.                 'data_collector.exception' => [
  6614.                     => 'exception',
  6615.                     => '@WebProfiler/Collector/exception.html.twig',
  6616.                 ],
  6617.                 'data_collector.logger' => [
  6618.                     => 'logger',
  6619.                     => '@WebProfiler/Collector/logger.html.twig',
  6620.                 ],
  6621.                 'data_collector.events' => [
  6622.                     => 'events',
  6623.                     => '@WebProfiler/Collector/events.html.twig',
  6624.                 ],
  6625.                 'data_collector.router' => [
  6626.                     => 'router',
  6627.                     => '@WebProfiler/Collector/router.html.twig',
  6628.                 ],
  6629.                 'data_collector.cache' => [
  6630.                     => 'cache',
  6631.                     => '@WebProfiler/Collector/cache.html.twig',
  6632.                 ],
  6633.                 'data_collector.translation' => [
  6634.                     => 'translation',
  6635.                     => '@WebProfiler/Collector/translation.html.twig',
  6636.                 ],
  6637.                 'data_collector.security' => [
  6638.                     => 'security',
  6639.                     => '@Security/Collector/security.html.twig',
  6640.                 ],
  6641.                 'data_collector.twig' => [
  6642.                     => 'twig',
  6643.                     => '@WebProfiler/Collector/twig.html.twig',
  6644.                 ],
  6645.                 'data_collector.http_client' => [
  6646.                     => 'http_client',
  6647.                     => '@WebProfiler/Collector/http_client.html.twig',
  6648.                 ],
  6649.                 'data_collector.doctrine' => [
  6650.                     => 'db',
  6651.                     => '@Doctrine/Collector/db.html.twig',
  6652.                 ],
  6653.                 'swiftmailer.data_collector' => [
  6654.                     => 'swiftmailer',
  6655.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6656.                 ],
  6657.                 'data_collector.dump' => [
  6658.                     => 'dump',
  6659.                     => '@Debug/Profiler/dump.html.twig',
  6660.                 ],
  6661.                 'mailer.data_collector' => [
  6662.                     => 'mailer',
  6663.                     => '@WebProfiler/Collector/mailer.html.twig',
  6664.                 ],
  6665.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  6666.                     => 'vich_uploader.mapping_collector',
  6667.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  6668.                 ],
  6669.                 'data_collector.config' => [
  6670.                     => 'config',
  6671.                     => '@WebProfiler/Collector/config.html.twig',
  6672.                 ],
  6673.             ],
  6674.             'console.command.ids' => [
  6675.             ],
  6676.         ];
  6677.     }
  6678.     protected function throw($message)
  6679.     {
  6680.         throw new RuntimeException($message);
  6681.     }
  6682. }