var/cache/dev/ContainerS50Fuff/App_KernelDevDebugContainer.php line 558

Open in your IDE?
  1. <?php
  2. namespace ContainerS50Fuff;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  74.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  75.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  76.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  77.             '.container.private.session' => 'get_Container_Private_SessionService',
  78.             'App\\Controller\\AboutController' => 'getAboutControllerService',
  79.             'App\\Controller\\Admin\\AboutCrudController' => 'getAboutCrudControllerService',
  80.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  81.             'App\\Controller\\Admin\\GalleryCrudController' => 'getGalleryCrudControllerService',
  82.             'App\\Controller\\Admin\\HeadersCrudController' => 'getHeadersCrudControllerService',
  83.             'App\\Controller\\Admin\\ProjectsCrudController' => 'getProjectsCrudControllerService',
  84.             'App\\Controller\\Admin\\RolesCrudController' => 'getRolesCrudControllerService',
  85.             'App\\Controller\\Admin\\SectionTitleCrudController' => 'getSectionTitleCrudControllerService',
  86.             'App\\Controller\\Admin\\TagCrudController' => 'getTagCrudControllerService',
  87.             'App\\Controller\\Admin\\TestimonyCrudController' => 'getTestimonyCrudControllerService',
  88.             'App\\Controller\\Admin\\TraningsCrudController' => 'getTraningsCrudControllerService',
  89.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  90.             'App\\Controller\\ContactController' => 'getContactControllerService',
  91.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  92.             'App\\Controller\\GalleryController' => 'getGalleryControllerService',
  93.             'App\\Controller\\PagesController' => 'getPagesControllerService',
  94.             'App\\Controller\\ProjectsController' => 'getProjectsControllerService',
  95.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  96.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  97.             'App\\Controller\\ThanksController' => 'getThanksControllerService',
  98.             'App\\Controller\\VolunteersController' => 'getVolunteersControllerService',
  99.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  100.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  101.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  102.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  103.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  104.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  105.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface' => 'getCodeGeneratorInterfaceService',
  106.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  107.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  108.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  109.             'cache.app_clearer' => 'getCache_AppClearerService',
  110.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  111.             'cache.system_clearer' => 'getCache_SystemClearerService',
  112.             'cache_warmer' => 'getCacheWarmerService',
  113.             'console.command_loader' => 'getConsole_CommandLoaderService',
  114.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  115.             'error_controller' => 'getErrorControllerService',
  116.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  117.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  118.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  119.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  120.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  121.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  122.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  123.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  124.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  125.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  126.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  127.             'mercuryseries_flashy.flashy_notifier' => 'getMercuryseriesFlashy_FlashyNotifierService',
  128.             'routing.loader' => 'getRouting_LoaderService',
  129.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  130.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  131.             'services_resetter' => 'getServicesResetterService',
  132.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  133.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  134.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  135.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  136.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  137.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  138.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  139.         ];
  140.         $this->aliases = [
  141.             'App\\Kernel' => 'kernel',
  142.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  143.             'database_connection' => 'doctrine.dbal.default_connection',
  144.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  145.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  146.             'mailer' => 'swiftmailer.mailer.default',
  147.             'scheb_two_factor.security.email.code_generator' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface',
  148.         ];
  149.         $this->privates['service_container'] = function () {
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  156.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  193.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  296.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  299.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  393.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  394.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  398.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  399.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  400.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  401.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  403.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  405.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  406.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  407.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  414.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  417.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  418.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  424.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  425.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  436.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  505.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  509.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  511.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  513.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  520.         };
  521.     }
  522.     public function compile(): void
  523.     {
  524.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  525.     }
  526.     public function isCompiled(): bool
  527.     {
  528.         return true;
  529.     }
  530.     public function getRemovedIds(): array
  531.     {
  532.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  533.     }
  534.     protected function load($file$lazyLoad true)
  535.     {
  536.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  537.             return $class::do($this$lazyLoad);
  538.         }
  539.         if ('.' === $file[-4]) {
  540.             $class substr($class0, -4);
  541.         } else {
  542.             $file .= '.php';
  543.         }
  544.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  545.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  546.     }
  547.     protected function createProxy($class, \Closure $factory)
  548.     {
  549.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  550.         return $factory();
  551.     }
  552.     /**
  553.      * Gets the public '.container.private.filesystem' shared service.
  554.      *
  555.      * @return \Symfony\Component\Filesystem\Filesystem
  556.      */
  557.     protected function get_Container_Private_FilesystemService()
  558.     {
  559.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  560.     }
  561.     /**
  562.      * Gets the public '.container.private.profiler' shared service.
  563.      *
  564.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  565.      */
  566.     protected function get_Container_Private_ProfilerService()
  567.     {
  568.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  569.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  570.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  571.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  572.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  573.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  574.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  575.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  576.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  577.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  578.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  579.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  580.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  581.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  582.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  583.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  584.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  585.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  586.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  587.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  588.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  589.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  590.         if ($this->has('kernel')) {
  591.             $f->setKernel($b);
  592.         }
  593.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  594.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  595.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  596.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  597.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  598.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  599.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  600.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  601.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  602.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  603.         $instance->add($d);
  604.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  605.         $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));
  606.         $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())));
  607.         $instance->add($e);
  608.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  609.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  610.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  611.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  612.         $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()))));
  613.         $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()))));
  614.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  615.         $instance->add($f);
  616.         return $instance;
  617.     }
  618.     /**
  619.      * Gets the public '.container.private.security.authorization_checker' shared service.
  620.      *
  621.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  622.      */
  623.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  624.     {
  625.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  626.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  627.             return $this->services['.container.private.security.authorization_checker'];
  628.         }
  629.         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()), $afalsefalsefalse);
  630.     }
  631.     /**
  632.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  633.      *
  634.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  635.      */
  636.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  637.     {
  638.         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())));
  639.     }
  640.     /**
  641.      * Gets the public '.container.private.security.token_storage' shared service.
  642.      *
  643.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  644.      */
  645.     protected function get_Container_Private_Security_TokenStorageService()
  646.     {
  647.         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, [
  648.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  649.         ], [
  650.             'request_stack' => '?',
  651.         ]));
  652.     }
  653.     /**
  654.      * Gets the public '.container.private.twig' shared service.
  655.      *
  656.      * @return \Twig\Environment
  657.      */
  658.     protected function get_Container_Private_TwigService()
  659.     {
  660.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  665.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  673.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  681.         $a->addPath((\dirname(__DIR__4).'/vendor/mercuryseries/flashy-bundle/src/Resources/views'), 'MercurySeriesFlashy');
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/mercuryseries/flashy-bundle/src/Resources/views'), '!MercurySeriesFlashy');
  683.         $a->addPath((\dirname(__DIR__4).'/templates'));
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  685.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  687.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  688.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  689.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  690.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  691.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  692.         $f = ($this->services['router'] ?? $this->getRouterService());
  693.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  694.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  695.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  696.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  697.         $j = new \Symfony\Bridge\Twig\AppVariable();
  698.         $j->setEnvironment('dev');
  699.         $j->setDebug(true);
  700.         if ($this->has('.container.private.security.token_storage')) {
  701.             $j->setTokenStorage($h);
  702.         }
  703.         if ($this->has('request_stack')) {
  704.             $j->setRequestStack($g);
  705.         }
  706.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  721.         $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())));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  723.         $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)));
  724.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  725.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  726.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  727.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  728.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  729.         ], [
  730.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  731.         ])));
  732.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  733.         $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)))));
  734.         $instance->addGlobal('app'$j);
  735.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  736.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  737.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  738.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  739.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  740.         ], [
  741.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  742.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  743.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  744.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  745.         ])));
  746.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  747.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  748.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  749.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  750.         return $instance;
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.validator' shared service.
  754.      *
  755.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  756.      */
  757.     protected function get_Container_Private_ValidatorService()
  758.     {
  759.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  760.     }
  761.     /**
  762.      * Gets the public 'cache.app' shared service.
  763.      *
  764.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  765.      */
  766.     protected function getCache_AppService()
  767.     {
  768.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('O2uLzU0aWg'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  769.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  770.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  771.     }
  772.     /**
  773.      * Gets the public 'cache.system' shared service.
  774.      *
  775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  776.      */
  777.     protected function getCache_SystemService()
  778.     {
  779.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f95IzYc3Vp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  780.     }
  781.     /**
  782.      * Gets the public 'cache.validator_expression_language' shared service.
  783.      *
  784.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  785.      */
  786.     protected function getCache_ValidatorExpressionLanguageService()
  787.     {
  788.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('x3gmNEx4k5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  789.     }
  790.     /**
  791.      * Gets the public 'data_collector.dump' shared service.
  792.      *
  793.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  794.      */
  795.     protected function getDataCollector_DumpService()
  796.     {
  797.         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()));
  798.     }
  799.     /**
  800.      * Gets the public 'doctrine' shared service.
  801.      *
  802.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  803.      */
  804.     protected function getDoctrineService()
  805.     {
  806.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  807.     }
  808.     /**
  809.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  810.      *
  811.      * @return \Doctrine\DBAL\Connection
  812.      */
  813.     protected function getDoctrine_Dbal_DefaultConnectionService()
  814.     {
  815.         $a = new \Doctrine\DBAL\Configuration();
  816.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  817.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  818.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  819.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  820.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  821.         $c->setConnectionName('default');
  822.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  823.         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' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  824.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  825.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  826.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  827.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  828.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  829.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  830.         ], [
  831.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  832.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  833.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  834.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  835.             'stof_doctrine_extensions.listener.sluggable' => '?',
  836.             'stof_doctrine_extensions.listener.timestampable' => '?',
  837.         ]), [=> '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'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.timestampable'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  838.     }
  839.     /**
  840.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  841.      *
  842.      * @return \Doctrine\ORM\EntityManager
  843.      */
  844.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  845.     {
  846.         if ($lazyLoad) {
  847.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  848.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  849.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  850.                     $proxy->setProxyInitializer(null);
  851.                     return true;
  852.                 });
  853.             });
  854.         }
  855.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  857.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  858.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  859.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  860.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  861.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  862.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  866.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  867.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  869.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  874.         $a = new \Doctrine\ORM\Configuration();
  875.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  876.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  877.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  878.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  879.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  880.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  881.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  882.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  883.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  884.         ], [
  885.             'doctrine.ulid_generator' => '?',
  886.             'doctrine.uuid_generator' => '?',
  887.         ])));
  888.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  889.         $a->setProxyNamespace('Proxies');
  890.         $a->setAutoGenerateProxyClasses(true);
  891.         $a->setSchemaIgnoreClasses([]);
  892.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  893.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  894.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  895.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  896.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  897.         $a->setLazyGhostObjectEnabled(false);
  898.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  899.             'App\\Repository\\AboutRepository' => ['privates''App\\Repository\\AboutRepository''getAboutRepositoryService'true],
  900.             'App\\Repository\\CountriesRepository' => ['privates''App\\Repository\\CountriesRepository''getCountriesRepositoryService'true],
  901.             'App\\Repository\\GalleryRepository' => ['privates''App\\Repository\\GalleryRepository''getGalleryRepositoryService'true],
  902.             'App\\Repository\\HeadersRepository' => ['privates''App\\Repository\\HeadersRepository''getHeadersRepositoryService'true],
  903.             'App\\Repository\\ProjectsRepository' => ['privates''App\\Repository\\ProjectsRepository''getProjectsRepositoryService'true],
  904.             'App\\Repository\\RolesRepository' => ['privates''App\\Repository\\RolesRepository''getRolesRepositoryService'true],
  905.             'App\\Repository\\SectionTitleRepository' => ['privates''App\\Repository\\SectionTitleRepository''getSectionTitleRepositoryService'true],
  906.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'true],
  907.             'App\\Repository\\TestimonyRepository' => ['privates''App\\Repository\\TestimonyRepository''getTestimonyRepositoryService'true],
  908.             'App\\Repository\\TraningsRepository' => ['privates''App\\Repository\\TraningsRepository''getTraningsRepositoryService'true],
  909.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  910.             'App\\Repository\\VoluntiersRepository' => ['privates''App\\Repository\\VoluntiersRepository''getVoluntiersRepositoryService'true],
  911.         ], [
  912.             'App\\Repository\\AboutRepository' => '?',
  913.             'App\\Repository\\CountriesRepository' => '?',
  914.             'App\\Repository\\GalleryRepository' => '?',
  915.             'App\\Repository\\HeadersRepository' => '?',
  916.             'App\\Repository\\ProjectsRepository' => '?',
  917.             'App\\Repository\\RolesRepository' => '?',
  918.             'App\\Repository\\SectionTitleRepository' => '?',
  919.             'App\\Repository\\TagRepository' => '?',
  920.             'App\\Repository\\TestimonyRepository' => '?',
  921.             'App\\Repository\\TraningsRepository' => '?',
  922.             'App\\Repository\\UserRepository' => '?',
  923.             'App\\Repository\\VoluntiersRepository' => '?',
  924.         ])));
  925.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  926.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  927.         return $instance;
  928.     }
  929.     /**
  930.      * Gets the public 'event_dispatcher' shared service.
  931.      *
  932.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  933.      */
  934.     protected function getEventDispatcherService()
  935.     {
  936.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  937.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  938.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  939.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  940.         $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())));
  941.         $instance->addListener('kernel.controller', [=> function () {
  942.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  943.         }, => 'onKernelController'], 0);
  944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  945.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  946.         }, => 'checkPassport'], 1024);
  947.         $instance->addListener('kernel.response', [=> function () {
  948.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  949.         }, => 'onKernelResponse'], 0);
  950.         $instance->addListener('kernel.exception', [=> function () {
  951.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  952.         }, => 'onKernelException'], -64);
  953.         $instance->addListener('kernel.view', [=> function () {
  954.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  955.         }, => 'onKernelView'], 0);
  956.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityPersistedEvent', [=> function () {
  957.             return ($this->privates['App\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  958.         }, => 'flashMessageAfterPersist'], 0);
  959.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  960.             return ($this->privates['App\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  961.         }, => 'flashMessageAfterUpdate'], 0);
  962.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityDeletedEvent', [=> function () {
  963.             return ($this->privates['App\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  964.         }, => 'flashMessageAfterDelete'], 0);
  965.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  966.             return ($this->privates['App\\Subscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  967.         }, => 'addUser'], 0);
  968.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  969.             return ($this->privates['App\\Subscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  970.         }, => 'updateUser'], 0);
  971.         $instance->addListener('kernel.response', [=> function () {
  972.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  973.         }, => 'onKernelResponse'], 0);
  974.         $instance->addListener('kernel.response', [=> function () {
  975.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  976.         }, => 'onKernelResponse'], -1024);
  977.         $instance->addListener('kernel.request', [=> function () {
  978.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  979.         }, => 'setDefaultLocale'], 100);
  980.         $instance->addListener('kernel.request', [=> function () {
  981.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  982.         }, => 'onKernelRequest'], 16);
  983.         $instance->addListener('kernel.finish_request', [=> function () {
  984.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  985.         }, => 'onKernelFinishRequest'], 0);
  986.         $instance->addListener('kernel.request', [=> function () {
  987.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  988.         }, => 'onKernelRequest'], 256);
  989.         $instance->addListener('kernel.response', [=> function () {
  990.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  991.         }, => 'onResponse'], -255);
  992.         $instance->addListener('kernel.controller_arguments', [=> function () {
  993.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  994.         }, => 'onControllerArguments'], 0);
  995.         $instance->addListener('kernel.exception', [=> function () {
  996.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  997.         }, => 'logKernelException'], 0);
  998.         $instance->addListener('kernel.exception', [=> function () {
  999.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1000.         }, => 'onKernelException'], -128);
  1001.         $instance->addListener('kernel.response', [=> function () {
  1002.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1003.         }, => 'removeCspHeader'], -128);
  1004.         $instance->addListener('kernel.request', [=> function () {
  1005.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1006.         }, => 'onKernelRequest'], 15);
  1007.         $instance->addListener('kernel.finish_request', [=> function () {
  1008.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1009.         }, => 'onKernelFinishRequest'], -15);
  1010.         $instance->addListener('console.error', [=> function () {
  1011.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1012.         }, => 'onConsoleError'], -128);
  1013.         $instance->addListener('console.terminate', [=> function () {
  1014.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1015.         }, => 'onConsoleTerminate'], -128);
  1016.         $instance->addListener('console.error', [=> function () {
  1017.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1018.         }, => 'onConsoleError'], 0);
  1019.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1020.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1021.         }, => 'onMessage'], -255);
  1022.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1023.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1024.         }, => 'onMessage'], -255);
  1025.         $instance->addListener('kernel.request', [=> function () {
  1026.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1027.         }, => 'configure'], 2048);
  1028.         $instance->addListener('console.command', [=> function () {
  1029.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1030.         }, => 'configure'], 2048);
  1031.         $instance->addListener('kernel.request', [=> function () {
  1032.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1033.         }, => 'onKernelRequest'], 32);
  1034.         $instance->addListener('kernel.finish_request', [=> function () {
  1035.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1036.         }, => 'onKernelFinishRequest'], 0);
  1037.         $instance->addListener('kernel.exception', [=> function () {
  1038.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1039.         }, => 'onKernelException'], -64);
  1040.         $instance->addListener('kernel.response', [=> function () {
  1041.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1042.         }, => 'onKernelResponse'], 0);
  1043.         $instance->addListener('kernel.request', [=> function () {
  1044.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1045.         }, => 'onKernelRequest'], 128);
  1046.         $instance->addListener('kernel.response', [=> function () {
  1047.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1048.         }, => 'onKernelResponse'], -1000);
  1049.         $instance->addListener('kernel.finish_request', [=> function () {
  1050.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1051.         }, => 'onFinishRequest'], 0);
  1052.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1053.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1054.         }, => 'onNotification'], -255);
  1055.         $instance->addListener('kernel.response', [=> function () {
  1056.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1057.         }, => 'onKernelResponse'], -100);
  1058.         $instance->addListener('kernel.exception', [=> function () {
  1059.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1060.         }, => 'onKernelException'], 0);
  1061.         $instance->addListener('kernel.terminate', [=> function () {
  1062.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1063.         }, => 'onKernelTerminate'], -1024);
  1064.         $instance->addListener('kernel.controller', [=> function () {
  1065.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1066.         }, => 'onKernelController'], 0);
  1067.         $instance->addListener('kernel.response', [=> function () {
  1068.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1069.         }, => 'onKernelResponse'], 0);
  1070.         $instance->addListener('kernel.controller', [=> function () {
  1071.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1072.         }, => 'onKernelController'], 0);
  1073.         $instance->addListener('kernel.controller', [=> function () {
  1074.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1075.         }, => 'onKernelController'], 0);
  1076.         $instance->addListener('kernel.controller', [=> function () {
  1077.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1078.         }, => 'onKernelController'], -128);
  1079.         $instance->addListener('kernel.view', [=> function () {
  1080.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1081.         }, => 'onKernelView'], 0);
  1082.         $instance->addListener('kernel.controller', [=> function () {
  1083.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1084.         }, => 'onKernelController'], 0);
  1085.         $instance->addListener('kernel.response', [=> function () {
  1086.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1087.         }, => 'onKernelResponse'], 0);
  1088.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1089.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1090.         }, => 'onKernelControllerArguments'], 0);
  1091.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1092.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1093.         }, => 'onKernelControllerArguments'], 0);
  1094.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1095.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1096.         }, => 'onMessage'], 0);
  1097.         $instance->addListener('kernel.response', [=> function () {
  1098.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1099.         }, => 'onKernelResponse'], -128);
  1100.         $instance->addListener('console.command', [=> function () {
  1101.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1102.         }, => 'onCommand'], 255);
  1103.         $instance->addListener('console.terminate', [=> function () {
  1104.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1105.         }, => 'onTerminate'], -255);
  1106.         $instance->addListener('console.command', [=> function () {
  1107.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1108.         }, => 'configure'], 1024);
  1109.         $instance->addListener('console.error', [=> function () {
  1110.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1111.         }, => 'onConsoleError'], 0);
  1112.         $instance->addListener('console.terminate', [=> function () {
  1113.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1114.         }, => 'onConsoleTerminate'], 0);
  1115.         $instance->addListener('kernel.response', [=> function () {
  1116.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1117.         }, => 'onKernelResponse'], 0);
  1118.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1119.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1120.         }, => 'checkPassport'], 0);
  1121.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1122.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1123.         }, => 'onLoginSuccess'], 0);
  1124.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1125.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1126.         }, => 'onVoterVote'], 0);
  1127.         $instance->addListener('kernel.request', [=> function () {
  1128.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1129.         }, => 'configureLogoutUrlGenerator'], 8);
  1130.         $instance->addListener('kernel.request', [=> function () {
  1131.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1132.         }, => 'onKernelRequest'], 8);
  1133.         $instance->addListener('kernel.finish_request', [=> function () {
  1134.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1135.         }, => 'onKernelFinishRequest'], 0);
  1136.         $instance->addListener('kernel.exception', [=> function () {
  1137.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  1138.         }, => 'onKernelException'], 2);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  1141.         }, => 'onKernelRequest'], 0);
  1142.         $instance->addListener('security.authentication.success', [=> function () {
  1143.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1144.         }, => 'onLogin'], 9223372036854775807);
  1145.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1146.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1147.         }, => 'onAccessDenied'], 0);
  1148.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1149.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1150.         }, => 'onTwoFactorForm'], 0);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1153.         }, => 'onKernelResponse'], 1);
  1154.         $instance->addListener('kernel.request', [=> function () {
  1155.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1156.         }, => 'handleLegacyEaContext'], 10);
  1157.         $instance->addListener('kernel.request', [=> function () {
  1158.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1159.         }, => 'onKernelRequest'], 0);
  1160.         $instance->addListener('kernel.controller', [=> function () {
  1161.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1162.         }, => 'onKernelController'], 128);
  1163.         $instance->addListener('security.authentication.success', [=> function () {
  1164.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  1165.         }, => 'onLogin'], 9223372036854775806);
  1166.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1167.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1168.         }, => 'checkPassport'], 0);
  1169.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1170.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  1171.         }, => 'onSuccessfulLogin'], -63);
  1172.         $instance->addListener('kernel.exception', [=> function () {
  1173.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1174.         }, => 'onException'], 0);
  1175.         $instance->addListener('kernel.terminate', [=> function () {
  1176.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1177.         }, => 'onTerminate'], 0);
  1178.         $instance->addListener('console.error', [=> function () {
  1179.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1180.         }, => 'onException'], 0);
  1181.         $instance->addListener('console.terminate', [=> function () {
  1182.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1183.         }, => 'onTerminate'], 0);
  1184.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1185.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1186.         }, => 'checkPassport'], 512);
  1187.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1188.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1189.         }, => 'onLogout'], 0);
  1190.         return $instance;
  1191.     }
  1192.     /**
  1193.      * Gets the public 'http_kernel' shared service.
  1194.      *
  1195.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1196.      */
  1197.     protected function getHttpKernelService()
  1198.     {
  1199.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1200.         if (isset($this->services['http_kernel'])) {
  1201.             return $this->services['http_kernel'];
  1202.         }
  1203.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($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 () {
  1204.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1205.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1206.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1207.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1208.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1209.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1210.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1211.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1212.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1213.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1214.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1215.     }
  1216.     /**
  1217.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1218.      *
  1219.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1220.      */
  1221.     protected function getLiipImagine_Cache_ManagerService()
  1222.     {
  1223.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1224.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1225.             return $this->services['liip_imagine.cache.manager'];
  1226.         }
  1227.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  1228.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1229.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1230.         return $instance;
  1231.     }
  1232.     /**
  1233.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1234.      *
  1235.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1236.      */
  1237.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1238.     {
  1239.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1240.     }
  1241.     /**
  1242.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1243.      *
  1244.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1245.      */
  1246.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1247.     {
  1248.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1249.     }
  1250.     /**
  1251.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1252.      *
  1253.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1254.      */
  1255.     protected function getLiipImagine_Cache_SignerService()
  1256.     {
  1257.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1258.     }
  1259.     /**
  1260.      * Gets the public 'request_stack' shared service.
  1261.      *
  1262.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1263.      */
  1264.     protected function getRequestStackService()
  1265.     {
  1266.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1267.     }
  1268.     /**
  1269.      * Gets the public 'router' shared service.
  1270.      *
  1271.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1272.      */
  1273.     protected function getRouterService()
  1274.     {
  1275.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1276.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1277.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1278.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1279.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1280.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1281.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1282.         ], [
  1283.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1284.         ]))->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');
  1285.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1286.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1287.         return $instance;
  1288.     }
  1289.     /**
  1290.      * Gets the public 'translator' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1293.      */
  1294.     protected function getTranslatorService()
  1295.     {
  1296.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1297.     }
  1298.     /**
  1299.      * Gets the public 'var_dumper.cloner' shared service.
  1300.      *
  1301.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1302.      */
  1303.     protected function getVarDumper_ClonerService()
  1304.     {
  1305.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1306.         $instance->setMaxItems(2500);
  1307.         $instance->setMinDepth(1);
  1308.         $instance->setMaxString(-1);
  1309.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the private '.debug.http_client' shared service.
  1314.      *
  1315.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1316.      */
  1317.     protected function get_Debug_HttpClientService()
  1318.     {
  1319.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1320.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1321.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1322.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1323.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1324.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1325.         $a->setLogger($b);
  1326.         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))));
  1327.     }
  1328.     /**
  1329.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1332.      */
  1333.     protected function get_ServiceLocator_ZJyh7qSService()
  1334.     {
  1335.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1336.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1337.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1338.         ], [
  1339.             'security.firewall.map.context.dev' => '?',
  1340.             'security.firewall.map.context.main' => '?',
  1341.         ]);
  1342.     }
  1343.     /**
  1344.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1345.      *
  1346.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1347.      */
  1348.     protected function getAdminRouterSubscriberService()
  1349.     {
  1350.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1351.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1352.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1353.         }
  1354.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1355.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1356.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1357.         }
  1358.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1359.         $d = ($this->services['router'] ?? $this->getRouterService());
  1360.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1361.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($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()), $c$d, ($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())), $e$a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1362.     }
  1363.     /**
  1364.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1365.      *
  1366.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1367.      */
  1368.     protected function getActionFactoryService()
  1369.     {
  1370.         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()));
  1371.     }
  1372.     /**
  1373.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1374.      *
  1375.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1376.      */
  1377.     protected function getControllerFactoryService()
  1378.     {
  1379.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1380.     }
  1381.     /**
  1382.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1383.      *
  1384.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1385.      */
  1386.     protected function getEntityFactoryService()
  1387.     {
  1388.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1389.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1390.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1391.         }
  1392.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1393.         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()), $b, new RewindableGenerator(function () {
  1394.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1395.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1396.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1397.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1398.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1399.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1400.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1401.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1402.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1403.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1404.             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()));
  1405.             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()));
  1406.             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()));
  1407.             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))));
  1408.             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()));
  1409.             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()));
  1410.             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()));
  1411.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1412.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1413.             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()));
  1414.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1415.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1416.             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()));
  1417.             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()));
  1418.             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()));
  1419.             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()));
  1420.             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()));
  1421.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1422.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1423.     }
  1424.     /**
  1425.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1426.      *
  1427.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1428.      */
  1429.     protected function getAdminContextProviderService()
  1430.     {
  1431.         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())));
  1432.     }
  1433.     /**
  1434.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1435.      *
  1436.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1437.      */
  1438.     protected function getCrudControllerRegistryService()
  1439.     {
  1440.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AboutCrudController'=> 'App\\Controller\\Admin\\GalleryCrudController'=> 'App\\Controller\\Admin\\HeadersCrudController'=> 'App\\Controller\\Admin\\ProjectsCrudController'=> 'App\\Controller\\Admin\\RolesCrudController'=> 'App\\Controller\\Admin\\SectionTitleCrudController'=> 'App\\Controller\\Admin\\TagCrudController'=> 'App\\Controller\\Admin\\TestimonyCrudController'=> 'App\\Controller\\Admin\\TraningsCrudController'=> 'App\\Controller\\Admin\\UserCrudController']);
  1441.     }
  1442.     /**
  1443.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1444.      *
  1445.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1446.      */
  1447.     protected function getAdminUrlGeneratorService()
  1448.     {
  1449.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1450.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1451.         };
  1452.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1453.     }
  1454.     /**
  1455.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1456.      *
  1457.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1458.      */
  1459.     protected function getAuthorizationCheckerService()
  1460.     {
  1461.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1462.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1463.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1464.         }
  1465.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1466.     }
  1467.     /**
  1468.      * Gets the private 'annotations.cache_adapter' shared service.
  1469.      *
  1470.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1471.      */
  1472.     protected function getAnnotations_CacheAdapterService()
  1473.     {
  1474.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1475.     }
  1476.     /**
  1477.      * Gets the private 'annotations.cached_reader' shared service.
  1478.      *
  1479.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1480.      */
  1481.     protected function getAnnotations_CachedReaderService()
  1482.     {
  1483.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1484.     }
  1485.     /**
  1486.      * Gets the private 'annotations.reader' shared service.
  1487.      *
  1488.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1489.      */
  1490.     protected function getAnnotations_ReaderService()
  1491.     {
  1492.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1493.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1494.         $a->registerUniqueLoader('class_exists');
  1495.         $instance->addGlobalIgnoredName('required'$a);
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the private 'assets.packages' shared service.
  1500.      *
  1501.      * @return \Symfony\Component\Asset\Packages
  1502.      */
  1503.     protected function getAssets_PackagesService()
  1504.     {
  1505.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1506.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), 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 () {
  1507.             return new \EmptyIterator();
  1508.         }, 0));
  1509.     }
  1510.     /**
  1511.      * Gets the private 'cache.annotations' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1514.      */
  1515.     protected function getCache_AnnotationsService()
  1516.     {
  1517.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w-GbXWy6RV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1518.     }
  1519.     /**
  1520.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1521.      *
  1522.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1523.      */
  1524.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1525.     {
  1526.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1527.     }
  1528.     /**
  1529.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1532.      */
  1533.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1534.     {
  1535.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1536.     }
  1537.     /**
  1538.      * Gets the private 'cache.property_info' shared service.
  1539.      *
  1540.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1541.      */
  1542.     protected function getCache_PropertyInfoService()
  1543.     {
  1544.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ai5pxTFhAR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1545.     }
  1546.     /**
  1547.      * Gets the private 'cache.security_expression_language' shared service.
  1548.      *
  1549.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1550.      */
  1551.     protected function getCache_SecurityExpressionLanguageService()
  1552.     {
  1553.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Nsryg9Ehfr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1554.     }
  1555.     /**
  1556.      * Gets the private 'cache.serializer' shared service.
  1557.      *
  1558.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1559.      */
  1560.     protected function getCache_SerializerService()
  1561.     {
  1562.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3gEa6hvUFr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1563.     }
  1564.     /**
  1565.      * Gets the private 'cache.validator' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1568.      */
  1569.     protected function getCache_ValidatorService()
  1570.     {
  1571.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tDVK7HBPcN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1572.     }
  1573.     /**
  1574.      * Gets the private 'config_cache_factory' shared service.
  1575.      *
  1576.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1577.      */
  1578.     protected function getConfigCacheFactoryService()
  1579.     {
  1580.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1581.             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)));
  1582.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1583.         }, 2));
  1584.     }
  1585.     /**
  1586.      * Gets the private 'data_collector.form' shared service.
  1587.      *
  1588.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1589.      */
  1590.     protected function getDataCollector_FormService()
  1591.     {
  1592.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1593.     }
  1594.     /**
  1595.      * Gets the private 'data_collector.request' shared service.
  1596.      *
  1597.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1598.      */
  1599.     protected function getDataCollector_RequestService()
  1600.     {
  1601.         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())));
  1602.     }
  1603.     /**
  1604.      * Gets the private 'debug.controller_resolver' shared service.
  1605.      *
  1606.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1607.      */
  1608.     protected function getDebug_ControllerResolverService()
  1609.     {
  1610.         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))));
  1611.     }
  1612.     /**
  1613.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1614.      *
  1615.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1616.      */
  1617.     protected function getDebug_DebugHandlersListenerService()
  1618.     {
  1619.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1620.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1621.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1622.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1623.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1624.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1625.     }
  1626.     /**
  1627.      * Gets the private 'debug.file_link_formatter' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1630.      */
  1631.     protected function getDebug_FileLinkFormatterService()
  1632.     {
  1633.         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 () {
  1634.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1635.         });
  1636.     }
  1637.     /**
  1638.      * Gets the private 'debug.log_processor' shared service.
  1639.      *
  1640.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1641.      */
  1642.     protected function getDebug_LogProcessorService()
  1643.     {
  1644.         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())));
  1645.     }
  1646.     /**
  1647.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1648.      *
  1649.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1650.      */
  1651.     protected function getDebug_Security_Access_DecisionManagerService()
  1652.     {
  1653.         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 () {
  1654.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1655.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  1656.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1657.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1658.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1659.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1660.     }
  1661.     /**
  1662.      * Gets the private 'debug.security.firewall' shared service.
  1663.      *
  1664.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1665.      */
  1666.     protected function getDebug_Security_FirewallService()
  1667.     {
  1668.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1669.         if (isset($this->privates['debug.security.firewall'])) {
  1670.             return $this->privates['debug.security.firewall'];
  1671.         }
  1672.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1673.         if (isset($this->privates['debug.security.firewall'])) {
  1674.             return $this->privates['debug.security.firewall'];
  1675.         }
  1676.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1677.     }
  1678.     /**
  1679.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1680.      *
  1681.      * @return \Doctrine\Migrations\DependencyFactory
  1682.      */
  1683.     protected function getDoctrine_Migrations_DependencyFactoryService()
  1684.     {
  1685.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  1686.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  1687.         $a->setAllOrNothing(false);
  1688.         $a->setCheckDatabasePlatform(true);
  1689.         $a->setTransactional(true);
  1690.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1691.         $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()));
  1692.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1693.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1694.         });
  1695.         return $instance;
  1696.     }
  1697.     /**
  1698.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1699.      *
  1700.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1701.      */
  1702.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1703.     {
  1704.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  1705.     }
  1706.     /**
  1707.      * Gets the private 'exception_listener' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1710.      */
  1711.     protected function getExceptionListener2Service()
  1712.     {
  1713.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1714.     }
  1715.     /**
  1716.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1717.      *
  1718.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1719.      */
  1720.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1721.     {
  1722.         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())));
  1723.     }
  1724.     /**
  1725.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1726.      *
  1727.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1728.      */
  1729.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1730.     {
  1731.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1732.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1733.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1734.         }
  1735.         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()), $a);
  1736.     }
  1737.     /**
  1738.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  1739.      *
  1740.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1741.      */
  1742.     protected function getLiipImagine_Filter_ConfigurationService()
  1743.     {
  1744.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1745.     }
  1746.     /**
  1747.      * Gets the private 'locale_aware_listener' shared service.
  1748.      *
  1749.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1750.      */
  1751.     protected function getLocaleAwareListenerService()
  1752.     {
  1753.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1754.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1755.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1756.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1757.     }
  1758.     /**
  1759.      * Gets the private 'locale_listener' shared service.
  1760.      *
  1761.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1762.      */
  1763.     protected function getLocaleListenerService()
  1764.     {
  1765.         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, []);
  1766.     }
  1767.     /**
  1768.      * Gets the private 'monolog.handler.console' shared service.
  1769.      *
  1770.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1771.      */
  1772.     protected function getMonolog_Handler_ConsoleService()
  1773.     {
  1774.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1775.     }
  1776.     /**
  1777.      * Gets the private 'monolog.handler.main' shared service.
  1778.      *
  1779.      * @return \Monolog\Handler\StreamHandler
  1780.      */
  1781.     protected function getMonolog_Handler_MainService()
  1782.     {
  1783.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1784.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the private 'monolog.logger' shared service.
  1789.      *
  1790.      * @return \Symfony\Bridge\Monolog\Logger
  1791.      */
  1792.     protected function getMonolog_LoggerService()
  1793.     {
  1794.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1795.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1796.         $instance->useMicrosecondTimestamps(true);
  1797.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1798.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1799.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1800.         return $instance;
  1801.     }
  1802.     /**
  1803.      * Gets the private 'monolog.logger.cache' shared service.
  1804.      *
  1805.      * @return \Symfony\Bridge\Monolog\Logger
  1806.      */
  1807.     protected function getMonolog_Logger_CacheService()
  1808.     {
  1809.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1810.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1811.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1812.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1813.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1814.         return $instance;
  1815.     }
  1816.     /**
  1817.      * Gets the private 'monolog.logger.request' shared service.
  1818.      *
  1819.      * @return \Symfony\Bridge\Monolog\Logger
  1820.      */
  1821.     protected function getMonolog_Logger_RequestService()
  1822.     {
  1823.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1824.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1825.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1826.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1827.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1828.         return $instance;
  1829.     }
  1830.     /**
  1831.      * Gets the private 'monolog.logger.security' shared service.
  1832.      *
  1833.      * @return \Symfony\Bridge\Monolog\Logger
  1834.      */
  1835.     protected function getMonolog_Logger_SecurityService()
  1836.     {
  1837.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1838.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1839.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1840.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1841.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1842.         return $instance;
  1843.     }
  1844.     /**
  1845.      * Gets the private 'parameter_bag' shared service.
  1846.      *
  1847.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1848.      */
  1849.     protected function getParameterBagService()
  1850.     {
  1851.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1852.     }
  1853.     /**
  1854.      * Gets the private 'profiler_listener' shared service.
  1855.      *
  1856.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1857.      */
  1858.     protected function getProfilerListenerService()
  1859.     {
  1860.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1861.         if (isset($this->privates['profiler_listener'])) {
  1862.             return $this->privates['profiler_listener'];
  1863.         }
  1864.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1865.     }
  1866.     /**
  1867.      * Gets the private 'property_accessor' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1870.      */
  1871.     protected function getPropertyAccessorService()
  1872.     {
  1873.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1874.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1875.     }
  1876.     /**
  1877.      * Gets the private 'property_info' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1880.      */
  1881.     protected function getPropertyInfoService()
  1882.     {
  1883.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1884.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1885.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1886.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1887.         }, 3), new RewindableGenerator(function () {
  1888.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1889.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1890.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1891.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1892.         }, 4), new RewindableGenerator(function () {
  1893.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1894.         }, 1), new RewindableGenerator(function () {
  1895.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1896.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1897.         }, 2), new RewindableGenerator(function () {
  1898.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1899.         }, 1));
  1900.     }
  1901.     /**
  1902.      * Gets the private 'router.expression_language_provider' shared service.
  1903.      *
  1904.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1905.      */
  1906.     protected function getRouter_ExpressionLanguageProviderService()
  1907.     {
  1908.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1909.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1910.         ], [
  1911.             'env' => 'Closure',
  1912.         ]));
  1913.     }
  1914.     /**
  1915.      * Gets the private 'router.request_context' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\Routing\RequestContext
  1918.      */
  1919.     protected function getRouter_RequestContextService()
  1920.     {
  1921.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1922.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the private 'router_listener' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1929.      */
  1930.     protected function getRouterListenerService()
  1931.     {
  1932.         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);
  1933.     }
  1934.     /**
  1935.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  1936.      *
  1937.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  1938.      */
  1939.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  1940.     {
  1941.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1942.     }
  1943.     /**
  1944.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  1945.      *
  1946.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  1947.      */
  1948.     protected function getSchebTwoFactor_ProviderRegistryService()
  1949.     {
  1950.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  1951.             yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
  1952.         }, 1));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  1956.      *
  1957.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  1958.      */
  1959.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  1960.     {
  1961.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  1962.     }
  1963.     /**
  1964.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  1965.      *
  1966.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  1967.      */
  1968.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  1969.     {
  1970.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1971.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  1972.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  1973.         }
  1974.         return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  1975.     }
  1976.     /**
  1977.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  1978.      *
  1979.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  1980.      */
  1981.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  1982.     {
  1983.         $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  1984.         if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  1985.             return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  1986.         }
  1987.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main'falsefalse);
  1988.     }
  1989.     /**
  1990.      * Gets the private 'security.context_listener.0' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1993.      */
  1994.     protected function getSecurity_ContextListener_0Service()
  1995.     {
  1996.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  1997.         if (isset($this->privates['security.context_listener.0'])) {
  1998.             return $this->privates['security.context_listener.0'];
  1999.         }
  2000.         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 () {
  2001.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2002.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2003.     }
  2004.     /**
  2005.      * Gets the private 'security.csrf.token_storage' shared service.
  2006.      *
  2007.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2008.      */
  2009.     protected function getSecurity_Csrf_TokenStorageService()
  2010.     {
  2011.         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())));
  2012.     }
  2013.     /**
  2014.      * Gets the private 'security.event_dispatcher.main' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2017.      */
  2018.     protected function getSecurity_EventDispatcher_MainService()
  2019.     {
  2020.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2021.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2022.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2023.         }, => 'checkPassport'], 2048);
  2024.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2025.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2026.         }, => 'onSuccessfulLogin'], 0);
  2027.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2028.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2029.         }, => 'onLogout'], 64);
  2030.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2031.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2032.         }, => 'onLogout'], 0);
  2033.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [=> function () {
  2034.             return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService'));
  2035.         }, => 'onAuthenticationTokenCreated'], 0);
  2036.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2037.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2038.         }, => 'preCheckCredentials'], 256);
  2039.         $instance->addListener('security.authentication.success', [=> function () {
  2040.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2041.         }, => 'postCheckCredentials'], 256);
  2042.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2043.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2044.         }, => 'checkPassport'], 1024);
  2045.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2046.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2047.         }, => 'checkPassport'], 0);
  2048.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2049.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2050.         }, => 'onLoginSuccess'], 0);
  2051.         $instance->addListener('security.authentication.success', [=> function () {
  2052.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2053.         }, => 'onLogin'], 9223372036854775807);
  2054.         $instance->addListener('security.authentication.success', [=> function () {
  2055.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2056.         }, => 'onLogin'], 9223372036854775806);
  2057.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2058.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2059.         }, => 'checkPassport'], 0);
  2060.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2061.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2062.         }, => 'onSuccessfulLogin'], -63);
  2063.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2064.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2065.         }, => 'checkPassport'], 512);
  2066.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2067.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2068.         }, => 'onLogout'], 0);
  2069.         return $instance;
  2070.     }
  2071.     /**
  2072.      * Gets the private 'security.firewall.map' shared service.
  2073.      *
  2074.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2075.      */
  2076.     protected function getSecurity_Firewall_MapService()
  2077.     {
  2078.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2079.         if (isset($this->privates['security.firewall.map'])) {
  2080.             return $this->privates['security.firewall.map'];
  2081.         }
  2082.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2083.             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)/')));
  2084.             yield 'security.firewall.map.context.main' => NULL;
  2085.         }, 2));
  2086.     }
  2087.     /**
  2088.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  2089.      *
  2090.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  2091.      */
  2092.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  2093.     {
  2094.         return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login''check_path' => '2fa_login_check''enable_csrf' => true'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor''post_only' => true'always_use_default_target_path' => false'default_target_path' => '/''success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''remember_me_sets_trusted' => false'multi_factor' => false'prepare_on_login' => false'prepare_on_access_denied' => false'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  2095.     }
  2096.     /**
  2097.      * Gets the private 'security.http_utils' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\Security\Http\HttpUtils
  2100.      */
  2101.     protected function getSecurity_HttpUtilsService()
  2102.     {
  2103.         $a = ($this->services['router'] ?? $this->getRouterService());
  2104.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  2105.     }
  2106.     /**
  2107.      * Gets the private 'security.logout_url_generator' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2110.      */
  2111.     protected function getSecurity_LogoutUrlGeneratorService()
  2112.     {
  2113.         $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()));
  2114.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2115.         return $instance;
  2116.     }
  2117.     /**
  2118.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2119.      *
  2120.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2121.      */
  2122.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2123.     {
  2124.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2128.      *
  2129.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2130.      */
  2131.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2132.     {
  2133.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2134.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2135.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2136.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2137.     }
  2138.     /**
  2139.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2140.      *
  2141.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2142.      */
  2143.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2144.     {
  2145.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2146.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2147.             return $this->privates['sensio_framework_extra.security.listener'];
  2148.         }
  2149.         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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($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()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2150.     }
  2151.     /**
  2152.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2153.      *
  2154.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2155.      */
  2156.     protected function getSensioFrameworkExtra_View_ListenerService()
  2157.     {
  2158.         $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))));
  2159.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2160.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2161.         ], [
  2162.             'twig' => '?',
  2163.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2164.         return $instance;
  2165.     }
  2166.     /**
  2167.      * Gets the private 'session_listener' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2170.      */
  2171.     protected function getSessionListenerService()
  2172.     {
  2173.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2174.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2175.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2176.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2177.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2178.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2179.         ], [
  2180.             'initialized_session' => '?',
  2181.             'logger' => '?',
  2182.             'session' => '?',
  2183.             'session_collector' => '?',
  2184.             'session_factory' => '?',
  2185.         ]), true$this->parameters['session.storage.options']);
  2186.     }
  2187.     /**
  2188.      * Gets the private 'translator.default' shared service.
  2189.      *
  2190.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2191.      */
  2192.     protected function getTranslator_DefaultService()
  2193.     {
  2194.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2195.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2196.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2197.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2198.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2199.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2200.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2201.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2202.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2203.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2204.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2205.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2206.         ], [
  2207.             'translation.loader.csv' => '?',
  2208.             'translation.loader.dat' => '?',
  2209.             'translation.loader.ini' => '?',
  2210.             'translation.loader.json' => '?',
  2211.             'translation.loader.mo' => '?',
  2212.             'translation.loader.php' => '?',
  2213.             'translation.loader.po' => '?',
  2214.             'translation.loader.qt' => '?',
  2215.             'translation.loader.res' => '?',
  2216.             'translation.loader.xliff' => '?',
  2217.             'translation.loader.yml' => '?',
  2218.         ]), 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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/admin.fr.yml'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], '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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/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/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/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'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/mercuryseries/flashy-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/scheb/2fa-bundle/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/symfony/monolog-bundle/translations'12 => 'vendor/symfony/debug-bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'vendor/doctrine/doctrine-migrations-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/twig/extra-bundle/translations'18 => 'vendor/antishov/doctrine-extensions-bundle/translations'19 => 'vendor/liip/imagine-bundle/translations'20 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'vendor/mercuryseries/flashy-bundle/src/translations']]], []);
  2219.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2220.         $instance->setFallbackLocales([=> 'fr']);
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the private 'validator.builder' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2227.      */
  2228.     protected function getValidator_BuilderService()
  2229.     {
  2230.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2231.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2232.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2233.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2234.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2235.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2236.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2237.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2238.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2239.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2240.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2241.         ], [
  2242.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2243.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2244.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2245.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2246.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2247.             'doctrine.orm.validator.unique' => '?',
  2248.             'security.validator.user_password' => '?',
  2249.             'validator.expression' => '?',
  2250.         ])));
  2251.         if ($this->has('translator')) {
  2252.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2253.         }
  2254.         $instance->setTranslationDomain('validators');
  2255.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2256.         $instance->enableAnnotationMapping(true);
  2257.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2258.         $instance->addMethodMapping('loadValidatorMetadata');
  2259.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2260.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2261.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2262.         return $instance;
  2263.     }
  2264.     /**
  2265.      * Gets the private 'var_dumper.html_dumper' shared service.
  2266.      *
  2267.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2268.      */
  2269.     protected function getVarDumper_HtmlDumperService()
  2270.     {
  2271.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2272.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2273.         return $instance;
  2274.     }
  2275.     /**
  2276.      * Gets the private 'var_dumper.server_connection' shared service.
  2277.      *
  2278.      * @return \Symfony\Component\VarDumper\Server\Connection
  2279.      */
  2280.     protected function getVarDumper_ServerConnectionService()
  2281.     {
  2282.         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()]);
  2283.     }
  2284.     /**
  2285.      * Gets the private 'web_profiler.csp.handler' shared service.
  2286.      *
  2287.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2288.      */
  2289.     protected function getWebProfiler_Csp_HandlerService()
  2290.     {
  2291.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2292.     }
  2293.     /**
  2294.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2295.      *
  2296.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2297.      */
  2298.     protected function getWebProfiler_DebugToolbarService()
  2299.     {
  2300.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2301.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2302.             return $this->privates['web_profiler.debug_toolbar'];
  2303.         }
  2304.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($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()));
  2305.     }
  2306.     /**
  2307.      * Gets the public 'cache_clearer' alias.
  2308.      *
  2309.      * @return object The ".container.private.cache_clearer" service.
  2310.      */
  2311.     protected function getCacheClearerService()
  2312.     {
  2313.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2314.         return $this->get('.container.private.cache_clearer');
  2315.     }
  2316.     /**
  2317.      * Gets the public 'filesystem' alias.
  2318.      *
  2319.      * @return object The ".container.private.filesystem" service.
  2320.      */
  2321.     protected function getFilesystemService()
  2322.     {
  2323.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2324.         return $this->get('.container.private.filesystem');
  2325.     }
  2326.     /**
  2327.      * Gets the public 'serializer' alias.
  2328.      *
  2329.      * @return object The ".container.private.serializer" service.
  2330.      */
  2331.     protected function getSerializerService()
  2332.     {
  2333.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2334.         return $this->get('.container.private.serializer');
  2335.     }
  2336.     /**
  2337.      * Gets the public 'security.csrf.token_manager' alias.
  2338.      *
  2339.      * @return object The ".container.private.security.csrf.token_manager" service.
  2340.      */
  2341.     protected function getSecurity_Csrf_TokenManagerService()
  2342.     {
  2343.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2344.         return $this->get('.container.private.security.csrf.token_manager');
  2345.     }
  2346.     /**
  2347.      * Gets the public 'form.factory' alias.
  2348.      *
  2349.      * @return object The ".container.private.form.factory" service.
  2350.      */
  2351.     protected function getForm_FactoryService()
  2352.     {
  2353.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2354.         return $this->get('.container.private.form.factory');
  2355.     }
  2356.     /**
  2357.      * Gets the public 'form.type.file' alias.
  2358.      *
  2359.      * @return object The ".container.private.form.type.file" service.
  2360.      */
  2361.     protected function getForm_Type_FileService()
  2362.     {
  2363.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2364.         return $this->get('.container.private.form.type.file');
  2365.     }
  2366.     /**
  2367.      * Gets the public 'profiler' alias.
  2368.      *
  2369.      * @return object The ".container.private.profiler" service.
  2370.      */
  2371.     protected function getProfilerService()
  2372.     {
  2373.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2374.         return $this->get('.container.private.profiler');
  2375.     }
  2376.     /**
  2377.      * Gets the public 'twig' alias.
  2378.      *
  2379.      * @return object The ".container.private.twig" service.
  2380.      */
  2381.     protected function getTwigService()
  2382.     {
  2383.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2384.         return $this->get('.container.private.twig');
  2385.     }
  2386.     /**
  2387.      * Gets the public 'security.authorization_checker' alias.
  2388.      *
  2389.      * @return object The ".container.private.security.authorization_checker" service.
  2390.      */
  2391.     protected function getSecurity_AuthorizationCheckerService()
  2392.     {
  2393.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2394.         return $this->get('.container.private.security.authorization_checker');
  2395.     }
  2396.     /**
  2397.      * Gets the public 'security.token_storage' alias.
  2398.      *
  2399.      * @return object The ".container.private.security.token_storage" service.
  2400.      */
  2401.     protected function getSecurity_TokenStorageService()
  2402.     {
  2403.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2404.         return $this->get('.container.private.security.token_storage');
  2405.     }
  2406.     /**
  2407.      * Gets the public 'security.password_encoder' alias.
  2408.      *
  2409.      * @return object The ".container.private.security.password_encoder" service.
  2410.      */
  2411.     protected function getSecurity_PasswordEncoderService()
  2412.     {
  2413.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2414.         return $this->get('.container.private.security.password_encoder');
  2415.     }
  2416.     /**
  2417.      * Gets the public 'session' alias.
  2418.      *
  2419.      * @return object The ".container.private.session" service.
  2420.      */
  2421.     protected function getSessionService()
  2422.     {
  2423.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2424.         return $this->get('.container.private.session');
  2425.     }
  2426.     /**
  2427.      * Gets the public 'validator' alias.
  2428.      *
  2429.      * @return object The ".container.private.validator" service.
  2430.      */
  2431.     protected function getValidatorService()
  2432.     {
  2433.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2434.         return $this->get('.container.private.validator');
  2435.     }
  2436.     /**
  2437.      * @return array|bool|float|int|string|\UnitEnum|null
  2438.      */
  2439.     public function getParameter(string $name)
  2440.     {
  2441.         if (isset($this->buildParameters[$name])) {
  2442.             return $this->buildParameters[$name];
  2443.         }
  2444.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2445.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2446.         }
  2447.         if (isset($this->loadedDynamicParameters[$name])) {
  2448.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2449.         }
  2450.         return $this->parameters[$name];
  2451.     }
  2452.     public function hasParameter(string $name): bool
  2453.     {
  2454.         if (isset($this->buildParameters[$name])) {
  2455.             return true;
  2456.         }
  2457.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2458.     }
  2459.     public function setParameter(string $name$value): void
  2460.     {
  2461.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2462.     }
  2463.     public function getParameterBag(): ParameterBagInterface
  2464.     {
  2465.         if (null === $this->parameterBag) {
  2466.             $parameters $this->parameters;
  2467.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2468.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2469.             }
  2470.             foreach ($this->buildParameters as $name => $value) {
  2471.                 $parameters[$name] = $value;
  2472.             }
  2473.             $this->parameterBag = new FrozenParameterBag($parameters);
  2474.         }
  2475.         return $this->parameterBag;
  2476.     }
  2477.     private $loadedDynamicParameters = [
  2478.         'kernel.runtime_environment' => false,
  2479.         'kernel.build_dir' => false,
  2480.         'kernel.cache_dir' => false,
  2481.         'kernel.secret' => false,
  2482.         'debug.container.dump' => false,
  2483.         'serializer.mapping.cache.file' => false,
  2484.         'session.save_path' => false,
  2485.         'validator.mapping.cache.file' => false,
  2486.         'profiler.storage.dsn' => false,
  2487.         'doctrine.orm.proxy_dir' => false,
  2488.         'swiftmailer.spool.default.memory.path' => false,
  2489.     ];
  2490.     private $dynamicParameters = [];
  2491.     private function getDynamicParameter(string $name)
  2492.     {
  2493.         switch ($name) {
  2494.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2495.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2496.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2497.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2498.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2499.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2500.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2501.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2502.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2503.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2504.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2505.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2506.         }
  2507.         $this->loadedDynamicParameters[$name] = true;
  2508.         return $this->dynamicParameters[$name] = $value;
  2509.     }
  2510.     protected function getDefaultParameters(): array
  2511.     {
  2512.         return [
  2513.             'kernel.project_dir' => \dirname(__DIR__4),
  2514.             'kernel.environment' => 'dev',
  2515.             'kernel.debug' => true,
  2516.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2517.             'kernel.bundles' => [
  2518.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2519.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2520.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2521.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2522.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2523.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2524.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2525.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2526.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2527.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2528.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2529.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2530.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2531.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  2532.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2533.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2534.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2535.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  2536.                 'MercurySeriesFlashyBundle' => 'MercurySeries\\FlashyBundle\\MercurySeriesFlashyBundle',
  2537.             ],
  2538.             'kernel.bundles_metadata' => [
  2539.                 'FrameworkBundle' => [
  2540.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2541.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2542.                 ],
  2543.                 'SensioFrameworkExtraBundle' => [
  2544.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2545.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2546.                 ],
  2547.                 'TwigBundle' => [
  2548.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2549.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2550.                 ],
  2551.                 'WebProfilerBundle' => [
  2552.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2553.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2554.                 ],
  2555.                 'MonologBundle' => [
  2556.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2557.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2558.                 ],
  2559.                 'DebugBundle' => [
  2560.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2561.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2562.                 ],
  2563.                 'MakerBundle' => [
  2564.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2565.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2566.                 ],
  2567.                 'DoctrineBundle' => [
  2568.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2569.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2570.                 ],
  2571.                 'DoctrineMigrationsBundle' => [
  2572.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2573.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2574.                 ],
  2575.                 'SecurityBundle' => [
  2576.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2577.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2578.                 ],
  2579.                 'TwigExtraBundle' => [
  2580.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2581.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2582.                 ],
  2583.                 'EasyAdminBundle' => [
  2584.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2585.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2586.                 ],
  2587.                 'StofDoctrineExtensionsBundle' => [
  2588.                     'path' => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle'),
  2589.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2590.                 ],
  2591.                 'SchebTwoFactorBundle' => [
  2592.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  2593.                     'namespace' => 'Scheb\\TwoFactorBundle',
  2594.                 ],
  2595.                 'LiipImagineBundle' => [
  2596.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  2597.                     'namespace' => 'Liip\\ImagineBundle',
  2598.                 ],
  2599.                 'FOSCKEditorBundle' => [
  2600.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2601.                     'namespace' => 'FOS\\CKEditorBundle',
  2602.                 ],
  2603.                 'SwiftmailerBundle' => [
  2604.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2605.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2606.                 ],
  2607.                 'SymfonyCastsVerifyEmailBundle' => [
  2608.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  2609.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  2610.                 ],
  2611.                 'MercurySeriesFlashyBundle' => [
  2612.                     'path' => (\dirname(__DIR__4).'/vendor/mercuryseries/flashy-bundle/src'),
  2613.                     'namespace' => 'MercurySeries\\FlashyBundle',
  2614.                 ],
  2615.             ],
  2616.             'kernel.charset' => 'UTF-8',
  2617.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2618.             'brochures_directory' => (\dirname(__DIR__4).'/public/media/files'),
  2619.             'event_dispatcher.event_aliases' => [
  2620.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2621.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2622.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2623.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2624.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2625.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2626.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2627.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2628.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2629.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2630.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2631.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2632.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2633.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2634.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2635.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2636.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2637.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2638.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2639.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2640.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2641.             ],
  2642.             'fragment.renderer.hinclude.global_template' => NULL,
  2643.             'fragment.path' => '/_fragment',
  2644.             'kernel.http_method_override' => false,
  2645.             'kernel.trusted_hosts' => [
  2646.             ],
  2647.             'kernel.default_locale' => 'fr',
  2648.             'kernel.enabled_locales' => [
  2649.             ],
  2650.             'kernel.error_controller' => 'error_controller',
  2651.             'debug.file_link_format' => NULL,
  2652.             'asset.request_context.base_path' => NULL,
  2653.             'asset.request_context.secure' => NULL,
  2654.             'translator.logging' => false,
  2655.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2656.             'debug.error_handler.throw_at' => -1,
  2657.             'router.request_context.host' => 'localhost',
  2658.             'router.request_context.scheme' => 'http',
  2659.             'router.request_context.base_url' => '',
  2660.             'router.resource' => 'kernel::loadRoutes',
  2661.             'request_listener.http_port' => 80,
  2662.             'request_listener.https_port' => 443,
  2663.             'session.metadata.storage_key' => '_sf2_meta',
  2664.             'session.storage.options' => [
  2665.                 'cache_limiter' => '0',
  2666.                 'cookie_secure' => 'auto',
  2667.                 'cookie_httponly' => true,
  2668.                 'cookie_samesite' => 'lax',
  2669.                 'gc_probability' => 1,
  2670.             ],
  2671.             'session.metadata.update_threshold' => 0,
  2672.             'form.type_extension.csrf.enabled' => true,
  2673.             'form.type_extension.csrf.field_name' => '_token',
  2674.             'validator.translation_domain' => 'validators',
  2675.             'profiler_listener.only_exceptions' => false,
  2676.             'profiler_listener.only_main_requests' => false,
  2677.             'twig.form.resources' => [
  2678.                 => 'form_div_layout.html.twig',
  2679.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  2680.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2681.             ],
  2682.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2683.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2684.             'web_profiler.debug_toolbar.mode' => 2,
  2685.             'monolog.use_microseconds' => true,
  2686.             'monolog.swift_mailer.handlers' => [
  2687.             ],
  2688.             'monolog.handlers_to_channels' => [
  2689.                 'monolog.handler.console' => [
  2690.                     'type' => 'exclusive',
  2691.                     'elements' => [
  2692.                         => 'event',
  2693.                         => 'doctrine',
  2694.                         => 'console',
  2695.                     ],
  2696.                 ],
  2697.                 'monolog.handler.main' => [
  2698.                     'type' => 'exclusive',
  2699.                     'elements' => [
  2700.                         => 'event',
  2701.                     ],
  2702.                 ],
  2703.             ],
  2704.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2705.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2706.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2707.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2708.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2709.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2710.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2711.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2712.             'doctrine.entity_managers' => [
  2713.                 'default' => 'doctrine.orm.default_entity_manager',
  2714.             ],
  2715.             'doctrine.default_entity_manager' => 'default',
  2716.             'doctrine.dbal.connection_factory.types' => [
  2717.                 'uuid' => [
  2718.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2719.                 ],
  2720.                 'ulid' => [
  2721.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2722.                 ],
  2723.             ],
  2724.             'doctrine.connections' => [
  2725.                 'default' => 'doctrine.dbal.default_connection',
  2726.             ],
  2727.             'doctrine.default_connection' => 'default',
  2728.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2729.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2730.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2731.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2732.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2733.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2734.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2735.             'doctrine.orm.cache.memcache_port' => 11211,
  2736.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2737.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2738.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2739.             'doctrine.orm.cache.memcached_port' => 11211,
  2740.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2741.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2742.             'doctrine.orm.cache.redis_host' => 'localhost',
  2743.             'doctrine.orm.cache.redis_port' => 6379,
  2744.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2745.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2746.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2747.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2748.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2749.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2750.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2751.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2752.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2753.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2754.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2755.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2756.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2757.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2758.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2759.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2760.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2761.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2762.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2763.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2764.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2765.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2766.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2767.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2768.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2769.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2770.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2771.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2772.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2773.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2774.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2775.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2776.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2777.             'doctrine.migrations.preferred_em' => NULL,
  2778.             'doctrine.migrations.preferred_connection' => NULL,
  2779.             'security.role_hierarchy.roles' => [
  2780.             ],
  2781.             'security.access.denied_url' => NULL,
  2782.             'security.authentication.manager.erase_credentials' => true,
  2783.             'security.authentication.session_strategy.strategy' => 'migrate',
  2784.             'security.access.always_authenticate_before_granting' => false,
  2785.             'security.authentication.hide_user_not_found' => true,
  2786.             'security.firewalls' => [
  2787.                 => 'dev',
  2788.                 => 'main',
  2789.             ],
  2790.             'easyadmin.config' => [
  2791.             ],
  2792.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2793.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2794.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  2795.             'stof_doctrine_extensions.translation_fallback' => false,
  2796.             'stof_doctrine_extensions.persist_default_translation' => false,
  2797.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2798.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2799.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2800.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2801.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2802.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2803.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2804.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2805.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2806.             'scheb_two_factor.model_manager_name' => NULL,
  2807.             'scheb_two_factor.security_tokens' => [
  2808.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  2809.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  2810.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  2811.                 => 'Acme\\AuthenticationBundle\\Token\\CustomAuthenticationToken',
  2812.             ],
  2813.             'scheb_two_factor.ip_whitelist' => [
  2814.             ],
  2815.             'scheb_two_factor.email.sender_email' => 'no-reply@bilimonacademie.org',
  2816.             'scheb_two_factor.email.sender_name' => 'BILIMON AUTH CODE',
  2817.             'scheb_two_factor.email.template' => 'security/2fa_form.html.twig',
  2818.             'scheb_two_factor.email.digits' => 6,
  2819.             'scheb_two_factor.trusted_device.enabled' => false,
  2820.             'liip_imagine.resolvers' => [
  2821.                 'default' => [
  2822.                     'web_path' => [
  2823.                         'web_root' => (\dirname(__DIR__4).'/public'),
  2824.                         'cache_prefix' => 'media/cache',
  2825.                     ],
  2826.                 ],
  2827.             ],
  2828.             'liip_imagine.loaders' => [
  2829.                 'default' => [
  2830.                     'filesystem' => [
  2831.                         'data_root' => [
  2832.                             => (\dirname(__DIR__4).'/public/'),
  2833.                         ],
  2834.                         'locator' => 'filesystem',
  2835.                         'allow_unresolvable_data_roots' => false,
  2836.                         'bundle_resources' => [
  2837.                             'enabled' => false,
  2838.                             'access_control_type' => 'blacklist',
  2839.                             'access_control_list' => [
  2840.                             ],
  2841.                         ],
  2842.                     ],
  2843.                 ],
  2844.             ],
  2845.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2846.             'liip_imagine.jpegoptim.stripAll' => true,
  2847.             'liip_imagine.jpegoptim.max' => NULL,
  2848.             'liip_imagine.jpegoptim.progressive' => true,
  2849.             'liip_imagine.jpegoptim.tempDir' => NULL,
  2850.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2851.             'liip_imagine.optipng.level' => 7,
  2852.             'liip_imagine.optipng.stripAll' => true,
  2853.             'liip_imagine.optipng.tempDir' => NULL,
  2854.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2855.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2856.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  2857.             'liip_imagine.cwebp.tempDir' => NULL,
  2858.             'liip_imagine.cwebp.q' => 75,
  2859.             'liip_imagine.cwebp.alphaQ' => 100,
  2860.             'liip_imagine.cwebp.m' => 4,
  2861.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  2862.             'liip_imagine.cwebp.alphaMethod' => 1,
  2863.             'liip_imagine.cwebp.exact' => false,
  2864.             'liip_imagine.cwebp.metadata' => [
  2865.                 => 'none',
  2866.             ],
  2867.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  2868.             'liip_imagine.cache.resolver.default' => 'default',
  2869.             'liip_imagine.default_image' => NULL,
  2870.             'liip_imagine.filter_sets' => [
  2871.                 'thumb' => [
  2872.                     'quality' => 75,
  2873.                     'jpeg_quality' => NULL,
  2874.                     'png_compression_level' => NULL,
  2875.                     'png_compression_filter' => NULL,
  2876.                     'format' => NULL,
  2877.                     'animated' => false,
  2878.                     'cache' => NULL,
  2879.                     'data_loader' => NULL,
  2880.                     'default_image' => NULL,
  2881.                     'filters' => [
  2882.                         'thumbnail' => [
  2883.                             'size' => [
  2884.                                 => 364,
  2885.                                 => 260,
  2886.                             ],
  2887.                             'mode' => 'inset',
  2888.                             'allow_upscale' => true,
  2889.                         ],
  2890.                     ],
  2891.                     'post_processors' => [
  2892.                     ],
  2893.                 ],
  2894.                 'logo' => [
  2895.                     'quality' => 75,
  2896.                     'jpeg_quality' => NULL,
  2897.                     'png_compression_level' => NULL,
  2898.                     'png_compression_filter' => NULL,
  2899.                     'format' => NULL,
  2900.                     'animated' => false,
  2901.                     'cache' => NULL,
  2902.                     'data_loader' => NULL,
  2903.                     'default_image' => NULL,
  2904.                     'filters' => [
  2905.                         'thumbnail' => [
  2906.                             'size' => [
  2907.                                 => 170,
  2908.                                 => 105,
  2909.                             ],
  2910.                             'mode' => 'outbound',
  2911.                         ],
  2912.                     ],
  2913.                     'post_processors' => [
  2914.                     ],
  2915.                 ],
  2916.                 'breadcrumbs2' => [
  2917.                     'quality' => 75,
  2918.                     'jpeg_quality' => NULL,
  2919.                     'png_compression_level' => NULL,
  2920.                     'png_compression_filter' => NULL,
  2921.                     'format' => NULL,
  2922.                     'animated' => false,
  2923.                     'cache' => NULL,
  2924.                     'data_loader' => NULL,
  2925.                     'default_image' => NULL,
  2926.                     'filters' => [
  2927.                         'thumbnail' => [
  2928.                             'size' => [
  2929.                                 => 1920,
  2930.                                 => 775,
  2931.                             ],
  2932.                             'mode' => 'outbound',
  2933.                         ],
  2934.                     ],
  2935.                     'post_processors' => [
  2936.                     ],
  2937.                 ],
  2938.                 'about_img' => [
  2939.                     'quality' => 75,
  2940.                     'jpeg_quality' => NULL,
  2941.                     'png_compression_level' => NULL,
  2942.                     'png_compression_filter' => NULL,
  2943.                     'format' => NULL,
  2944.                     'animated' => false,
  2945.                     'cache' => NULL,
  2946.                     'data_loader' => NULL,
  2947.                     'default_image' => NULL,
  2948.                     'filters' => [
  2949.                         'thumbnail' => [
  2950.                             'size' => [
  2951.                                 => 370,
  2952.                                 => 588,
  2953.                             ],
  2954.                             'mode' => 'outbound',
  2955.                         ],
  2956.                     ],
  2957.                     'post_processors' => [
  2958.                     ],
  2959.                 ],
  2960.                 'about_objectifs' => [
  2961.                     'quality' => 75,
  2962.                     'jpeg_quality' => NULL,
  2963.                     'png_compression_level' => NULL,
  2964.                     'png_compression_filter' => NULL,
  2965.                     'format' => NULL,
  2966.                     'animated' => false,
  2967.                     'cache' => NULL,
  2968.                     'data_loader' => NULL,
  2969.                     'default_image' => NULL,
  2970.                     'filters' => [
  2971.                         'thumbnail' => [
  2972.                             'size' => [
  2973.                                 => 370,
  2974.                                 => 279,
  2975.                             ],
  2976.                             'mode' => 'outbound',
  2977.                         ],
  2978.                     ],
  2979.                     'post_processors' => [
  2980.                     ],
  2981.                 ],
  2982.                 'thumbs' => [
  2983.                     'quality' => 75,
  2984.                     'jpeg_quality' => NULL,
  2985.                     'png_compression_level' => NULL,
  2986.                     'png_compression_filter' => NULL,
  2987.                     'format' => NULL,
  2988.                     'animated' => false,
  2989.                     'cache' => NULL,
  2990.                     'data_loader' => NULL,
  2991.                     'default_image' => NULL,
  2992.                     'filters' => [
  2993.                         'thumbnail' => [
  2994.                             'size' => [
  2995.                                 => 270,
  2996.                                 => 370,
  2997.                             ],
  2998.                             'mode' => 'outbound',
  2999.                         ],
  3000.                     ],
  3001.                     'post_processors' => [
  3002.                     ],
  3003.                 ],
  3004.                 'servicesthumbs' => [
  3005.                     'quality' => 75,
  3006.                     'jpeg_quality' => NULL,
  3007.                     'png_compression_level' => NULL,
  3008.                     'png_compression_filter' => NULL,
  3009.                     'format' => NULL,
  3010.                     'animated' => false,
  3011.                     'cache' => NULL,
  3012.                     'data_loader' => NULL,
  3013.                     'default_image' => NULL,
  3014.                     'filters' => [
  3015.                         'thumbnail' => [
  3016.                             'size' => [
  3017.                                 => 370,
  3018.                                 => 450,
  3019.                             ],
  3020.                             'mode' => 'outbound',
  3021.                         ],
  3022.                     ],
  3023.                     'post_processors' => [
  3024.                     ],
  3025.                 ],
  3026.                 'servicesminithumbs' => [
  3027.                     'quality' => 75,
  3028.                     'jpeg_quality' => NULL,
  3029.                     'png_compression_level' => NULL,
  3030.                     'png_compression_filter' => NULL,
  3031.                     'format' => NULL,
  3032.                     'animated' => false,
  3033.                     'cache' => NULL,
  3034.                     'data_loader' => NULL,
  3035.                     'default_image' => NULL,
  3036.                     'filters' => [
  3037.                         'thumbnail' => [
  3038.                             'size' => [
  3039.                                 => 285,
  3040.                                 => 240,
  3041.                             ],
  3042.                             'mode' => 'outbound',
  3043.                         ],
  3044.                     ],
  3045.                     'post_processors' => [
  3046.                     ],
  3047.                 ],
  3048.             ],
  3049.             'liip_imagine.binary.loader.default' => 'default',
  3050.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3051.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3052.             'liip_imagine.webp.generate' => false,
  3053.             'liip_imagine.webp.options' => [
  3054.                 'quality' => 100,
  3055.                 'cache' => NULL,
  3056.                 'data_loader' => NULL,
  3057.                 'post_processors' => [
  3058.                 ],
  3059.             ],
  3060.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  3061.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  3062.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  3063.             'swiftmailer.mailer.default.transport.smtp.host' => 'mail.bilimonacademie.org',
  3064.             'swiftmailer.mailer.default.transport.smtp.username' => 'no-reply@bilimonacademie.org',
  3065.             'swiftmailer.mailer.default.transport.smtp.password' => 'PassWertGYht',
  3066.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  3067.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  3068.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  3069.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  3070.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  3071.                 'ssl' => [
  3072.                     'allow_self_signed' => true,
  3073.                     'verify_peer' => false,
  3074.                     'verify_peer_name' => false,
  3075.                 ],
  3076.             ],
  3077.             'swiftmailer.mailer.default.spool.enabled' => true,
  3078.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3079.             'swiftmailer.mailer.default.single_address' => NULL,
  3080.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3081.             'swiftmailer.spool.enabled' => true,
  3082.             'swiftmailer.delivery.enabled' => true,
  3083.             'swiftmailer.single_address' => NULL,
  3084.             'swiftmailer.mailers' => [
  3085.                 'default' => 'swiftmailer.mailer.default',
  3086.             ],
  3087.             'swiftmailer.default_mailer' => 'default',
  3088.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3089.             'data_collector.templates' => [
  3090.                 'data_collector.request' => [
  3091.                     => 'request',
  3092.                     => '@WebProfiler/Collector/request.html.twig',
  3093.                 ],
  3094.                 'data_collector.time' => [
  3095.                     => 'time',
  3096.                     => '@WebProfiler/Collector/time.html.twig',
  3097.                 ],
  3098.                 'data_collector.memory' => [
  3099.                     => 'memory',
  3100.                     => '@WebProfiler/Collector/memory.html.twig',
  3101.                 ],
  3102.                 'data_collector.validator' => [
  3103.                     => 'validator',
  3104.                     => '@WebProfiler/Collector/validator.html.twig',
  3105.                 ],
  3106.                 'data_collector.ajax' => [
  3107.                     => 'ajax',
  3108.                     => '@WebProfiler/Collector/ajax.html.twig',
  3109.                 ],
  3110.                 'data_collector.form' => [
  3111.                     => 'form',
  3112.                     => '@WebProfiler/Collector/form.html.twig',
  3113.                 ],
  3114.                 'data_collector.exception' => [
  3115.                     => 'exception',
  3116.                     => '@WebProfiler/Collector/exception.html.twig',
  3117.                 ],
  3118.                 'data_collector.logger' => [
  3119.                     => 'logger',
  3120.                     => '@WebProfiler/Collector/logger.html.twig',
  3121.                 ],
  3122.                 'data_collector.events' => [
  3123.                     => 'events',
  3124.                     => '@WebProfiler/Collector/events.html.twig',
  3125.                 ],
  3126.                 'data_collector.router' => [
  3127.                     => 'router',
  3128.                     => '@WebProfiler/Collector/router.html.twig',
  3129.                 ],
  3130.                 'data_collector.cache' => [
  3131.                     => 'cache',
  3132.                     => '@WebProfiler/Collector/cache.html.twig',
  3133.                 ],
  3134.                 'data_collector.translation' => [
  3135.                     => 'translation',
  3136.                     => '@WebProfiler/Collector/translation.html.twig',
  3137.                 ],
  3138.                 'data_collector.security' => [
  3139.                     => 'security',
  3140.                     => '@Security/Collector/security.html.twig',
  3141.                 ],
  3142.                 'data_collector.twig' => [
  3143.                     => 'twig',
  3144.                     => '@WebProfiler/Collector/twig.html.twig',
  3145.                 ],
  3146.                 'data_collector.http_client' => [
  3147.                     => 'http_client',
  3148.                     => '@WebProfiler/Collector/http_client.html.twig',
  3149.                 ],
  3150.                 'data_collector.doctrine' => [
  3151.                     => 'db',
  3152.                     => '@Doctrine/Collector/db.html.twig',
  3153.                 ],
  3154.                 'doctrine_migrations.migrations_collector' => [
  3155.                     => 'doctrine_migrations',
  3156.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3157.                 ],
  3158.                 'swiftmailer.data_collector' => [
  3159.                     => 'swiftmailer',
  3160.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3161.                 ],
  3162.                 'data_collector.dump' => [
  3163.                     => 'dump',
  3164.                     => '@Debug/Profiler/dump.html.twig',
  3165.                 ],
  3166.                 'mailer.data_collector' => [
  3167.                     => 'mailer',
  3168.                     => '@WebProfiler/Collector/mailer.html.twig',
  3169.                 ],
  3170.                 'notifier.data_collector' => [
  3171.                     => 'notifier',
  3172.                     => '@WebProfiler/Collector/notifier.html.twig',
  3173.                 ],
  3174.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3175.                     => 'easyadmin',
  3176.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3177.                 ],
  3178.                 'data_collector.config' => [
  3179.                     => 'config',
  3180.                     => '@WebProfiler/Collector/config.html.twig',
  3181.                 ],
  3182.             ],
  3183.             'console.command.ids' => [
  3184.             ],
  3185.         ];
  3186.     }
  3187.     protected function throw($message)
  3188.     {
  3189.         throw new RuntimeException($message);
  3190.     }
  3191. }