var/cache/dev/ContainerQoq9M0C/App_KernelDevDebugContainer.php line 980

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