var/cache/dev/Container9rSWkmg/App_KernelDevDebugContainer.php line 1385

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