var/cache/dev/ContainerPiDxz9y/App_KernelDevDebugContainer.php line 614

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