var/cache/dev/ContainerCcavpDU/srcApp_KernelDevDebugContainer.php line 5802

Open in your IDE?
  1. <?php
  2. namespace ContainerCcavpDU;
  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 srcApp_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.             'App\\Actions\\HomeAction' => 'getHomeActionService',
  34.             'App\\Actions\\MaCollectionAction' => 'getMaCollectionActionService',
  35.             'App\\Actions\\Security\\LoginAction' => 'getLoginActionService',
  36.             'App\\Actions\\Security\\RegisterAction' => 'getRegisterActionService',
  37.             'App\\Actions\\StatisticsAction' => 'getStatisticsActionService',
  38.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  39.             'App\\Controller\\MonnaieController' => 'getMonnaieControllerService',
  40.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  41.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  42.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  43.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  44.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  45.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  46.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  47.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  48.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  49.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  50.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  51.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  52.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.drapeau' => 'getUniqidNamer_DrapeauService',
  53.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image' => 'getUniqidNamer_ProductImageService',
  54.             'cache.app' => 'getCache_AppService',
  55.             'cache.app_clearer' => 'getCache_AppClearerService',
  56.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  57.             'cache.system' => 'getCache_SystemService',
  58.             'cache.system_clearer' => 'getCache_SystemClearerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'cache_warmer' => 'getCacheWarmerService',
  61.             'console.command_loader' => 'getConsole_CommandLoaderService',
  62.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  63.             'data_collector.dump' => 'getDataCollector_DumpService',
  64.             'doctrine' => 'getDoctrineService',
  65.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  66.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  67.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  68.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  69.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  70.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  71.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  72.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  73.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  74.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  75.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  76.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  77.             'easyadmin.router' => 'getEasyadmin_RouterService',
  78.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  79.             'error_controller' => 'getErrorControllerService',
  80.             'event_dispatcher' => 'getEventDispatcherService',
  81.             'filesystem' => 'getFilesystemService',
  82.             'form.factory' => 'getForm_FactoryService',
  83.             'form.type.file' => 'getForm_Type_FileService',
  84.             'http_kernel' => 'getHttpKernelService',
  85.             'profiler' => 'getProfilerService',
  86.             'request_stack' => 'getRequestStackService',
  87.             'router' => 'getRouterService',
  88.             'routing.loader' => 'getRouting_LoaderService',
  89.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  90.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  91.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  92.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  93.             'security.token_storage' => 'getSecurity_TokenStorageService',
  94.             'serializer' => 'getSerializerService',
  95.             'services_resetter' => 'getServicesResetterService',
  96.             'session' => 'getSessionService',
  97.             'translator' => 'getTranslatorService',
  98.             'twig' => 'getTwigService',
  99.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  100.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  101.             'validator' => 'getValidatorService',
  102.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  103.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  104.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  105.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  106.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  107.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  108.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  109.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  110.         ];
  111.         $this->aliases = [
  112.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  113.             'database_connection' => 'doctrine.dbal.default_connection',
  114.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  115.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  116.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  117.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  118.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  119.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  120.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  121.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  122.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  123.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  124.         ];
  125.         $this->privates['service_container'] = function () {
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  132.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  147.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  158.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  165.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  217.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  276.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  279.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  311.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  312.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  313.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  315.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  317.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  322.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  384.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  390.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  391.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  403.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  404.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  406.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  407.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  408.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  409.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  410.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  411.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  412.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  413.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  414.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  416.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  418.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  420.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  421.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  422.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  428.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  430.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  433.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  434.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  435.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  438.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  464.         };
  465.     }
  466.     public function compile(): void
  467.     {
  468.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  469.     }
  470.     public function isCompiled(): bool
  471.     {
  472.         return true;
  473.     }
  474.     public function getRemovedIds(): array
  475.     {
  476.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  477.     }
  478.     protected function createProxy($class\Closure $factory)
  479.     {
  480.         return $factory();
  481.     }
  482.     /**
  483.      * Gets the public 'App\Actions\HomeAction' shared autowired service.
  484.      *
  485.      * @return \App\Actions\HomeAction
  486.      */
  487.     protected function getHomeActionService()
  488.     {
  489.         include_once \dirname(__DIR__4).'/src/Actions/HomeAction.php';
  490.         return $this->services['App\\Actions\\HomeAction'] = new \App\Actions\HomeAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Responder\\HomeResponder'] ?? $this->getHomeResponderService()));
  491.     }
  492.     /**
  493.      * Gets the public 'App\Actions\MaCollectionAction' shared autowired service.
  494.      *
  495.      * @return \App\Actions\MaCollectionAction
  496.      */
  497.     protected function getMaCollectionActionService()
  498.     {
  499.         include_once \dirname(__DIR__4).'/src/Actions/MaCollectionAction.php';
  500.         return $this->services['App\\Actions\\MaCollectionAction'] = new \App\Actions\MaCollectionAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Responder\\HomeResponder'] ?? $this->getHomeResponderService()));
  501.     }
  502.     /**
  503.      * Gets the public 'App\Actions\Security\LoginAction' shared autowired service.
  504.      *
  505.      * @return \App\Actions\Security\LoginAction
  506.      */
  507.     protected function getLoginActionService()
  508.     {
  509.         include_once \dirname(__DIR__4).'/src/Actions/Security/LoginAction.php';
  510.         return $this->services['App\\Actions\\Security\\LoginAction'] = new \App\Actions\Security\LoginAction(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()));
  511.     }
  512.     /**
  513.      * Gets the public 'App\Actions\Security\RegisterAction' shared autowired service.
  514.      *
  515.      * @return \App\Actions\Security\RegisterAction
  516.      */
  517.     protected function getRegisterActionService()
  518.     {
  519.         include_once \dirname(__DIR__4).'/src/Actions/Security/RegisterAction.php';
  520.         return $this->services['App\\Actions\\Security\\RegisterAction'] = new \App\Actions\Security\RegisterAction(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()));
  521.     }
  522.     /**
  523.      * Gets the public 'App\Actions\StatisticsAction' shared autowired service.
  524.      *
  525.      * @return \App\Actions\StatisticsAction
  526.      */
  527.     protected function getStatisticsActionService()
  528.     {
  529.         include_once \dirname(__DIR__4).'/src/Actions/StatisticsAction.php';
  530.         return $this->services['App\\Actions\\StatisticsAction'] = new \App\Actions\StatisticsAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  531.     }
  532.     /**
  533.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  534.      *
  535.      * @return \App\Controller\AdminController
  536.      */
  537.     protected function getAdminControllerService()
  538.     {
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  541.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  542.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  543.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  544.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  545.         $instance->setContainer(($this->privates['.service_locator.pYfGrRq'] ?? $this->get_ServiceLocator_PYfGrRqService())->withContext('App\\Controller\\AdminController'$this));
  546.         return $instance;
  547.     }
  548.     /**
  549.      * Gets the public 'App\Controller\MonnaieController' shared autowired service.
  550.      *
  551.      * @return \App\Controller\MonnaieController
  552.      */
  553.     protected function getMonnaieControllerService()
  554.     {
  555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  557.         include_once \dirname(__DIR__4).'/src/Controller/MonnaieController.php';
  558.         $this->services['App\\Controller\\MonnaieController'] = $instance = new \App\Controller\MonnaieController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  559.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  560.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  561.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  562.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  563.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  564.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  565.             'router' => ['services''router''getRouterService'false],
  566.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  567.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  568.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  569.             'serializer' => ['services''serializer''getSerializerService'false],
  570.             'session' => ['services''session''getSessionService'false],
  571.             'twig' => ['services''twig''getTwigService'false],
  572.         ], [
  573.             'doctrine' => '?',
  574.             'form.factory' => '?',
  575.             'http_kernel' => '?',
  576.             'parameter_bag' => '?',
  577.             'request_stack' => '?',
  578.             'router' => '?',
  579.             'security.authorization_checker' => '?',
  580.             'security.csrf.token_manager' => '?',
  581.             'security.token_storage' => '?',
  582.             'serializer' => '?',
  583.             'session' => '?',
  584.             'twig' => '?',
  585.         ]))->withContext('App\\Controller\\MonnaieController'$this));
  586.         return $instance;
  587.     }
  588.     /**
  589.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  590.      *
  591.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  592.      */
  593.     protected function getEasyAdminControllerService()
  594.     {
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  597.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  598.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  599.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  600.         $instance->setContainer(($this->privates['.service_locator.pYfGrRq'] ?? $this->get_ServiceLocator_PYfGrRqService())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  601.         return $instance;
  602.     }
  603.     /**
  604.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  605.      *
  606.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  607.      */
  608.     protected function getRedirectControllerService()
  609.     {
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  611.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  612.     }
  613.     /**
  614.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  615.      *
  616.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  617.      */
  618.     protected function getTemplateControllerService()
  619.     {
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  621.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  622.     }
  623.     /**
  624.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  625.      *
  626.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  627.      */
  628.     protected function getBase64NamerService()
  629.     {
  630.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  631.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  633.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  634.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  635.     }
  636.     /**
  637.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  638.      *
  639.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  640.      */
  641.     protected function getCurrentDateTimeDirectoryNamerService()
  642.     {
  643.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  645.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  646.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  647.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  648.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  649.     }
  650.     /**
  651.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  652.      *
  653.      * @return \Vich\UploaderBundle\Naming\HashNamer
  654.      */
  655.     protected function getHashNamerService()
  656.     {
  657.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  658.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  659.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  660.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  661.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  662.     }
  663.     /**
  664.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  665.      *
  666.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  667.      */
  668.     protected function getOrignameNamerService()
  669.     {
  670.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  672.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  673.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  674.     }
  675.     /**
  676.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  677.      *
  678.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  679.      */
  680.     protected function getPropertyDirectoryNamerService()
  681.     {
  682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  685.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  686.     }
  687.     /**
  688.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  689.      *
  690.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  691.      */
  692.     protected function getPropertyNamerService()
  693.     {
  694.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  695.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  696.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  698.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  699.     }
  700.     /**
  701.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  702.      *
  703.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  704.      */
  705.     protected function getSmartUniqueNamerService()
  706.     {
  707.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  709.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  710.     }
  711.     /**
  712.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  713.      *
  714.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  715.      */
  716.     protected function getSubdirDirectoryNamerService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  721.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  722.     }
  723.     /**
  724.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  725.      *
  726.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  727.      */
  728.     protected function getUniqidNamerService()
  729.     {
  730.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  732.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  733.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  734.     }
  735.     /**
  736.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.drapeau' shared service.
  737.      *
  738.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  739.      */
  740.     protected function getUniqidNamer_DrapeauService()
  741.     {
  742.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  745.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.drapeau'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  746.     }
  747.     /**
  748.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.product_image' shared service.
  749.      *
  750.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  751.      */
  752.     protected function getUniqidNamer_ProductImageService()
  753.     {
  754.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  757.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  758.     }
  759.     /**
  760.      * Gets the public 'cache.app' shared service.
  761.      *
  762.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  763.      */
  764.     protected function getCache_AppService()
  765.     {
  766.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('L8OX4zori5'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  767.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  768.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  769.     }
  770.     /**
  771.      * Gets the public 'cache.app_clearer' shared service.
  772.      *
  773.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  774.      */
  775.     protected function getCache_AppClearerService()
  776.     {
  777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  779.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  780.     }
  781.     /**
  782.      * Gets the public 'cache.global_clearer' shared service.
  783.      *
  784.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  785.      */
  786.     protected function getCache_GlobalClearerService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  790.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  791.     }
  792.     /**
  793.      * Gets the public 'cache.system' shared service.
  794.      *
  795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  796.      */
  797.     protected function getCache_SystemService()
  798.     {
  799.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nomZiDs8Km'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  800.     }
  801.     /**
  802.      * Gets the public 'cache.system_clearer' shared service.
  803.      *
  804.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  805.      */
  806.     protected function getCache_SystemClearerService()
  807.     {
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  810.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  811.     }
  812.     /**
  813.      * Gets the public 'cache_clearer' shared service.
  814.      *
  815.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  816.      */
  817.     protected function getCacheClearerService()
  818.     {
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  821.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  822.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  823.         }, 1));
  824.     }
  825.     /**
  826.      * Gets the public 'cache_warmer' shared service.
  827.      *
  828.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  829.      */
  830.     protected function getCacheWarmerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  834.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  835.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  836.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  837.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  838.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  839.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  840.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  841.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  842.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  843.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  844.     }
  845.     /**
  846.      * Gets the public 'console.command_loader' shared service.
  847.      *
  848.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  849.      */
  850.     protected function getConsole_CommandLoaderService()
  851.     {
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  854.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  855.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  856.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  857.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  858.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  859.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  860.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  861.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  862.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  863.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  864.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  865.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  866.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  867.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  868.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  869.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  870.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  871.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  872.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  873.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  874.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  875.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  876.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  877.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  878.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  879.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  880.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  881.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  882.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  883.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  884.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  885.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  886.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  887.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  888.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  889.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  890.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  891.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  892.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  893.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  894.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  895.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  896.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  897.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  898.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  899.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  900.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  901.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  902.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  903.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  904.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  905.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  906.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  907.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  908.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  909.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  910.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  911.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  912.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  913.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  914.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  915.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  916.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  917.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  918.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  919.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  920.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  921.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  922.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  923.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  924.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  925.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  926.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  927.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  928.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  929.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  930.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  931.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  932.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  933.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  934.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  935.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  936.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  937.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  938.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  939.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  940.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  941.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  942.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  943.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  944.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  945.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  946.         ], [
  947.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  948.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  949.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  950.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  951.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  952.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  953.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  954.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  955.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  956.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  957.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  958.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  959.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  960.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  961.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  962.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  963.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  964.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  965.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  966.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  967.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  968.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  969.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  970.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  971.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  972.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  973.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  974.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  975.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  976.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  977.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  978.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  979.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  980.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  981.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  982.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  983.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  984.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  985.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  986.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  987.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  988.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  989.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  990.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  991.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  992.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  993.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  994.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  995.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  996.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  997.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  998.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  999.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1000.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1001.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1002.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1003.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1004.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1005.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1006.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1007.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1008.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  1009.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1010.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1011.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1012.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1013.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1014.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1015.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1016.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1017.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1018.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1019.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1020.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1021.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1022.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1023.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1024.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1025.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1026.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1027.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1028.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1029.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1030.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1031.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1032.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1033.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1034.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1035.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1036.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1037.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1038.         ]), ['app:create-user' => 'App\\Command\\CreateUserCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:admin:migration' => 'easyadmin.command.make_admin_migration''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1039.     }
  1040.     /**
  1041.      * Gets the public 'container.env_var_processors_locator' shared service.
  1042.      *
  1043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1044.      */
  1045.     protected function getContainer_EnvVarProcessorsLocatorService()
  1046.     {
  1047.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1048.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1049.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1050.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1051.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1052.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1053.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1054.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1055.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1056.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1057.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1058.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1059.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1060.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1061.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1062.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1063.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1064.         ], [
  1065.             'base64' => '?',
  1066.             'bool' => '?',
  1067.             'const' => '?',
  1068.             'csv' => '?',
  1069.             'default' => '?',
  1070.             'file' => '?',
  1071.             'float' => '?',
  1072.             'int' => '?',
  1073.             'json' => '?',
  1074.             'key' => '?',
  1075.             'query_string' => '?',
  1076.             'require' => '?',
  1077.             'resolve' => '?',
  1078.             'string' => '?',
  1079.             'trim' => '?',
  1080.             'url' => '?',
  1081.         ]);
  1082.     }
  1083.     /**
  1084.      * Gets the public 'data_collector.dump' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1087.      */
  1088.     protected function getDataCollector_DumpService()
  1089.     {
  1090.         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()));
  1091.     }
  1092.     /**
  1093.      * Gets the public 'doctrine' shared service.
  1094.      *
  1095.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1096.      */
  1097.     protected function getDoctrineService()
  1098.     {
  1099.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1100.     }
  1101.     /**
  1102.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1103.      *
  1104.      * @return \Doctrine\DBAL\Connection
  1105.      */
  1106.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1107.     {
  1108.         $a = new \Doctrine\DBAL\Configuration();
  1109.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1110.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1111.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1112.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1113.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1114.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1115.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1116.             'vich_uploader.listener.clean.drapeau' => ['privates''vich_uploader.listener.clean.drapeau''getVichUploader_Listener_Clean_DrapeauService'false],
  1117.             'vich_uploader.listener.clean.product_image' => ['privates''vich_uploader.listener.clean.product_image''getVichUploader_Listener_Clean_ProductImageService'false],
  1118.             'vich_uploader.listener.remove.drapeau' => ['privates''vich_uploader.listener.remove.drapeau''getVichUploader_Listener_Remove_DrapeauService'false],
  1119.             'vich_uploader.listener.remove.product_image' => ['privates''vich_uploader.listener.remove.product_image''getVichUploader_Listener_Remove_ProductImageService'false],
  1120.             'vich_uploader.listener.upload.drapeau' => ['privates''vich_uploader.listener.upload.drapeau''getVichUploader_Listener_Upload_DrapeauService'false],
  1121.             'vich_uploader.listener.upload.product_image' => ['privates''vich_uploader.listener.upload.product_image''getVichUploader_Listener_Upload_ProductImageService'false],
  1122.         ], [
  1123.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1124.             'vich_uploader.listener.clean.drapeau' => '?',
  1125.             'vich_uploader.listener.clean.product_image' => '?',
  1126.             'vich_uploader.listener.remove.drapeau' => '?',
  1127.             'vich_uploader.listener.remove.product_image' => '?',
  1128.             'vich_uploader.listener.upload.drapeau' => '?',
  1129.             'vich_uploader.listener.upload.product_image' => '?',
  1130.         ]), [=> 'vich_uploader.listener.clean.product_image'=> 'vich_uploader.listener.clean.drapeau'=> 'vich_uploader.listener.remove.product_image'=> 'vich_uploader.listener.upload.product_image'=> 'vich_uploader.listener.remove.drapeau'=> 'vich_uploader.listener.upload.drapeau']);
  1131.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1132.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1133.     }
  1134.     /**
  1135.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1136.      *
  1137.      * @return \Doctrine\ORM\EntityManager
  1138.      */
  1139.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1140.     {
  1141.         if ($lazyLoad) {
  1142.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1143.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1144.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1145.                     $proxy->setProxyInitializer(null);
  1146.                     return true;
  1147.                 });
  1148.             });
  1149.         }
  1150.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1173.         $a = new \Doctrine\ORM\Configuration();
  1174.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1175.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1176.         $b->addDriver($c'App\\Entity');
  1177.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1178.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1179.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1180.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1181.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1182.         $a->setMetadataDriverImpl($b);
  1183.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1184.         $a->setProxyNamespace('Proxies');
  1185.         $a->setAutoGenerateProxyClasses(true);
  1186.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1187.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1188.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1189.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1190.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1191.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1192.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1193.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'easyadmin.autocomplete' shared service.
  1198.      *
  1199.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  1200.      */
  1201.     protected function getEasyadmin_AutocompleteService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1206.         return $this->services['easyadmin.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), new \EasyCorp\Bundle\EasyAdminBundle\Search\Finder(($this->services['easyadmin.query_builder'] ?? $this->getEasyadmin_QueryBuilderService()), ($this->services['easyadmin.paginator'] ?? ($this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator()))), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1207.     }
  1208.     /**
  1209.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  1210.      *
  1211.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1212.      */
  1213.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1217.         $this->services['easyadmin.command.make_admin_migration'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), \dirname(__DIR__4));
  1218.         $instance->setName('make:admin:migration');
  1219.         return $instance;
  1220.     }
  1221.     /**
  1222.      * Gets the public 'easyadmin.config.manager' shared service.
  1223.      *
  1224.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1225.      */
  1226.     protected function getEasyadmin_Config_ManagerService()
  1227.     {
  1228.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1229.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1230.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1231.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('en'));
  1232.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1233.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1234.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1235.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1236.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1237.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1238.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1239.         return $instance;
  1240.     }
  1241.     /**
  1242.      * Gets the public 'easyadmin.filter.registry' shared service.
  1243.      *
  1244.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1245.      */
  1246.     protected function getEasyadmin_Filter_RegistryService()
  1247.     {
  1248.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  1249.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  1250.         }, 1));
  1251.     }
  1252.     /**
  1253.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  1254.      *
  1255.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  1256.      */
  1257.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  1258.     {
  1259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  1262.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1263.     }
  1264.     /**
  1265.      * Gets the public 'easyadmin.listener.controller' shared service.
  1266.      *
  1267.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1268.      */
  1269.     protected function getEasyadmin_Listener_ControllerService()
  1270.     {
  1271.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1272.     }
  1273.     /**
  1274.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  1275.      *
  1276.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  1277.      */
  1278.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  1279.     {
  1280.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  1281.         return $this->services['easyadmin.listener.request_post_initialize'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1282.     }
  1283.     /**
  1284.      * Gets the public 'easyadmin.paginator' shared service.
  1285.      *
  1286.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  1287.      */
  1288.     protected function getEasyadmin_PaginatorService()
  1289.     {
  1290.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1291.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  1292.     }
  1293.     /**
  1294.      * Gets the public 'easyadmin.property_accessor' shared service.
  1295.      *
  1296.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1297.      */
  1298.     protected function getEasyadmin_PropertyAccessorService()
  1299.     {
  1300.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1301.     }
  1302.     /**
  1303.      * Gets the public 'easyadmin.query_builder' shared service.
  1304.      *
  1305.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  1306.      */
  1307.     protected function getEasyadmin_QueryBuilderService()
  1308.     {
  1309.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  1310.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1311.     }
  1312.     /**
  1313.      * Gets the public 'easyadmin.router' shared service.
  1314.      *
  1315.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1316.      */
  1317.     protected function getEasyadmin_RouterService()
  1318.     {
  1319.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1320.     }
  1321.     /**
  1322.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1323.      *
  1324.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1325.      */
  1326.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1327.     {
  1328.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1329.     }
  1330.     /**
  1331.      * Gets the public 'error_controller' shared service.
  1332.      *
  1333.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1334.      */
  1335.     protected function getErrorControllerService()
  1336.     {
  1337.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1342.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1343.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1344.     }
  1345.     /**
  1346.      * Gets the public 'event_dispatcher' shared service.
  1347.      *
  1348.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1349.      */
  1350.     protected function getEventDispatcherService()
  1351.     {
  1352.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1353.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1354.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1355.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1356.         $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())));
  1357.         $instance->addListener('kernel.controller', [=> function () {
  1358.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1359.         }, => 'onKernelController'], 0);
  1360.         $instance->addListener('kernel.controller', [=> function () {
  1361.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1362.         }, => 'onKernelController'], 0);
  1363.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1364.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  1365.         }, => 'initializeRequest'], 0);
  1366.         $instance->addListener('kernel.response', [=> function () {
  1367.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1368.         }, => 'onKernelResponse'], 0);
  1369.         $instance->addListener('kernel.response', [=> function () {
  1370.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1371.         }, => 'onKernelResponse'], -1024);
  1372.         $instance->addListener('kernel.request', [=> function () {
  1373.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1374.         }, => 'setDefaultLocale'], 100);
  1375.         $instance->addListener('kernel.request', [=> function () {
  1376.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1377.         }, => 'onKernelRequest'], 16);
  1378.         $instance->addListener('kernel.finish_request', [=> function () {
  1379.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1380.         }, => 'onKernelFinishRequest'], 0);
  1381.         $instance->addListener('kernel.request', [=> function () {
  1382.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1383.         }, => 'onKernelRequest'], 256);
  1384.         $instance->addListener('kernel.request', [=> function () {
  1385.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1386.         }, => 'resolveControllerName'], 24);
  1387.         $instance->addListener('kernel.response', [=> function () {
  1388.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1389.         }, => 'onResponse'], -255);
  1390.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1391.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1392.         }, => 'onControllerArguments'], 0);
  1393.         $instance->addListener('kernel.exception', [=> function () {
  1394.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1395.         }, => 'logKernelException'], 0);
  1396.         $instance->addListener('kernel.exception', [=> function () {
  1397.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1398.         }, => 'onKernelException'], -128);
  1399.         $instance->addListener('kernel.request', [=> function () {
  1400.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1401.         }, => 'onKernelRequest'], 15);
  1402.         $instance->addListener('kernel.finish_request', [=> function () {
  1403.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1404.         }, => 'onKernelFinishRequest'], -15);
  1405.         $instance->addListener('console.error', [=> function () {
  1406.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1407.         }, => 'onConsoleError'], -128);
  1408.         $instance->addListener('console.terminate', [=> function () {
  1409.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1410.         }, => 'onConsoleTerminate'], -128);
  1411.         $instance->addListener('console.error', [=> function () {
  1412.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1413.         }, => 'onConsoleError'], 0);
  1414.         $instance->addListener('kernel.request', [=> function () {
  1415.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1416.         }, => 'onKernelRequest'], 128);
  1417.         $instance->addListener('kernel.response', [=> function () {
  1418.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1419.         }, => 'onKernelResponse'], -1000);
  1420.         $instance->addListener('kernel.finish_request', [=> function () {
  1421.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1422.         }, => 'onFinishRequest'], 0);
  1423.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1424.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1425.         }, => 'onMessage'], -255);
  1426.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1427.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1428.         }, => 'onMessage'], -255);
  1429.         $instance->addListener('kernel.response', [=> function () {
  1430.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1431.         }, => 'onKernelResponse'], -100);
  1432.         $instance->addListener('kernel.exception', [=> function () {
  1433.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1434.         }, => 'onKernelException'], 0);
  1435.         $instance->addListener('kernel.terminate', [=> function () {
  1436.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1437.         }, => 'onKernelTerminate'], -1024);
  1438.         $instance->addListener('kernel.controller', [=> function () {
  1439.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1440.         }, => 'onKernelController'], 0);
  1441.         $instance->addListener('kernel.response', [=> function () {
  1442.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1443.         }, => 'onKernelResponse'], 0);
  1444.         $instance->addListener('kernel.request', [=> function () {
  1445.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1446.         }, => 'configure'], 2048);
  1447.         $instance->addListener('console.command', [=> function () {
  1448.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1449.         }, => 'configure'], 2048);
  1450.         $instance->addListener('kernel.request', [=> function () {
  1451.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1452.         }, => 'onKernelRequest'], 32);
  1453.         $instance->addListener('kernel.finish_request', [=> function () {
  1454.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1455.         }, => 'onKernelFinishRequest'], 0);
  1456.         $instance->addListener('kernel.exception', [=> function () {
  1457.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1458.         }, => 'onKernelException'], -64);
  1459.         $instance->addListener('kernel.response', [=> function () {
  1460.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1461.         }, => 'onKernelResponse'], 0);
  1462.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1463.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1464.         }, => 'onMessage'], 0);
  1465.         $instance->addListener('kernel.controller', [=> function () {
  1466.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1467.         }, => 'onKernelController'], 0);
  1468.         $instance->addListener('kernel.controller', [=> function () {
  1469.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1470.         }, => 'onKernelController'], 0);
  1471.         $instance->addListener('kernel.controller', [=> function () {
  1472.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1473.         }, => 'onKernelController'], -128);
  1474.         $instance->addListener('kernel.view', [=> function () {
  1475.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1476.         }, => 'onKernelView'], 0);
  1477.         $instance->addListener('kernel.controller', [=> function () {
  1478.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1479.         }, => 'onKernelController'], 0);
  1480.         $instance->addListener('kernel.response', [=> function () {
  1481.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1482.         }, => 'onKernelResponse'], 0);
  1483.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1484.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1485.         }, => 'onKernelControllerArguments'], 0);
  1486.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1487.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1488.         }, => 'onKernelControllerArguments'], 0);
  1489.         $instance->addListener('kernel.response', [=> function () {
  1490.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1491.         }, => 'onKernelResponse'], 0);
  1492.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1493.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1494.         }, => 'onVoterVote'], 0);
  1495.         $instance->addListener('kernel.request', [=> function () {
  1496.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1497.         }, => 'configureLogoutUrlGenerator'], 8);
  1498.         $instance->addListener('kernel.request', [=> function () {
  1499.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1500.         }, => 'onKernelRequest'], 8);
  1501.         $instance->addListener('kernel.finish_request', [=> function () {
  1502.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1503.         }, => 'onKernelFinishRequest'], 0);
  1504.         $instance->addListener('kernel.response', [=> function () {
  1505.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1506.         }, => 'onKernelResponse'], -128);
  1507.         $instance->addListener('console.command', [=> function () {
  1508.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1509.         }, => 'onCommand'], 255);
  1510.         $instance->addListener('console.terminate', [=> function () {
  1511.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1512.         }, => 'onTerminate'], -255);
  1513.         $instance->addListener('console.command', [=> function () {
  1514.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1515.         }, => 'configure'], 1024);
  1516.         $instance->addListener('console.error', [=> function () {
  1517.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1518.         }, => 'onConsoleError'], 0);
  1519.         $instance->addListener('console.terminate', [=> function () {
  1520.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1521.         }, => 'onConsoleTerminate'], 0);
  1522.         return $instance;
  1523.     }
  1524.     /**
  1525.      * Gets the public 'filesystem' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\Filesystem\Filesystem
  1528.      */
  1529.     protected function getFilesystemService()
  1530.     {
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1532.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1533.     }
  1534.     /**
  1535.      * Gets the public 'form.factory' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Form\FormFactory
  1538.      */
  1539.     protected function getForm_FactoryService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1543.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1544.     }
  1545.     /**
  1546.      * Gets the public 'form.type.file' shared service.
  1547.      *
  1548.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1549.      */
  1550.     protected function getForm_Type_FileService()
  1551.     {
  1552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1555.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1556.     }
  1557.     /**
  1558.      * Gets the public 'http_kernel' shared service.
  1559.      *
  1560.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1561.      */
  1562.     protected function getHttpKernelService()
  1563.     {
  1564.         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 () {
  1565.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1566.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1567.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1568.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1569.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1570.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1571.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1572.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1573.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1574.     }
  1575.     /**
  1576.      * Gets the public 'profiler' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1579.      */
  1580.     protected function getProfilerService()
  1581.     {
  1582.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1583.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1584.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1585.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1586.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1587.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1588.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1589.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1590.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1591.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1592.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1593.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1594.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1595.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1596.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1597.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1598.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1599.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1600.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1601.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1602.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1603.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1604.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1605.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1606.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1607.         if ($this->has('kernel')) {
  1608.             $g->setKernel($b);
  1609.         }
  1610.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1611.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1612.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1613.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1614.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1615.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1616.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1617.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1618.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1619.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1620.         $instance->add($d);
  1621.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1622.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1623.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1624.         $instance->add($e);
  1625.         $instance->add($f);
  1626.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1627.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1628.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1629.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1630.         $instance->add($g);
  1631.         return $instance;
  1632.     }
  1633.     /**
  1634.      * Gets the public 'request_stack' shared service.
  1635.      *
  1636.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1637.      */
  1638.     protected function getRequestStackService()
  1639.     {
  1640.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1641.     }
  1642.     /**
  1643.      * Gets the public 'router' shared service.
  1644.      *
  1645.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1646.      */
  1647.     protected function getRouterService()
  1648.     {
  1649.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1650.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1651.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1652.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1653.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1654.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1655.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1656.         ], [
  1657.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1658.         ]))->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'en');
  1659.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1660.         return $instance;
  1661.     }
  1662.     /**
  1663.      * Gets the public 'routing.loader' shared service.
  1664.      *
  1665.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1666.      */
  1667.     protected function getRouting_LoaderService()
  1668.     {
  1669.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1679.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1680.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1684.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1685.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1687.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1692.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1694.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1695.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1696.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1697.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1698.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1699.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1700.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1701.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1702.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1703.             'kernel' => ['services''kernel''getKernelService'false],
  1704.         ], [
  1705.             'kernel' => 'App\\Kernel',
  1706.         ]))));
  1707.         $a->addLoader($c);
  1708.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1709.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1710.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1711.     }
  1712.     /**
  1713.      * Gets the public 'security.authentication_utils' shared service.
  1714.      *
  1715.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1716.      */
  1717.     protected function getSecurity_AuthenticationUtilsService()
  1718.     {
  1719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1720.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1721.     }
  1722.     /**
  1723.      * Gets the public 'security.authorization_checker' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1726.      */
  1727.     protected function getSecurity_AuthorizationCheckerService()
  1728.     {
  1729.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1730.     }
  1731.     /**
  1732.      * Gets the public 'security.csrf.token_manager' shared service.
  1733.      *
  1734.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1735.      */
  1736.     protected function getSecurity_Csrf_TokenManagerService()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1742.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1743.     }
  1744.     /**
  1745.      * Gets the public 'security.password_encoder' shared service.
  1746.      *
  1747.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1748.      */
  1749.     protected function getSecurity_PasswordEncoderService()
  1750.     {
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1753.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1754.     }
  1755.     /**
  1756.      * Gets the public 'security.token_storage' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1759.      */
  1760.     protected function getSecurity_TokenStorageService()
  1761.     {
  1762.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1763.             'session' => ['services''session''getSessionService'false],
  1764.         ], [
  1765.             'session' => '?',
  1766.         ]));
  1767.     }
  1768.     /**
  1769.      * Gets the public 'serializer' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\Serializer\Serializer
  1772.      */
  1773.     protected function getSerializerService()
  1774.     {
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1791.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1801.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1810.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1811.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1812.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1813.     }
  1814.     /**
  1815.      * Gets the public 'services_resetter' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1818.      */
  1819.     protected function getServicesResetterService()
  1820.     {
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1822.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1823.             if (isset($this->services['cache.app'])) {
  1824.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1825.             }
  1826.             if (isset($this->services['cache.system'])) {
  1827.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1828.             }
  1829.             if (isset($this->privates['cache.validator'])) {
  1830.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1831.             }
  1832.             if (isset($this->privates['cache.serializer'])) {
  1833.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1834.             }
  1835.             if (isset($this->privates['cache.annotations'])) {
  1836.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1837.             }
  1838.             if (isset($this->privates['cache.property_info'])) {
  1839.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1840.             }
  1841.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1842.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1843.             }
  1844.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1845.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1846.             }
  1847.             if (isset($this->services['profiler'])) {
  1848.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1849.             }
  1850.             if (isset($this->services['validator'])) {
  1851.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1852.             }
  1853.             if (isset($this->privates['debug.stopwatch'])) {
  1854.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1855.             }
  1856.             if (isset($this->services['event_dispatcher'])) {
  1857.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1858.             }
  1859.             if (isset($this->services['doctrine'])) {
  1860.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1861.             }
  1862.             if (isset($this->privates['form.type.entity'])) {
  1863.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1864.             }
  1865.             if (isset($this->services['security.token_storage'])) {
  1866.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1867.             }
  1868.             if (isset($this->privates['cache.security_expression_language'])) {
  1869.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1870.             }
  1871.             if (isset($this->privates['monolog.handler.main'])) {
  1872.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1873.             }
  1874.             if (isset($this->privates['monolog.handler.console'])) {
  1875.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1876.             }
  1877.             if (isset($this->privates['cache.easyadmin'])) {
  1878.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  1879.             }
  1880.         }, function () {
  1881.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['cache.easyadmin']));
  1882.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset']]);
  1883.     }
  1884.     /**
  1885.      * Gets the public 'session' shared service.
  1886.      *
  1887.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1888.      */
  1889.     protected function getSessionService()
  1890.     {
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1893.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1894.     }
  1895.     /**
  1896.      * Gets the public 'translator' shared service.
  1897.      *
  1898.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1899.      */
  1900.     protected function getTranslatorService()
  1901.     {
  1902.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1903.     }
  1904.     /**
  1905.      * Gets the public 'twig' shared service.
  1906.      *
  1907.      * @return \Twig\Environment
  1908.      */
  1909.     protected function getTwigService()
  1910.     {
  1911.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1912.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1913.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  1914.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1915.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1916.         $e = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1917.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1918.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1919.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1920.         $g->setEnvironment('dev');
  1921.         $g->setDebug(true);
  1922.         if ($this->has('security.token_storage')) {
  1923.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1924.         }
  1925.         if ($this->has('request_stack')) {
  1926.             $g->setRequestStack($c);
  1927.         }
  1928.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  1931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  1934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1936.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1937.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1938.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1939.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($e));
  1943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1944.         $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())));
  1945.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1946.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1947.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$e$b, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  1948.         $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()))));
  1949.         $instance->addGlobal('app'$g);
  1950.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1951.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1952.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1953.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1954.         ], [
  1955.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1956.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1957.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1958.         ])));
  1959.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  1960.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  1961.         $instance->registerUndefinedTokenParserCallback([=> $h=> 'suggestTag']);
  1962.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public 'twig.controller.exception' shared service.
  1967.      *
  1968.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1969.      *
  1970.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1971.      */
  1972.     protected function getTwig_Controller_ExceptionService()
  1973.     {
  1974.         trigger_deprecation('''''The "twig.controller.exception" service is deprecated since Symfony 4.4.');
  1975.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1976.     }
  1977.     /**
  1978.      * Gets the public 'twig.controller.preview_error' shared service.
  1979.      *
  1980.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1981.      *
  1982.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1983.      */
  1984.     protected function getTwig_Controller_PreviewErrorService()
  1985.     {
  1986.         trigger_deprecation('''''The "twig.controller.preview_error" service is deprecated since Symfony 4.4.');
  1987.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1988.     }
  1989.     /**
  1990.      * Gets the public 'validator' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1993.      */
  1994.     protected function getValidatorService()
  1995.     {
  1996.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1997.     }
  1998.     /**
  1999.      * Gets the public 'var_dumper.cloner' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2002.      */
  2003.     protected function getVarDumper_ClonerService()
  2004.     {
  2005.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2006.         $instance->setMaxItems(2500);
  2007.         $instance->setMinDepth(1);
  2008.         $instance->setMaxString(-1);
  2009.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2010.         return $instance;
  2011.     }
  2012.     /**
  2013.      * Gets the public 'vich_uploader.download_handler' shared service.
  2014.      *
  2015.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2016.      */
  2017.     protected function getVichUploader_DownloadHandlerService()
  2018.     {
  2019.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  2021.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2022.     }
  2023.     /**
  2024.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2025.      *
  2026.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2027.      */
  2028.     protected function getVichUploader_Form_Type_FileService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2033.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  2034.     }
  2035.     /**
  2036.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2037.      *
  2038.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2039.      */
  2040.     protected function getVichUploader_Form_Type_ImageService()
  2041.     {
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  2046.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), NULL);
  2047.     }
  2048.     /**
  2049.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2050.      *
  2051.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2052.      */
  2053.     protected function getVichUploader_UploadHandlerService()
  2054.     {
  2055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  2059.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2060.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2061.     }
  2062.     /**
  2063.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2064.      *
  2065.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2066.      */
  2067.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2068.     {
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2070.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2071.     }
  2072.     /**
  2073.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2074.      *
  2075.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2076.      */
  2077.     protected function getWebProfiler_Controller_ProfilerService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2080.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2081.     }
  2082.     /**
  2083.      * Gets the public 'web_profiler.controller.router' shared service.
  2084.      *
  2085.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2086.      */
  2087.     protected function getWebProfiler_Controller_RouterService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2090.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  2091.     }
  2092.     /**
  2093.      * Gets the private '.debug.http_client' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2096.      */
  2097.     protected function get_Debug_HttpClientService()
  2098.     {
  2099.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2100.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2101.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2102.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2103.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2105.         $a->setLogger($b);
  2106.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2107.     }
  2108.     /**
  2109.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2110.      *
  2111.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2112.      */
  2113.     protected function get_LegacyResolveControllerNameSubscriberService()
  2114.     {
  2115.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2116.     }
  2117.     /**
  2118.      * Gets the private '.service_locator.4N191m5' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2121.      */
  2122.     protected function get_ServiceLocator_4N191m5Service()
  2123.     {
  2124.         return $this->privates['.service_locator.4N191m5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2125.             'responder' => ['privates''App\\Responder\\Security\\LoginResponder''getLoginResponderService'false],
  2126.         ], [
  2127.             'responder' => 'App\\Responder\\Security\\LoginResponder',
  2128.         ]);
  2129.     }
  2130.     /**
  2131.      * Gets the private '.service_locator.I6Nab_t' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2134.      */
  2135.     protected function get_ServiceLocator_I6NabTService()
  2136.     {
  2137.         return $this->privates['.service_locator.I6Nab_t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2138.             'responder' => ['privates''App\\Responder\\StatisticsResponder''getStatisticsResponderService'false],
  2139.         ], [
  2140.             'responder' => 'App\\Responder\\StatisticsResponder',
  2141.         ]);
  2142.     }
  2143.     /**
  2144.      * Gets the private '.service_locator.LGKH3e7' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2147.      */
  2148.     protected function get_ServiceLocator_LGKH3e7Service()
  2149.     {
  2150.         return $this->privates['.service_locator.LGKH3e7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2151.             'responder' => ['privates''App\\Responder\\CollectionResponder''getCollectionResponderService'false],
  2152.         ], [
  2153.             'responder' => 'App\\Responder\\CollectionResponder',
  2154.         ]);
  2155.     }
  2156.     /**
  2157.      * Gets the private '.service_locator.QKgK30h' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2160.      */
  2161.     protected function get_ServiceLocator_QKgK30hService()
  2162.     {
  2163.         return $this->privates['.service_locator.QKgK30h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2164.             'App\\Actions\\HomeAction::__invoke' => ['privates''.service_locator.psV4Lgj''get_ServiceLocator_PsV4LgjService'false],
  2165.             'App\\Actions\\MaCollectionAction::__invoke' => ['privates''.service_locator.LGKH3e7''get_ServiceLocator_LGKH3e7Service'false],
  2166.             'App\\Actions\\Security\\LoginAction::login' => ['privates''.service_locator.4N191m5''get_ServiceLocator_4N191m5Service'false],
  2167.             'App\\Actions\\Security\\RegisterAction::register' => ['privates''.service_locator.XEG6vfz''get_ServiceLocator_XEG6vfzService'false],
  2168.             'App\\Actions\\StatisticsAction::__invoke' => ['privates''.service_locator.I6Nab_t''get_ServiceLocator_I6NabTService'false],
  2169.             'App\\Actions\\HomeAction:__invoke' => ['privates''.service_locator.psV4Lgj''get_ServiceLocator_PsV4LgjService'false],
  2170.             'App\\Actions\\HomeAction' => ['privates''.service_locator.psV4Lgj''get_ServiceLocator_PsV4LgjService'false],
  2171.             'App\\Actions\\MaCollectionAction:__invoke' => ['privates''.service_locator.LGKH3e7''get_ServiceLocator_LGKH3e7Service'false],
  2172.             'App\\Actions\\MaCollectionAction' => ['privates''.service_locator.LGKH3e7''get_ServiceLocator_LGKH3e7Service'false],
  2173.             'App\\Actions\\Security\\LoginAction:login' => ['privates''.service_locator.4N191m5''get_ServiceLocator_4N191m5Service'false],
  2174.             'App\\Actions\\Security\\RegisterAction:register' => ['privates''.service_locator.XEG6vfz''get_ServiceLocator_XEG6vfzService'false],
  2175.             'App\\Actions\\StatisticsAction:__invoke' => ['privates''.service_locator.I6Nab_t''get_ServiceLocator_I6NabTService'false],
  2176.             'App\\Actions\\StatisticsAction' => ['privates''.service_locator.I6Nab_t''get_ServiceLocator_I6NabTService'false],
  2177.         ], [
  2178.             'App\\Actions\\HomeAction::__invoke' => '?',
  2179.             'App\\Actions\\MaCollectionAction::__invoke' => '?',
  2180.             'App\\Actions\\Security\\LoginAction::login' => '?',
  2181.             'App\\Actions\\Security\\RegisterAction::register' => '?',
  2182.             'App\\Actions\\StatisticsAction::__invoke' => '?',
  2183.             'App\\Actions\\HomeAction:__invoke' => '?',
  2184.             'App\\Actions\\HomeAction' => '?',
  2185.             'App\\Actions\\MaCollectionAction:__invoke' => '?',
  2186.             'App\\Actions\\MaCollectionAction' => '?',
  2187.             'App\\Actions\\Security\\LoginAction:login' => '?',
  2188.             'App\\Actions\\Security\\RegisterAction:register' => '?',
  2189.             'App\\Actions\\StatisticsAction:__invoke' => '?',
  2190.             'App\\Actions\\StatisticsAction' => '?',
  2191.         ]);
  2192.     }
  2193.     /**
  2194.      * Gets the private '.service_locator.XEG6vfz' shared service.
  2195.      *
  2196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2197.      */
  2198.     protected function get_ServiceLocator_XEG6vfzService()
  2199.     {
  2200.         return $this->privates['.service_locator.XEG6vfz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2201.             'responder' => ['privates''App\\Responder\\Security\\RegisterResponder''getRegisterResponderService'false],
  2202.             'userHandler' => ['privates''App\\Forms\\Handler\\UserHandler''getUserHandlerService'false],
  2203.         ], [
  2204.             'responder' => 'App\\Responder\\Security\\RegisterResponder',
  2205.             'userHandler' => 'App\\Forms\\Handler\\UserHandler',
  2206.         ]);
  2207.     }
  2208.     /**
  2209.      * Gets the private '.service_locator.pYfGrRq' shared service.
  2210.      *
  2211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2212.      */
  2213.     protected function get_ServiceLocator_PYfGrRqService()
  2214.     {
  2215.         return $this->privates['.service_locator.pYfGrRq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2216.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2217.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  2218.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  2219.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  2220.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  2221.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  2222.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  2223.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  2224.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2225.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2226.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2227.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2228.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2229.             'router' => ['services''router''getRouterService'false],
  2230.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2231.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2232.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2233.             'serializer' => ['services''serializer''getSerializerService'false],
  2234.             'session' => ['services''session''getSessionService'false],
  2235.             'twig' => ['services''twig''getTwigService'false],
  2236.         ], [
  2237.             'doctrine' => '?',
  2238.             'easyadmin.autocomplete' => '?',
  2239.             'easyadmin.config.manager' => '?',
  2240.             'easyadmin.filter.registry' => '?',
  2241.             'easyadmin.paginator' => '?',
  2242.             'easyadmin.property_accessor' => '?',
  2243.             'easyadmin.query_builder' => '?',
  2244.             'easyadmin.security.authorization_checker' => '?',
  2245.             'event_dispatcher' => '?',
  2246.             'form.factory' => '?',
  2247.             'http_kernel' => '?',
  2248.             'parameter_bag' => '?',
  2249.             'request_stack' => '?',
  2250.             'router' => '?',
  2251.             'security.authorization_checker' => '?',
  2252.             'security.csrf.token_manager' => '?',
  2253.             'security.token_storage' => '?',
  2254.             'serializer' => '?',
  2255.             'session' => '?',
  2256.             'twig' => '?',
  2257.         ]);
  2258.     }
  2259.     /**
  2260.      * Gets the private '.service_locator.psV4Lgj' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2263.      */
  2264.     protected function get_ServiceLocator_PsV4LgjService()
  2265.     {
  2266.         return $this->privates['.service_locator.psV4Lgj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2267.             'responder' => ['privates''App\\Responder\\HomeResponder''getHomeResponderService'false],
  2268.         ], [
  2269.             'responder' => 'App\\Responder\\HomeResponder',
  2270.         ]);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  2274.      *
  2275.      * @return \App\Command\CreateUserCommand
  2276.      */
  2277.     protected function getCreateUserCommandService()
  2278.     {
  2279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2280.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  2281.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2282.         $instance->setName('app:create-user');
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the private 'App\Forms\Handler\UserHandler' shared autowired service.
  2287.      *
  2288.      * @return \App\Forms\Handler\UserHandler
  2289.      */
  2290.     protected function getUserHandlerService()
  2291.     {
  2292.         include_once \dirname(__DIR__4).'/src/Forms/Handler/UserHandler.php';
  2293.         return $this->privates['App\\Forms\\Handler\\UserHandler'] = new \App\Forms\Handler\UserHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'App\Forms\Security\LoginType' shared autowired service.
  2297.      *
  2298.      * @return \App\Forms\Security\LoginType
  2299.      */
  2300.     protected function getLoginTypeService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2304.         include_once \dirname(__DIR__4).'/src/Forms/Security/LoginType.php';
  2305.         return $this->privates['App\\Forms\\Security\\LoginType'] = new \App\Forms\Security\LoginType();
  2306.     }
  2307.     /**
  2308.      * Gets the private 'App\Forms\Security\RegisterType' shared autowired service.
  2309.      *
  2310.      * @return \App\Forms\Security\RegisterType
  2311.      */
  2312.     protected function getRegisterTypeService()
  2313.     {
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2316.         include_once \dirname(__DIR__4).'/src/Forms/Security/RegisterType.php';
  2317.         return $this->privates['App\\Forms\\Security\\RegisterType'] = new \App\Forms\Security\RegisterType();
  2318.     }
  2319.     /**
  2320.      * Gets the private 'App\Responder\CollectionResponder' shared autowired service.
  2321.      *
  2322.      * @return \App\Responder\CollectionResponder
  2323.      */
  2324.     protected function getCollectionResponderService()
  2325.     {
  2326.         include_once \dirname(__DIR__4).'/src/Responder/CollectionResponder.php';
  2327.         return $this->privates['App\\Responder\\CollectionResponder'] = new \App\Responder\CollectionResponder(($this->services['twig'] ?? $this->getTwigService()));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'App\Responder\HomeResponder' shared autowired service.
  2331.      *
  2332.      * @return \App\Responder\HomeResponder
  2333.      */
  2334.     protected function getHomeResponderService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/src/Responder/HomeResponder.php';
  2337.         return $this->privates['App\\Responder\\HomeResponder'] = new \App\Responder\HomeResponder(($this->services['twig'] ?? $this->getTwigService()));
  2338.     }
  2339.     /**
  2340.      * Gets the private 'App\Responder\Security\LoginResponder' shared autowired service.
  2341.      *
  2342.      * @return \App\Responder\Security\LoginResponder
  2343.      */
  2344.     protected function getLoginResponderService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/src/Responder/Security/LoginResponder.php';
  2347.         return $this->privates['App\\Responder\\Security\\LoginResponder'] = new \App\Responder\Security\LoginResponder(($this->services['twig'] ?? $this->getTwigService()));
  2348.     }
  2349.     /**
  2350.      * Gets the private 'App\Responder\Security\RegisterResponder' shared autowired service.
  2351.      *
  2352.      * @return \App\Responder\Security\RegisterResponder
  2353.      */
  2354.     protected function getRegisterResponderService()
  2355.     {
  2356.         include_once \dirname(__DIR__4).'/src/Responder/Security/RegisterResponder.php';
  2357.         return $this->privates['App\\Responder\\Security\\RegisterResponder'] = new \App\Responder\Security\RegisterResponder(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'App\Responder\StatisticsResponder' shared autowired service.
  2361.      *
  2362.      * @return \App\Responder\StatisticsResponder
  2363.      */
  2364.     protected function getStatisticsResponderService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/src/Responder/StatisticsResponder.php';
  2367.         return $this->privates['App\\Responder\\StatisticsResponder'] = new \App\Responder\StatisticsResponder(($this->services['twig'] ?? $this->getTwigService()));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2371.      *
  2372.      * @return \App\Security\LoginFormAuthenticator
  2373.      */
  2374.     protected function getLoginFormAuthenticatorService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2380.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2381.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
  2382.     }
  2383.     /**
  2384.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2385.      *
  2386.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2387.      */
  2388.     protected function getManagerRegistryAwareConnectionProviderService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2392.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2393.     }
  2394.     /**
  2395.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2396.      *
  2397.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2398.      */
  2399.     protected function getRunSqlCommandService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2403.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2404.         $instance->setName('dbal:run-sql');
  2405.         return $instance;
  2406.     }
  2407.     /**
  2408.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  2409.      *
  2410.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  2411.      */
  2412.     protected function getCacheWarmer2Service()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  2416.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  2417.     }
  2418.     /**
  2419.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  2420.      *
  2421.      * @return \Vich\UploaderBundle\Util\Transliterator
  2422.      */
  2423.     protected function getTransliteratorService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  2428.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  2429.     }
  2430.     /**
  2431.      * Gets the private 'annotations.cache_adapter' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2434.      */
  2435.     protected function getAnnotations_CacheAdapterService()
  2436.     {
  2437.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'annotations.cache_warmer' shared service.
  2441.      *
  2442.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2443.      */
  2444.     protected function getAnnotations_CacheWarmerService()
  2445.     {
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2449.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2450.     }
  2451.     /**
  2452.      * Gets the private 'annotations.cached_reader' shared service.
  2453.      *
  2454.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2455.      */
  2456.     protected function getAnnotations_CachedReaderService()
  2457.     {
  2458.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2459.     }
  2460.     /**
  2461.      * Gets the private 'annotations.reader' shared service.
  2462.      *
  2463.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2464.      */
  2465.     protected function getAnnotations_ReaderService()
  2466.     {
  2467.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2468.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2469.         $a->registerUniqueLoader('class_exists');
  2470.         $instance->addGlobalIgnoredName('required'$a);
  2471.         return $instance;
  2472.     }
  2473.     /**
  2474.      * Gets the private 'cache.annotations' shared service.
  2475.      *
  2476.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2477.      */
  2478.     protected function getCache_AnnotationsService()
  2479.     {
  2480.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YU0l28WiHO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2481.     }
  2482.     /**
  2483.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2486.      */
  2487.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2488.     {
  2489.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2490.     }
  2491.     /**
  2492.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2495.      */
  2496.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2497.     {
  2498.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2499.     }
  2500.     /**
  2501.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2504.      */
  2505.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2506.     {
  2507.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2508.     }
  2509.     /**
  2510.      * Gets the private 'cache.easyadmin' shared service.
  2511.      *
  2512.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2513.      */
  2514.     protected function getCache_EasyadminService()
  2515.     {
  2516.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ue2uNAbaBi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'cache.property_info' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2522.      */
  2523.     protected function getCache_PropertyInfoService()
  2524.     {
  2525.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rDQhrX-5m2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'cache.security_expression_language' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2531.      */
  2532.     protected function getCache_SecurityExpressionLanguageService()
  2533.     {
  2534.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-PfqsOg590'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'cache.serializer' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2540.      */
  2541.     protected function getCache_SerializerService()
  2542.     {
  2543.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vqVnBf21fl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2544.     }
  2545.     /**
  2546.      * Gets the private 'cache.validator' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2549.      */
  2550.     protected function getCache_ValidatorService()
  2551.     {
  2552.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ap30ylu7yY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'config_cache_factory' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2558.      */
  2559.     protected function getConfigCacheFactoryService()
  2560.     {
  2561.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2562.             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)));
  2563.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2564.         }, 2));
  2565.     }
  2566.     /**
  2567.      * Gets the private 'console.command.about' shared service.
  2568.      *
  2569.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2570.      */
  2571.     protected function getConsole_Command_AboutService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2575.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2576.         $instance->setName('about');
  2577.         return $instance;
  2578.     }
  2579.     /**
  2580.      * Gets the private 'console.command.assets_install' shared service.
  2581.      *
  2582.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2583.      */
  2584.     protected function getConsole_Command_AssetsInstallService()
  2585.     {
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2589.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2590.         $instance->setName('assets:install');
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the private 'console.command.cache_clear' shared service.
  2595.      *
  2596.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2597.      */
  2598.     protected function getConsole_Command_CacheClearService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2603.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2604.         $instance->setName('cache:clear');
  2605.         return $instance;
  2606.     }
  2607.     /**
  2608.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2609.      *
  2610.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2611.      */
  2612.     protected function getConsole_Command_CachePoolClearService()
  2613.     {
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2616.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2617.         $instance->setName('cache:pool:clear');
  2618.         return $instance;
  2619.     }
  2620.     /**
  2621.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2622.      *
  2623.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2624.      */
  2625.     protected function getConsole_Command_CachePoolDeleteService()
  2626.     {
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2629.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2630.         $instance->setName('cache:pool:delete');
  2631.         return $instance;
  2632.     }
  2633.     /**
  2634.      * Gets the private 'console.command.cache_pool_list' shared service.
  2635.      *
  2636.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2637.      */
  2638.     protected function getConsole_Command_CachePoolListService()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2642.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.easyadmin']);
  2643.         $instance->setName('cache:pool:list');
  2644.         return $instance;
  2645.     }
  2646.     /**
  2647.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2648.      *
  2649.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2650.      */
  2651.     protected function getConsole_Command_CachePoolPruneService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2655.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2656.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2657.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2658.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2659.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2660.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2661.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2662.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2663.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2664.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2665.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2666.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  2667.         }, 11));
  2668.         $instance->setName('cache:pool:prune');
  2669.         return $instance;
  2670.     }
  2671.     /**
  2672.      * Gets the private 'console.command.cache_warmup' shared service.
  2673.      *
  2674.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2675.      */
  2676.     protected function getConsole_Command_CacheWarmupService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2680.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2681.         $instance->setName('cache:warmup');
  2682.         return $instance;
  2683.     }
  2684.     /**
  2685.      * Gets the private 'console.command.config_debug' shared service.
  2686.      *
  2687.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2688.      */
  2689.     protected function getConsole_Command_ConfigDebugService()
  2690.     {
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2695.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2696.         $instance->setName('debug:config');
  2697.         return $instance;
  2698.     }
  2699.     /**
  2700.      * Gets the private 'console.command.config_dump_reference' shared service.
  2701.      *
  2702.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2703.      */
  2704.     protected function getConsole_Command_ConfigDumpReferenceService()
  2705.     {
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2710.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2711.         $instance->setName('config:dump-reference');
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the private 'console.command.container_debug' shared service.
  2716.      *
  2717.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2718.      */
  2719.     protected function getConsole_Command_ContainerDebugService()
  2720.     {
  2721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2723.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2724.         $instance->setName('debug:container');
  2725.         return $instance;
  2726.     }
  2727.     /**
  2728.      * Gets the private 'console.command.container_lint' shared service.
  2729.      *
  2730.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2731.      */
  2732.     protected function getConsole_Command_ContainerLintService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2736.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2737.         $instance->setName('lint:container');
  2738.         return $instance;
  2739.     }
  2740.     /**
  2741.      * Gets the private 'console.command.debug_autowiring' shared service.
  2742.      *
  2743.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2744.      */
  2745.     protected function getConsole_Command_DebugAutowiringService()
  2746.     {
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2750.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2751.         $instance->setName('debug:autowiring');
  2752.         return $instance;
  2753.     }
  2754.     /**
  2755.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2756.      *
  2757.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2758.      */
  2759.     protected function getConsole_Command_EventDispatcherDebugService()
  2760.     {
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2763.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2764.         $instance->setName('debug:event-dispatcher');
  2765.         return $instance;
  2766.     }
  2767.     /**
  2768.      * Gets the private 'console.command.form_debug' shared service.
  2769.      *
  2770.      * @return \Symfony\Component\Form\Command\DebugCommand
  2771.      */
  2772.     protected function getConsole_Command_FormDebugService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2776.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Forms\\Security'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'], [=> 'App\\Forms\\Security\\LoginType'=> 'App\\Forms\\Security\\RegisterType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'11 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'12 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'13 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'14 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'15 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EasyAdminExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Guesser\\MissingDoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2777.         $instance->setName('debug:form');
  2778.         return $instance;
  2779.     }
  2780.     /**
  2781.      * Gets the private 'console.command.router_debug' shared service.
  2782.      *
  2783.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2784.      */
  2785.     protected function getConsole_Command_RouterDebugService()
  2786.     {
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2789.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2790.         $instance->setName('debug:router');
  2791.         return $instance;
  2792.     }
  2793.     /**
  2794.      * Gets the private 'console.command.router_match' shared service.
  2795.      *
  2796.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2797.      */
  2798.     protected function getConsole_Command_RouterMatchService()
  2799.     {
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2802.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2803.         $instance->setName('router:match');
  2804.         return $instance;
  2805.     }
  2806.     /**
  2807.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2808.      *
  2809.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2810.      */
  2811.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2812.     {
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2819.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2820.         $instance->setName('secrets:decrypt-to-local');
  2821.         return $instance;
  2822.     }
  2823.     /**
  2824.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2825.      *
  2826.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2827.      */
  2828.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2829.     {
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2836.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2837.         $instance->setName('secrets:encrypt-from-local');
  2838.         return $instance;
  2839.     }
  2840.     /**
  2841.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2842.      *
  2843.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2844.      */
  2845.     protected function getConsole_Command_SecretsGenerateKeyService()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2851.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2853.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2854.         $instance->setName('secrets:generate-keys');
  2855.         return $instance;
  2856.     }
  2857.     /**
  2858.      * Gets the private 'console.command.secrets_list' shared service.
  2859.      *
  2860.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2861.      */
  2862.     protected function getConsole_Command_SecretsListService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2870.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2871.         $instance->setName('secrets:list');
  2872.         return $instance;
  2873.     }
  2874.     /**
  2875.      * Gets the private 'console.command.secrets_remove' shared service.
  2876.      *
  2877.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2878.      */
  2879.     protected function getConsole_Command_SecretsRemoveService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2887.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2888.         $instance->setName('secrets:remove');
  2889.         return $instance;
  2890.     }
  2891.     /**
  2892.      * Gets the private 'console.command.secrets_set' shared service.
  2893.      *
  2894.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2895.      */
  2896.     protected function getConsole_Command_SecretsSetService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2904.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2905.         $instance->setName('secrets:set');
  2906.         return $instance;
  2907.     }
  2908.     /**
  2909.      * Gets the private 'console.command.translation_debug' shared service.
  2910.      *
  2911.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2912.      */
  2913.     protected function getConsole_Command_TranslationDebugService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2917.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')]);
  2918.         $instance->setName('debug:translation');
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the private 'console.command.translation_update' shared service.
  2923.      *
  2924.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2925.      */
  2926.     protected function getConsole_Command_TranslationUpdateService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2944.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2945.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2946.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2947.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2948.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2949.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2950.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2951.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2952.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2953.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2954.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2955.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2956.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')]);
  2957.         $instance->setName('translation:update');
  2958.         return $instance;
  2959.     }
  2960.     /**
  2961.      * Gets the private 'console.command.xliff_lint' shared service.
  2962.      *
  2963.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2964.      */
  2965.     protected function getConsole_Command_XliffLintService()
  2966.     {
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2970.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2971.         $instance->setName('lint:xliff');
  2972.         return $instance;
  2973.     }
  2974.     /**
  2975.      * Gets the private 'console.command.yaml_lint' shared service.
  2976.      *
  2977.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2978.      */
  2979.     protected function getConsole_Command_YamlLintService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2984.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2985.         $instance->setName('lint:yaml');
  2986.         return $instance;
  2987.     }
  2988.     /**
  2989.      * Gets the private 'console.error_listener' shared service.
  2990.      *
  2991.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2992.      */
  2993.     protected function getConsole_ErrorListenerService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2996.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2997.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2998.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2999.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3000.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3001.     }
  3002.     /**
  3003.      * Gets the private 'container.env_var_processor' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3006.      */
  3007.     protected function getContainer_EnvVarProcessorService()
  3008.     {
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3011.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3012.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3013.         }, 1));
  3014.     }
  3015.     /**
  3016.      * Gets the private 'data_collector.form' shared service.
  3017.      *
  3018.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3019.      */
  3020.     protected function getDataCollector_FormService()
  3021.     {
  3022.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3023.     }
  3024.     /**
  3025.      * Gets the private 'debug.argument_resolver.default' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3028.      */
  3029.     protected function getDebug_ArgumentResolver_DefaultService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3034.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3035.     }
  3036.     /**
  3037.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3040.      */
  3041.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3046.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.QKgK30h'] ?? $this->get_ServiceLocator_QKgK30hService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3047.     }
  3048.     /**
  3049.      * Gets the private 'debug.argument_resolver.request' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3052.      */
  3053.     protected function getDebug_ArgumentResolver_RequestService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3058.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3059.     }
  3060.     /**
  3061.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3064.      */
  3065.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3070.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'debug.argument_resolver.service' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3076.      */
  3077.     protected function getDebug_ArgumentResolver_ServiceService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3082.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.QKgK30h'] ?? $this->get_ServiceLocator_QKgK30hService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3083.     }
  3084.     /**
  3085.      * Gets the private 'debug.argument_resolver.session' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3088.      */
  3089.     protected function getDebug_ArgumentResolver_SessionService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3094.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3095.     }
  3096.     /**
  3097.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3098.      *
  3099.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3100.      */
  3101.     protected function getDebug_ArgumentResolver_VariadicService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3106.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3107.     }
  3108.     /**
  3109.      * Gets the private 'debug.controller_resolver' shared service.
  3110.      *
  3111.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3112.      */
  3113.     protected function getDebug_ControllerResolverService()
  3114.     {
  3115.         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['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3116.     }
  3117.     /**
  3118.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3119.      *
  3120.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3121.      */
  3122.     protected function getDebug_DebugHandlersListenerService()
  3123.     {
  3124.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3125.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3126.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3127.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3129.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3130.     }
  3131.     /**
  3132.      * Gets the private 'debug.dump_listener' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3135.      */
  3136.     protected function getDebug_DumpListenerService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3140.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3141.     }
  3142.     /**
  3143.      * Gets the private 'debug.file_link_formatter' shared service.
  3144.      *
  3145.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3146.      */
  3147.     protected function getDebug_FileLinkFormatterService()
  3148.     {
  3149.         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 () {
  3150.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3151.         });
  3152.     }
  3153.     /**
  3154.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3155.      *
  3156.      * @return \string
  3157.      */
  3158.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3159.     {
  3160.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3161.     }
  3162.     /**
  3163.      * Gets the private 'debug.log_processor' shared service.
  3164.      *
  3165.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3166.      */
  3167.     protected function getDebug_LogProcessorService()
  3168.     {
  3169.         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())));
  3170.     }
  3171.     /**
  3172.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3173.      *
  3174.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3175.      */
  3176.     protected function getDebug_Security_Access_DecisionManagerService()
  3177.     {
  3178.         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 () {
  3179.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3180.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3181.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3182.         }, 3), 'affirmative'falsetrue));
  3183.     }
  3184.     /**
  3185.      * Gets the private 'debug.security.firewall' shared service.
  3186.      *
  3187.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3188.      */
  3189.     protected function getDebug_Security_FirewallService()
  3190.     {
  3191.         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()));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3195.      *
  3196.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3197.      */
  3198.     protected function getDebug_Security_UserValueResolverService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3203.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3204.     }
  3205.     /**
  3206.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3209.      */
  3210.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3215.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3216.     }
  3217.     /**
  3218.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3219.      *
  3220.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3221.      */
  3222.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3223.     {
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3227.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3228.     }
  3229.     /**
  3230.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  3231.      *
  3232.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3233.      */
  3234.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  3235.     {
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  3240.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3241.     }
  3242.     /**
  3243.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3244.      *
  3245.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3246.      */
  3247.     protected function getDebug_Security_Voter_VoteListenerService()
  3248.     {
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3250.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3251.     }
  3252.     /**
  3253.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3254.      *
  3255.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3256.      */
  3257.     protected function getDoctrine_CacheClearMetadataCommandService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3263.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3264.         $instance->setName('doctrine:cache:clear-metadata');
  3265.         return $instance;
  3266.     }
  3267.     /**
  3268.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3269.      *
  3270.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3271.      */
  3272.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3278.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3279.         $instance->setName('doctrine:cache:clear-query');
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3284.      *
  3285.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3286.      */
  3287.     protected function getDoctrine_CacheClearResultCommandService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3293.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3294.         $instance->setName('doctrine:cache:clear-result');
  3295.         return $instance;
  3296.     }
  3297.     /**
  3298.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3299.      *
  3300.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3301.      */
  3302.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3303.     {
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3308.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3309.         $instance->setName('doctrine:cache:clear-collection-region');
  3310.         return $instance;
  3311.     }
  3312.     /**
  3313.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3314.      *
  3315.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3316.      */
  3317.     protected function getDoctrine_ClearEntityRegionCommandService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3322.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3323.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3324.         $instance->setName('doctrine:cache:clear-entity-region');
  3325.         return $instance;
  3326.     }
  3327.     /**
  3328.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3329.      *
  3330.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3331.      */
  3332.     protected function getDoctrine_ClearQueryRegionCommandService()
  3333.     {
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3338.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3339.         $instance->setName('doctrine:cache:clear-query-region');
  3340.         return $instance;
  3341.     }
  3342.     /**
  3343.      * Gets the private 'doctrine.database_create_command' shared service.
  3344.      *
  3345.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3346.      */
  3347.     protected function getDoctrine_DatabaseCreateCommandService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3352.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3353.         $instance->setName('doctrine:database:create');
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the private 'doctrine.database_drop_command' shared service.
  3358.      *
  3359.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3360.      */
  3361.     protected function getDoctrine_DatabaseDropCommandService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3366.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3367.         $instance->setName('doctrine:database:drop');
  3368.         return $instance;
  3369.     }
  3370.     /**
  3371.      * Gets the private 'doctrine.database_import_command' shared service.
  3372.      *
  3373.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3374.      */
  3375.     protected function getDoctrine_DatabaseImportCommandService()
  3376.     {
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3380.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3381.         $instance->setName('doctrine:database:import');
  3382.         return $instance;
  3383.     }
  3384.     /**
  3385.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3386.      *
  3387.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3388.      */
  3389.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3395.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3396.         $instance->setName('doctrine:ensure-production-settings');
  3397.         return $instance;
  3398.     }
  3399.     /**
  3400.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3401.      *
  3402.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3403.      */
  3404.     protected function getDoctrine_MappingConvertCommandService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3410.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3411.         $instance->setName('doctrine:mapping:convert');
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3416.      *
  3417.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3418.      */
  3419.     protected function getDoctrine_MappingImportCommandService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3424.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3425.         $instance->setName('doctrine:mapping:import');
  3426.         return $instance;
  3427.     }
  3428.     /**
  3429.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3430.      *
  3431.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3432.      */
  3433.     protected function getDoctrine_MappingInfoCommandService()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3439.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3440.         $instance->setName('doctrine:mapping:info');
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3445.      *
  3446.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3447.      */
  3448.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3452.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  3453.     }
  3454.     /**
  3455.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3456.      *
  3457.      * @return \Doctrine\Migrations\DependencyFactory
  3458.      */
  3459.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3469.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3470.         $a->setAllOrNothing(false);
  3471.         $a->setCheckDatabasePlatform(true);
  3472.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3473.         $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()));
  3474.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3475.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3476.         });
  3477.         return $instance;
  3478.     }
  3479.     /**
  3480.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3481.      *
  3482.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3483.      */
  3484.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3485.     {
  3486.         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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  3487.     }
  3488.     /**
  3489.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3490.      *
  3491.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3492.      */
  3493.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3496.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3497.     }
  3498.     /**
  3499.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3500.      *
  3501.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3502.      */
  3503.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3506.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3507.     }
  3508.     /**
  3509.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3510.      *
  3511.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3512.      */
  3513.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3514.     {
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3517.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3518.     }
  3519.     /**
  3520.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3521.      *
  3522.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3523.      */
  3524.     protected function getDoctrine_Orm_Validator_UniqueService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3529.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3530.     }
  3531.     /**
  3532.      * Gets the private 'doctrine.query_dql_command' shared service.
  3533.      *
  3534.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3535.      */
  3536.     protected function getDoctrine_QueryDqlCommandService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3542.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3543.         $instance->setName('doctrine:query:dql');
  3544.         return $instance;
  3545.     }
  3546.     /**
  3547.      * Gets the private 'doctrine.query_sql_command' shared service.
  3548.      *
  3549.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3550.      */
  3551.     protected function getDoctrine_QuerySqlCommandService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3556.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3557.         $instance->setName('doctrine:query:sql');
  3558.         return $instance;
  3559.     }
  3560.     /**
  3561.      * Gets the private 'doctrine.schema_create_command' shared service.
  3562.      *
  3563.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3564.      */
  3565.     protected function getDoctrine_SchemaCreateCommandService()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3572.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3573.         $instance->setName('doctrine:schema:create');
  3574.         return $instance;
  3575.     }
  3576.     /**
  3577.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3578.      *
  3579.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3580.      */
  3581.     protected function getDoctrine_SchemaDropCommandService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3588.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3589.         $instance->setName('doctrine:schema:drop');
  3590.         return $instance;
  3591.     }
  3592.     /**
  3593.      * Gets the private 'doctrine.schema_update_command' shared service.
  3594.      *
  3595.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3596.      */
  3597.     protected function getDoctrine_SchemaUpdateCommandService()
  3598.     {
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3604.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3605.         $instance->setName('doctrine:schema:update');
  3606.         return $instance;
  3607.     }
  3608.     /**
  3609.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3610.      *
  3611.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3612.      */
  3613.     protected function getDoctrine_SchemaValidateCommandService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3619.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3620.         $instance->setName('doctrine:schema:validate');
  3621.         return $instance;
  3622.     }
  3623.     /**
  3624.      * Gets the private 'doctrine_migrations.current_command' shared service.
  3625.      *
  3626.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  3627.      */
  3628.     protected function getDoctrineMigrations_CurrentCommandService()
  3629.     {
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  3633.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  3634.         $instance->setName('doctrine:migrations:current');
  3635.         return $instance;
  3636.     }
  3637.     /**
  3638.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3639.      *
  3640.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  3641.      */
  3642.     protected function getDoctrineMigrations_DiffCommandService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3647.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  3648.         $instance->setName('doctrine:migrations:diff');
  3649.         return $instance;
  3650.     }
  3651.     /**
  3652.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3653.      *
  3654.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  3655.      */
  3656.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3661.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  3662.         $instance->setName('doctrine:migrations:dump-schema');
  3663.         return $instance;
  3664.     }
  3665.     /**
  3666.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3667.      *
  3668.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  3669.      */
  3670.     protected function getDoctrineMigrations_ExecuteCommandService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3675.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  3676.         $instance->setName('doctrine:migrations:execute');
  3677.         return $instance;
  3678.     }
  3679.     /**
  3680.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3681.      *
  3682.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  3683.      */
  3684.     protected function getDoctrineMigrations_GenerateCommandService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3689.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  3690.         $instance->setName('doctrine:migrations:generate');
  3691.         return $instance;
  3692.     }
  3693.     /**
  3694.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3695.      *
  3696.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  3697.      */
  3698.     protected function getDoctrineMigrations_LatestCommandService()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3703.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  3704.         $instance->setName('doctrine:migrations:latest');
  3705.         return $instance;
  3706.     }
  3707.     /**
  3708.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3709.      *
  3710.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  3711.      */
  3712.     protected function getDoctrineMigrations_MigrateCommandService()
  3713.     {
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3717.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  3718.         $instance->setName('doctrine:migrations:migrate');
  3719.         return $instance;
  3720.     }
  3721.     /**
  3722.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3723.      *
  3724.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  3725.      */
  3726.     protected function getDoctrineMigrations_RollupCommandService()
  3727.     {
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3731.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  3732.         $instance->setName('doctrine:migrations:rollup');
  3733.         return $instance;
  3734.     }
  3735.     /**
  3736.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3737.      *
  3738.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  3739.      */
  3740.     protected function getDoctrineMigrations_StatusCommandService()
  3741.     {
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3745.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  3746.         $instance->setName('doctrine:migrations:status');
  3747.         return $instance;
  3748.     }
  3749.     /**
  3750.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  3751.      *
  3752.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  3753.      */
  3754.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  3755.     {
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  3759.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  3760.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3765.      *
  3766.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  3767.      */
  3768.     protected function getDoctrineMigrations_UpToDateCommandService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3773.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  3774.         $instance->setName('doctrine:migrations:up-to-date');
  3775.         return $instance;
  3776.     }
  3777.     /**
  3778.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3779.      *
  3780.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  3781.      */
  3782.     protected function getDoctrineMigrations_VersionCommandService()
  3783.     {
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3787.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  3788.         $instance->setName('doctrine:migrations:version');
  3789.         return $instance;
  3790.     }
  3791.     /**
  3792.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  3793.      *
  3794.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  3795.      */
  3796.     protected function getDoctrineMigrations_VersionsCommandService()
  3797.     {
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  3801.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  3802.         $instance->setName('doctrine:migrations:list');
  3803.         return $instance;
  3804.     }
  3805.     /**
  3806.      * Gets the private 'easyadmin.filter.type.array' shared service.
  3807.      *
  3808.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  3809.      */
  3810.     protected function getEasyadmin_Filter_Type_ArrayService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3816.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  3818.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  3819.     }
  3820.     /**
  3821.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  3822.      *
  3823.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  3824.      */
  3825.     protected function getEasyadmin_Filter_Type_BooleanService()
  3826.     {
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  3833.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  3834.     }
  3835.     /**
  3836.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  3837.      *
  3838.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  3839.      */
  3840.     protected function getEasyadmin_Filter_Type_ChoiceService()
  3841.     {
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3845.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  3848.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  3849.     }
  3850.     /**
  3851.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  3852.      *
  3853.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  3854.      */
  3855.     protected function getEasyadmin_Filter_Type_ComparisonService()
  3856.     {
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  3863.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  3864.     }
  3865.     /**
  3866.      * Gets the private 'easyadmin.filter.type.date' shared service.
  3867.      *
  3868.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3869.      */
  3870.     protected function getEasyadmin_Filter_Type_DateService()
  3871.     {
  3872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  3878.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  3879.     }
  3880.     /**
  3881.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  3882.      *
  3883.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  3884.      */
  3885.     protected function getEasyadmin_Filter_Type_DateintervalService()
  3886.     {
  3887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  3893.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  3894.     }
  3895.     /**
  3896.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  3897.      *
  3898.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3899.      */
  3900.     protected function getEasyadmin_Filter_Type_DatetimeService()
  3901.     {
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  3908.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  3909.     }
  3910.     /**
  3911.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  3912.      *
  3913.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3914.      */
  3915.     protected function getEasyadmin_Filter_Type_DecimalService()
  3916.     {
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  3923.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  3924.     }
  3925.     /**
  3926.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  3927.      *
  3928.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  3929.      */
  3930.     protected function getEasyadmin_Filter_Type_EntityService()
  3931.     {
  3932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3934.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  3938.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  3939.     }
  3940.     /**
  3941.      * Gets the private 'easyadmin.filter.type.float' shared service.
  3942.      *
  3943.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3944.      */
  3945.     protected function getEasyadmin_Filter_Type_FloatService()
  3946.     {
  3947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  3953.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  3954.     }
  3955.     /**
  3956.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  3957.      *
  3958.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3959.      */
  3960.     protected function getEasyadmin_Filter_Type_IntegerService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  3968.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  3969.     }
  3970.     /**
  3971.      * Gets the private 'easyadmin.filter.type.text' shared service.
  3972.      *
  3973.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  3974.      */
  3975.     protected function getEasyadmin_Filter_Type_TextService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  3980.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  3981.     }
  3982.     /**
  3983.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  3984.      *
  3985.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  3986.      */
  3987.     protected function getEasyadmin_Filter_Type_TextareaService()
  3988.     {
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  3992.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  3993.     }
  3994.     /**
  3995.      * Gets the private 'easyadmin.filter.type.time' shared service.
  3996.      *
  3997.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3998.      */
  3999.     protected function getEasyadmin_Filter_Type_TimeService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  4007.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  4008.     }
  4009.     /**
  4010.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  4011.      *
  4012.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  4013.      */
  4014.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  4019.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4020.     }
  4021.     /**
  4022.      * Gets the private 'easyadmin.form.type' shared service.
  4023.      *
  4024.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  4025.      */
  4026.     protected function getEasyadmin_Form_TypeService()
  4027.     {
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  4032.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  4036.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  4041.         return $this->privates['easyadmin.form.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))], ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()));
  4042.     }
  4043.     /**
  4044.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  4045.      *
  4046.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  4047.      */
  4048.     protected function getEasyadmin_Form_Type_AutocompleteService()
  4049.     {
  4050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  4054.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  4055.     }
  4056.     /**
  4057.      * Gets the private 'easyadmin.form.type.batch' shared service.
  4058.      *
  4059.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  4060.      */
  4061.     protected function getEasyadmin_Form_Type_BatchService()
  4062.     {
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4065.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  4066.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  4067.     }
  4068.     /**
  4069.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  4070.      *
  4071.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  4072.      */
  4073.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  4074.     {
  4075.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  4077.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  4078.     }
  4079.     /**
  4080.      * Gets the private 'easyadmin.form.type.divider' shared service.
  4081.      *
  4082.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  4083.      */
  4084.     protected function getEasyadmin_Form_Type_DividerService()
  4085.     {
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  4089.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  4090.     }
  4091.     /**
  4092.      * Gets the private 'easyadmin.form.type.extension' shared service.
  4093.      *
  4094.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  4095.      */
  4096.     protected function getEasyadmin_Form_Type_ExtensionService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  4101.         return $this->privates['easyadmin.form.type.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4102.     }
  4103.     /**
  4104.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  4105.      *
  4106.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  4107.      */
  4108.     protected function getEasyadmin_Form_Type_FileuploadService()
  4109.     {
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  4114.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  4115.     }
  4116.     /**
  4117.      * Gets the private 'easyadmin.form.type.filters' shared service.
  4118.      *
  4119.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  4120.      */
  4121.     protected function getEasyadmin_Form_Type_FiltersService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  4136.         return $this->privates['easyadmin.form.type.filters'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))]);
  4137.     }
  4138.     /**
  4139.      * Gets the private 'easyadmin.form.type.group' shared service.
  4140.      *
  4141.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  4142.      */
  4143.     protected function getEasyadmin_Form_Type_GroupService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  4148.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  4149.     }
  4150.     /**
  4151.      * Gets the private 'easyadmin.form.type.section' shared service.
  4152.      *
  4153.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  4154.      */
  4155.     protected function getEasyadmin_Form_Type_SectionService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  4160.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  4161.     }
  4162.     /**
  4163.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4164.      *
  4165.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4166.      */
  4167.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4171.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4172.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4173.     }
  4174.     /**
  4175.      * Gets the private 'exception_listener' shared service.
  4176.      *
  4177.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4178.      */
  4179.     protected function getExceptionListenerService()
  4180.     {
  4181.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4182.     }
  4183.     /**
  4184.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4185.      *
  4186.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4187.      */
  4188.     protected function getForm_ChoiceListFactory_CachedService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4194.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())));
  4195.     }
  4196.     /**
  4197.      * Gets the private 'form.registry' shared service.
  4198.      *
  4199.      * @return \Symfony\Component\Form\FormRegistry
  4200.      */
  4201.     protected function getForm_RegistryService()
  4202.     {
  4203.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4204.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  4205.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  4206.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  4207.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  4208.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  4209.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  4210.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  4211.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  4212.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  4213.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  4214.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  4215.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  4216.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  4217.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  4218.         ], [
  4219.             'easyadmin.filter.type.array' => '?',
  4220.             'easyadmin.filter.type.boolean' => '?',
  4221.             'easyadmin.filter.type.choice' => '?',
  4222.             'easyadmin.filter.type.comparison' => '?',
  4223.             'easyadmin.filter.type.date' => '?',
  4224.             'easyadmin.filter.type.dateinterval' => '?',
  4225.             'easyadmin.filter.type.datetime' => '?',
  4226.             'easyadmin.filter.type.decimal' => '?',
  4227.             'easyadmin.filter.type.entity' => '?',
  4228.             'easyadmin.filter.type.float' => '?',
  4229.             'easyadmin.filter.type.integer' => '?',
  4230.             'easyadmin.filter.type.text' => '?',
  4231.             'easyadmin.filter.type.textarea' => '?',
  4232.             'easyadmin.filter.type.time' => '?',
  4233.         ]), [], new RewindableGenerator(function () {
  4234.             return new \EmptyIterator();
  4235.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4236.             'App\\Forms\\Security\\LoginType' => ['privates''App\\Forms\\Security\\LoginType''getLoginTypeService'false],
  4237.             'App\\Forms\\Security\\RegisterType' => ['privates''App\\Forms\\Security\\RegisterType''getRegisterTypeService'false],
  4238.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  4239.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  4240.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  4241.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  4242.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  4243.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  4244.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  4245.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  4246.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4247.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4248.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4249.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4250.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  4251.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  4252.         ], [
  4253.             'App\\Forms\\Security\\LoginType' => '?',
  4254.             'App\\Forms\\Security\\RegisterType' => '?',
  4255.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4256.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4257.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4258.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4259.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4260.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4261.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4262.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4263.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4264.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4265.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4266.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4267.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  4268.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  4269.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4270.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4271.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4272.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4273.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4274.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4275.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4276.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  4277.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4278.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4279.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4280.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4281.         }, 1)], new RewindableGenerator(function () {
  4282.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4283.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4284.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  4285.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4286.     }
  4287.     /**
  4288.      * Gets the private 'form.server_params' shared service.
  4289.      *
  4290.      * @return \Symfony\Component\Form\Util\ServerParams
  4291.      */
  4292.     protected function getForm_ServerParamsService()
  4293.     {
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4295.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4296.     }
  4297.     /**
  4298.      * Gets the private 'form.type.choice' shared service.
  4299.      *
  4300.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4301.      */
  4302.     protected function getForm_Type_ChoiceService()
  4303.     {
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4307.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4308.     }
  4309.     /**
  4310.      * Gets the private 'form.type.entity' shared service.
  4311.      *
  4312.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4313.      */
  4314.     protected function getForm_Type_EntityService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4320.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4321.     }
  4322.     /**
  4323.      * Gets the private 'form.type.form' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4326.      */
  4327.     protected function getForm_Type_FormService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4333.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  4334.     }
  4335.     /**
  4336.      * Gets the private 'form.type_extension.csrf' shared service.
  4337.      *
  4338.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4339.      */
  4340.     protected function getForm_TypeExtension_CsrfService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4345.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4346.     }
  4347.     /**
  4348.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4351.      */
  4352.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4357.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4358.     }
  4359.     /**
  4360.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4361.      *
  4362.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4363.      */
  4364.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4365.     {
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4371.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4372.     }
  4373.     /**
  4374.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4375.      *
  4376.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4377.      */
  4378.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4383.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4384.     }
  4385.     /**
  4386.      * Gets the private 'form.type_extension.form.validator' shared service.
  4387.      *
  4388.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4389.      */
  4390.     protected function getForm_TypeExtension_Form_ValidatorService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4396.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4397.     }
  4398.     /**
  4399.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4400.      *
  4401.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4402.      */
  4403.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4404.     {
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4408.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4409.     }
  4410.     /**
  4411.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4412.      *
  4413.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4414.      */
  4415.     protected function getForm_TypeGuesser_DoctrineService()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4419.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4420.     }
  4421.     /**
  4422.      * Gets the private 'form.type_guesser.validator' shared service.
  4423.      *
  4424.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4425.      */
  4426.     protected function getForm_TypeGuesser_ValidatorService()
  4427.     {
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4430.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4431.     }
  4432.     /**
  4433.      * Gets the private 'fragment.renderer.inline' shared service.
  4434.      *
  4435.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4436.      */
  4437.     protected function getFragment_Renderer_InlineService()
  4438.     {
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4442.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4443.         $instance->setFragmentPath('/_fragment');
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4448.      *
  4449.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4450.      */
  4451.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4452.     {
  4453.         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())));
  4454.     }
  4455.     /**
  4456.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4457.      *
  4458.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4459.      */
  4460.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4461.     {
  4462.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4463.     }
  4464.     /**
  4465.      * Gets the private 'locale_aware_listener' shared service.
  4466.      *
  4467.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4468.      */
  4469.     protected function getLocaleAwareListenerService()
  4470.     {
  4471.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4472.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4473.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4474.     }
  4475.     /**
  4476.      * Gets the private 'locale_listener' shared service.
  4477.      *
  4478.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4479.      */
  4480.     protected function getLocaleListenerService()
  4481.     {
  4482.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  4483.     }
  4484.     /**
  4485.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4486.      *
  4487.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4488.      */
  4489.     protected function getMaker_AutoCommand_MakeAuthService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4497.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4498.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4499.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  4500.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4501.         $instance->setName('make:auth');
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'maker.auto_command.make_command' shared service.
  4506.      *
  4507.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4508.      */
  4509.     protected function getMaker_AutoCommand_MakeCommandService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4516.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4517.         $instance->setDescription('Creates a new console command class');
  4518.         $instance->setName('make:command');
  4519.         return $instance;
  4520.     }
  4521.     /**
  4522.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4523.      *
  4524.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4525.      */
  4526.     protected function getMaker_AutoCommand_MakeControllerService()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4533.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4534.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4535.         $instance->setDescription('Creates a new controller class');
  4536.         $instance->setName('make:controller');
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4541.      *
  4542.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4543.      */
  4544.     protected function getMaker_AutoCommand_MakeCrudService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4551.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4552.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4553.         $instance->setName('make:crud');
  4554.         return $instance;
  4555.     }
  4556.     /**
  4557.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4558.      *
  4559.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4560.      */
  4561.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4562.     {
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4568.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4569.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4570.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4571.         $instance->setName('make:docker:database');
  4572.         return $instance;
  4573.     }
  4574.     /**
  4575.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4576.      *
  4577.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4578.      */
  4579.     protected function getMaker_AutoCommand_MakeEntityService()
  4580.     {
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4587.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4588.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4589.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4590.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4591.         $instance->setName('make:entity');
  4592.         return $instance;
  4593.     }
  4594.     /**
  4595.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4596.      *
  4597.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4598.      */
  4599.     protected function getMaker_AutoCommand_MakeFixturesService()
  4600.     {
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4606.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4607.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4608.         $instance->setName('make:fixtures');
  4609.         return $instance;
  4610.     }
  4611.     /**
  4612.      * Gets the private 'maker.auto_command.make_form' shared service.
  4613.      *
  4614.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4615.      */
  4616.     protected function getMaker_AutoCommand_MakeFormService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4623.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4624.         $instance->setDescription('Creates a new form class');
  4625.         $instance->setName('make:form');
  4626.         return $instance;
  4627.     }
  4628.     /**
  4629.      * Gets the private 'maker.auto_command.make_message' shared service.
  4630.      *
  4631.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4632.      */
  4633.     protected function getMaker_AutoCommand_MakeMessageService()
  4634.     {
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4640.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4641.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4642.         $instance->setDescription('Creates a new message and handler');
  4643.         $instance->setName('make:message');
  4644.         return $instance;
  4645.     }
  4646.     /**
  4647.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4648.      *
  4649.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4650.      */
  4651.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4658.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4659.         $instance->setDescription('Creates a new messenger middleware');
  4660.         $instance->setName('make:messenger-middleware');
  4661.         return $instance;
  4662.     }
  4663.     /**
  4664.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4665.      *
  4666.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4667.      */
  4668.     protected function getMaker_AutoCommand_MakeMigrationService()
  4669.     {
  4670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4676.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4677.         $instance->setDescription('Creates a new migration based on database changes');
  4678.         $instance->setName('make:migration');
  4679.         return $instance;
  4680.     }
  4681.     /**
  4682.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4683.      *
  4684.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4685.      */
  4686.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4693.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4694.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4695.         $instance->setDescription('Creates a new registration form system');
  4696.         $instance->setName('make:registration-form');
  4697.         return $instance;
  4698.     }
  4699.     /**
  4700.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4701.      *
  4702.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4703.      */
  4704.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4705.     {
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4711.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4712.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4713.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4714.         $instance->setName('make:reset-password');
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4719.      *
  4720.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4721.      */
  4722.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4729.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4730.         $instance->setDescription('Creates a new serializer encoder class');
  4731.         $instance->setName('make:serializer:encoder');
  4732.         return $instance;
  4733.     }
  4734.     /**
  4735.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4736.      *
  4737.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4738.      */
  4739.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4746.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4747.         $instance->setDescription('Creates a new serializer normalizer class');
  4748.         $instance->setName('make:serializer:normalizer');
  4749.         return $instance;
  4750.     }
  4751.     /**
  4752.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4753.      *
  4754.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4755.      */
  4756.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4757.     {
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4764.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4765.         $instance->setDescription('Creates a new event subscriber class');
  4766.         $instance->setName('make:subscriber');
  4767.         return $instance;
  4768.     }
  4769.     /**
  4770.      * Gets the private 'maker.auto_command.make_test' shared service.
  4771.      *
  4772.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4773.      */
  4774.     protected function getMaker_AutoCommand_MakeTestService()
  4775.     {
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4782.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4783.         $instance->setDescription('Creates a new test class');
  4784.         $instance->setName('make:test');
  4785.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4786.         return $instance;
  4787.     }
  4788.     /**
  4789.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4790.      *
  4791.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4792.      */
  4793.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4800.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4801.         $instance->setDescription('Creates a new Twig extension class');
  4802.         $instance->setName('make:twig-extension');
  4803.         return $instance;
  4804.     }
  4805.     /**
  4806.      * Gets the private 'maker.auto_command.make_user' shared service.
  4807.      *
  4808.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4809.      */
  4810.     protected function getMaker_AutoCommand_MakeUserService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4819.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4820.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4821.         $instance->setDescription('Creates a new security user class');
  4822.         $instance->setName('make:user');
  4823.         return $instance;
  4824.     }
  4825.     /**
  4826.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4827.      *
  4828.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4829.      */
  4830.     protected function getMaker_AutoCommand_MakeValidatorService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4837.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4838.         $instance->setDescription('Creates a new validator and constraint class');
  4839.         $instance->setName('make:validator');
  4840.         return $instance;
  4841.     }
  4842.     /**
  4843.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4844.      *
  4845.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4846.      */
  4847.     protected function getMaker_AutoCommand_MakeVoterService()
  4848.     {
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4854.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4855.         $instance->setDescription('Creates a new security voter class');
  4856.         $instance->setName('make:voter');
  4857.         return $instance;
  4858.     }
  4859.     /**
  4860.      * Gets the private 'maker.doctrine_helper' shared service.
  4861.      *
  4862.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4863.      */
  4864.     protected function getMaker_DoctrineHelperService()
  4865.     {
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4867.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  4868.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Vich\\UploaderBundle\\Entity'=> $a]]]);
  4869.     }
  4870.     /**
  4871.      * Gets the private 'maker.entity_class_generator' shared service.
  4872.      *
  4873.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4874.      */
  4875.     protected function getMaker_EntityClassGeneratorService()
  4876.     {
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4878.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4879.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4880.         return $instance;
  4881.     }
  4882.     /**
  4883.      * Gets the private 'maker.file_manager' shared service.
  4884.      *
  4885.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4886.      */
  4887.     protected function getMaker_FileManagerService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4894.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4895.     }
  4896.     /**
  4897.      * Gets the private 'maker.generator' shared service.
  4898.      *
  4899.      * @return \Symfony\Bundle\MakerBundle\Generator
  4900.      */
  4901.     protected function getMaker_GeneratorService()
  4902.     {
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4905.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4906.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4910.      *
  4911.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4912.      */
  4913.     protected function getMaker_Renderer_FormTypeRendererService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4916.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4917.     }
  4918.     /**
  4919.      * Gets the private 'mime_types' shared service.
  4920.      *
  4921.      * @return \Symfony\Component\Mime\MimeTypes
  4922.      */
  4923.     protected function getMimeTypesService()
  4924.     {
  4925.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4928.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4929.         $instance->setDefault($instance);
  4930.         return $instance;
  4931.     }
  4932.     /**
  4933.      * Gets the private 'monolog.command.server_log' shared service.
  4934.      *
  4935.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4936.      */
  4937.     protected function getMonolog_Command_ServerLogService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4941.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4942.         $instance->setName('server:log');
  4943.         return $instance;
  4944.     }
  4945.     /**
  4946.      * Gets the private 'monolog.handler.console' shared service.
  4947.      *
  4948.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4949.      */
  4950.     protected function getMonolog_Handler_ConsoleService()
  4951.     {
  4952.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4953.     }
  4954.     /**
  4955.      * Gets the private 'monolog.handler.main' shared service.
  4956.      *
  4957.      * @return \Monolog\Handler\StreamHandler
  4958.      */
  4959.     protected function getMonolog_Handler_MainService()
  4960.     {
  4961.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4962.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4963.         return $instance;
  4964.     }
  4965.     /**
  4966.      * Gets the private 'monolog.logger' shared service.
  4967.      *
  4968.      * @return \Symfony\Bridge\Monolog\Logger
  4969.      */
  4970.     protected function getMonolog_LoggerService()
  4971.     {
  4972.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4973.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4974.         $instance->useMicrosecondTimestamps(true);
  4975.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4976.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4978.         return $instance;
  4979.     }
  4980.     /**
  4981.      * Gets the private 'monolog.logger.cache' shared service.
  4982.      *
  4983.      * @return \Symfony\Bridge\Monolog\Logger
  4984.      */
  4985.     protected function getMonolog_Logger_CacheService()
  4986.     {
  4987.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4988.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4989.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4990.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4992.         return $instance;
  4993.     }
  4994.     /**
  4995.      * Gets the private 'monolog.logger.request' shared service.
  4996.      *
  4997.      * @return \Symfony\Bridge\Monolog\Logger
  4998.      */
  4999.     protected function getMonolog_Logger_RequestService()
  5000.     {
  5001.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5002.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5003.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5004.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5005.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5006.         return $instance;
  5007.     }
  5008.     /**
  5009.      * Gets the private 'monolog.logger.security' shared service.
  5010.      *
  5011.      * @return \Symfony\Bridge\Monolog\Logger
  5012.      */
  5013.     protected function getMonolog_Logger_SecurityService()
  5014.     {
  5015.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5016.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5017.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5018.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5019.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5020.         return $instance;
  5021.     }
  5022.     /**
  5023.      * Gets the private 'parameter_bag' shared service.
  5024.      *
  5025.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5026.      */
  5027.     protected function getParameterBagService()
  5028.     {
  5029.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5030.     }
  5031.     /**
  5032.      * Gets the private 'profiler_listener' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5035.      */
  5036.     protected function getProfilerListenerService()
  5037.     {
  5038.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5039.     }
  5040.     /**
  5041.      * Gets the private 'property_info' shared service.
  5042.      *
  5043.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5044.      */
  5045.     protected function getPropertyInfoService()
  5046.     {
  5047.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5048.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5049.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5050.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5051.         }, 3), new RewindableGenerator(function () {
  5052.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5053.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5054.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5055.         }, 3), new RewindableGenerator(function () {
  5056.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5057.         }, 1), new RewindableGenerator(function () {
  5058.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5059.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5060.         }, 2), new RewindableGenerator(function () {
  5061.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5062.         }, 1));
  5063.     }
  5064.     /**
  5065.      * Gets the private 'property_info.serializer_extractor' shared service.
  5066.      *
  5067.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5068.      */
  5069.     protected function getPropertyInfo_SerializerExtractorService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5072.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5073.     }
  5074.     /**
  5075.      * Gets the private 'router.cache_warmer' shared service.
  5076.      *
  5077.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5078.      */
  5079.     protected function getRouter_CacheWarmerService()
  5080.     {
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5083.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5084.             'router' => ['services''router''getRouterService'false],
  5085.         ], [
  5086.             'router' => '?',
  5087.         ]))->withContext('router.cache_warmer'$this));
  5088.     }
  5089.     /**
  5090.      * Gets the private 'router.request_context' shared service.
  5091.      *
  5092.      * @return \Symfony\Component\Routing\RequestContext
  5093.      */
  5094.     protected function getRouter_RequestContextService()
  5095.     {
  5096.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5097.     }
  5098.     /**
  5099.      * Gets the private 'router_listener' shared service.
  5100.      *
  5101.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5102.      */
  5103.     protected function getRouterListenerService()
  5104.     {
  5105.         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);
  5106.     }
  5107.     /**
  5108.      * Gets the private 'security.access_listener' shared service.
  5109.      *
  5110.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5111.      */
  5112.     protected function getSecurity_AccessListenerService()
  5113.     {
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5118.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5119.     }
  5120.     /**
  5121.      * Gets the private 'security.access_map' shared service.
  5122.      *
  5123.      * @return \Symfony\Component\Security\Http\AccessMap
  5124.      */
  5125.     protected function getSecurity_AccessMapService()
  5126.     {
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5131.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5132.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5133.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sign'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5134.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  5135.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  5136.         return $instance;
  5137.     }
  5138.     /**
  5139.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5140.      *
  5141.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5142.      */
  5143.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5144.     {
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5149.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5150.     }
  5151.     /**
  5152.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5153.      *
  5154.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5155.      */
  5156.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5157.     {
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5165.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5166.         $a->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  5167.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5168.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5169.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5170.     }
  5171.     /**
  5172.      * Gets the private 'security.authentication.manager' shared service.
  5173.      *
  5174.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5175.      */
  5176.     protected function getSecurity_Authentication_ManagerService()
  5177.     {
  5178.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5179.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5180.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5181.         }, 2), true);
  5182.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5183.         return $instance;
  5184.     }
  5185.     /**
  5186.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5187.      *
  5188.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5189.      */
  5190.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5196.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5197.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5198.         }, 1), ($this->privates['security.user.provider.concrete.custom_provider'] ?? $this->getSecurity_User_Provider_Concrete_CustomProviderService()), 'main', new \Symfony\Component\Security\Core\User\UserChecker(), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5199.     }
  5200.     /**
  5201.      * Gets the private 'security.channel_listener' shared service.
  5202.      *
  5203.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5204.      */
  5205.     protected function getSecurity_ChannelListenerService()
  5206.     {
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5213.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5214.     }
  5215.     /**
  5216.      * Gets the private 'security.command.user_password_encoder' shared service.
  5217.      *
  5218.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5219.      */
  5220.     protected function getSecurity_Command_UserPasswordEncoderService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5224.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5225.         $instance->setName('security:encode-password');
  5226.         return $instance;
  5227.     }
  5228.     /**
  5229.      * Gets the private 'security.context_listener.0' shared service.
  5230.      *
  5231.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5232.      */
  5233.     protected function getSecurity_ContextListener_0Service()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5239.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  5240.             yield => ($this->privates['security.user.provider.concrete.custom_provider'] ?? $this->getSecurity_User_Provider_Concrete_CustomProviderService());
  5241.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5242.     }
  5243.     /**
  5244.      * Gets the private 'security.csrf.token_storage' shared service.
  5245.      *
  5246.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5247.      */
  5248.     protected function getSecurity_Csrf_TokenStorageService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5253.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5254.     }
  5255.     /**
  5256.      * Gets the private 'security.encoder_factory.generic' shared service.
  5257.      *
  5258.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5259.      */
  5260.     protected function getSecurity_EncoderFactory_GenericService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5264.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5265.     }
  5266.     /**
  5267.      * Gets the private 'security.firewall.map' shared service.
  5268.      *
  5269.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5270.      */
  5271.     protected function getSecurity_Firewall_MapService()
  5272.     {
  5273.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5274.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5275.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5276.         ], [
  5277.             'security.firewall.map.context.dev' => '?',
  5278.             'security.firewall.map.context.main' => '?',
  5279.         ]), new RewindableGenerator(function () {
  5280.             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)/')));
  5281.             yield 'security.firewall.map.context.main' => NULL;
  5282.         }, 2));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5286.      *
  5287.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5288.      */
  5289.     protected function getSecurity_Firewall_Map_Context_DevService()
  5290.     {
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5293.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5294.             return new \EmptyIterator();
  5295.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5296.     }
  5297.     /**
  5298.      * Gets the private 'security.firewall.map.context.main' shared service.
  5299.      *
  5300.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5301.      */
  5302.     protected function getSecurity_Firewall_Map_Context_MainService()
  5303.     {
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5319.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5320.         $b = ($this->services['router'] ?? $this->getRouterService());
  5321.         $c = new \Symfony\Component\Security\Http\HttpUtils($b$b'{^https?://%s$}i''{^https://%s$}i');
  5322.         $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c'security_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  5323.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5324.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5325.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5326.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5327.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5328.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5329.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5330.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5331.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $c'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.custom_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5332.     }
  5333.     /**
  5334.      * Gets the private 'security.logout_url_generator' shared service.
  5335.      *
  5336.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5337.      */
  5338.     protected function getSecurity_LogoutUrlGeneratorService()
  5339.     {
  5340.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5341.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5342.         return $instance;
  5343.     }
  5344.     /**
  5345.      * Gets the private 'security.role_hierarchy' shared service.
  5346.      *
  5347.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5348.      */
  5349.     protected function getSecurity_RoleHierarchyService()
  5350.     {
  5351.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5352.     }
  5353.     /**
  5354.      * Gets the private 'security.user.provider.concrete.custom_provider' shared service.
  5355.      *
  5356.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5357.      */
  5358.     protected function getSecurity_User_Provider_Concrete_CustomProviderService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5363.         return $this->privates['security.user.provider.concrete.custom_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User'NULLNULL);
  5364.     }
  5365.     /**
  5366.      * Gets the private 'security.validator.user_password' shared service.
  5367.      *
  5368.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5369.      */
  5370.     protected function getSecurity_Validator_UserPasswordService()
  5371.     {
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5375.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5376.     }
  5377.     /**
  5378.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5379.      *
  5380.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5381.      */
  5382.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5383.     {
  5384.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5385.     }
  5386.     /**
  5387.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5388.      *
  5389.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5390.      */
  5391.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5392.     {
  5393.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5394.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5395.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5396.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5397.     }
  5398.     /**
  5399.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5400.      *
  5401.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5402.      */
  5403.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5404.     {
  5405.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5406.     }
  5407.     /**
  5408.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5409.      *
  5410.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5411.      */
  5412.     protected function getSensioFrameworkExtra_View_ListenerService()
  5413.     {
  5414.         $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))));
  5415.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5416.             'twig' => ['services''twig''getTwigService'false],
  5417.         ], [
  5418.             'twig' => 'Twig\\Environment',
  5419.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5420.         return $instance;
  5421.     }
  5422.     /**
  5423.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5424.      *
  5425.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5426.      */
  5427.     protected function getSerializer_Mapping_CacheWarmerService()
  5428.     {
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5434.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5435.     }
  5436.     /**
  5437.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5438.      *
  5439.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5440.      */
  5441.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5442.     {
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5449.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  5450.     }
  5451.     /**
  5452.      * Gets the private 'session.storage.native' shared service.
  5453.      *
  5454.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5455.      */
  5456.     protected function getSession_Storage_NativeService()
  5457.     {
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5462.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5463.     }
  5464.     /**
  5465.      * Gets the private 'session_listener' shared service.
  5466.      *
  5467.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5468.      */
  5469.     protected function getSessionListenerService()
  5470.     {
  5471.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5472.             'initialized_session' => ['services''session'NULLfalse],
  5473.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5474.             'session' => ['services''session''getSessionService'false],
  5475.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5476.         ], [
  5477.             'initialized_session' => '?',
  5478.             'request_stack' => '?',
  5479.             'session' => '?',
  5480.             'session_storage' => '?',
  5481.         ]));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'translation.extractor' shared service.
  5485.      *
  5486.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5487.      */
  5488.     protected function getTranslation_ExtractorService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5495.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5496.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5497.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5498.         return $instance;
  5499.     }
  5500.     /**
  5501.      * Gets the private 'translation.loader.csv' shared service.
  5502.      *
  5503.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5504.      */
  5505.     protected function getTranslation_Loader_CsvService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5511.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5512.     }
  5513.     /**
  5514.      * Gets the private 'translation.loader.dat' shared service.
  5515.      *
  5516.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5517.      */
  5518.     protected function getTranslation_Loader_DatService()
  5519.     {
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5523.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5524.     }
  5525.     /**
  5526.      * Gets the private 'translation.loader.ini' shared service.
  5527.      *
  5528.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5529.      */
  5530.     protected function getTranslation_Loader_IniService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5536.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5537.     }
  5538.     /**
  5539.      * Gets the private 'translation.loader.json' shared service.
  5540.      *
  5541.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5542.      */
  5543.     protected function getTranslation_Loader_JsonService()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5549.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5550.     }
  5551.     /**
  5552.      * Gets the private 'translation.loader.mo' shared service.
  5553.      *
  5554.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5555.      */
  5556.     protected function getTranslation_Loader_MoService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5562.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5563.     }
  5564.     /**
  5565.      * Gets the private 'translation.loader.php' shared service.
  5566.      *
  5567.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5568.      */
  5569.     protected function getTranslation_Loader_PhpService()
  5570.     {
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5575.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5576.     }
  5577.     /**
  5578.      * Gets the private 'translation.loader.po' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5581.      */
  5582.     protected function getTranslation_Loader_PoService()
  5583.     {
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5588.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5589.     }
  5590.     /**
  5591.      * Gets the private 'translation.loader.qt' shared service.
  5592.      *
  5593.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5594.      */
  5595.     protected function getTranslation_Loader_QtService()
  5596.     {
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5599.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5600.     }
  5601.     /**
  5602.      * Gets the private 'translation.loader.res' shared service.
  5603.      *
  5604.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5605.      */
  5606.     protected function getTranslation_Loader_ResService()
  5607.     {
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5610.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5611.     }
  5612.     /**
  5613.      * Gets the private 'translation.loader.xliff' shared service.
  5614.      *
  5615.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5616.      */
  5617.     protected function getTranslation_Loader_XliffService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5621.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5622.     }
  5623.     /**
  5624.      * Gets the private 'translation.loader.yml' shared service.
  5625.      *
  5626.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5627.      */
  5628.     protected function getTranslation_Loader_YmlService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5634.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5635.     }
  5636.     /**
  5637.      * Gets the private 'translation.reader' shared service.
  5638.      *
  5639.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5640.      */
  5641.     protected function getTranslation_ReaderService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5659.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5660.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5661.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5662.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5663.         $instance->addLoader('yaml'$a);
  5664.         $instance->addLoader('yml'$a);
  5665.         $instance->addLoader('xlf'$b);
  5666.         $instance->addLoader('xliff'$b);
  5667.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5668.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5669.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5670.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5671.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5672.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5673.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5674.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5675.         return $instance;
  5676.     }
  5677.     /**
  5678.      * Gets the private 'translation.warmer' shared service.
  5679.      *
  5680.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5681.      */
  5682.     protected function getTranslation_WarmerService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5686.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5687.             'translator' => ['services''translator''getTranslatorService'false],
  5688.         ], [
  5689.             'translator' => '?',
  5690.         ]))->withContext('translation.warmer'$this));
  5691.     }
  5692.     /**
  5693.      * Gets the private 'translator.default' shared service.
  5694.      *
  5695.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5696.      */
  5697.     protected function getTranslator_DefaultService()
  5698.     {
  5699.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5700.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5701.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5702.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5703.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5704.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5705.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5706.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5707.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5708.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5709.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5710.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5711.         ], [
  5712.             'translation.loader.csv' => '?',
  5713.             'translation.loader.dat' => '?',
  5714.             'translation.loader.ini' => '?',
  5715.             'translation.loader.json' => '?',
  5716.             'translation.loader.mo' => '?',
  5717.             'translation.loader.php' => '?',
  5718.             'translation.loader.po' => '?',
  5719.             'translation.loader.qt' => '?',
  5720.             'translation.loader.res' => '?',
  5721.             'translation.loader.xliff' => '?',
  5722.             'translation.loader.yml' => '?',
  5723.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\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')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\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')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\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')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/EasyAdminBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'10 => 'vendor/twig/extra-bundle/translations'11 => 'src/Resources/TwigExtraBundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'src/Resources/SensioFrameworkExtraBundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'src/Resources/DoctrineBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'src/Resources/DoctrineMigrationsBundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'src/Resources/SecurityBundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'src/Resources/WebProfilerBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Resources/MonologBundle/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'src/Resources/DebugBundle/translations'26 => 'vendor/symfony/maker-bundle/src/translations'27 => 'src/Resources/MakerBundle/translations'28 => 'src/Resources/EasyAdminBundle/translations'29 => 'src/Resources/VichUploaderBundle/translations'30 => 'src/Resources/translations']]]);
  5724.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5725.         $instance->setFallbackLocales([=> 'en']);
  5726.         return $instance;
  5727.     }
  5728.     /**
  5729.      * Gets the private 'twig.command.debug' shared service.
  5730.      *
  5731.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5732.      */
  5733.     protected function getTwig_Command_DebugService()
  5734.     {
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5737.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  5738.         $instance->setName('debug:twig');
  5739.         return $instance;
  5740.     }
  5741.     /**
  5742.      * Gets the private 'twig.command.lint' shared service.
  5743.      *
  5744.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5745.      */
  5746.     protected function getTwig_Command_LintService()
  5747.     {
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5751.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5752.         $instance->setName('lint:twig');
  5753.         return $instance;
  5754.     }
  5755.     /**
  5756.      * Gets the private 'twig.form.renderer' shared service.
  5757.      *
  5758.      * @return \Symfony\Component\Form\FormRenderer
  5759.      */
  5760.     protected function getTwig_Form_RendererService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5767.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5768.     }
  5769.     /**
  5770.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5771.      *
  5772.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  5773.      */
  5774.     protected function getTwig_Loader_NativeFilesystemService()
  5775.     {
  5776.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  5777.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  5778.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  5779.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  5780.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  5781.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5782.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5783.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5784.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5785.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5786.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5787.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5788.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5789.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5790.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5791.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  5792.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  5793.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  5794.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  5795.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5796.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5797.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5798.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5799.         return $instance;
  5800.     }
  5801.     /**
  5802.      * Gets the private 'twig.mailer.message_listener' shared service.
  5803.      *
  5804.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  5805.      */
  5806.     protected function getTwig_Mailer_MessageListenerService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  5811.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  5812.     }
  5813.     /**
  5814.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5815.      *
  5816.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5817.      */
  5818.     protected function getTwig_Runtime_HttpkernelService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5823.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5824.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5825.         ], [
  5826.             'inline' => '?',
  5827.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  5828.     }
  5829.     /**
  5830.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5831.      *
  5832.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5833.      */
  5834.     protected function getTwig_Runtime_SecurityCsrfService()
  5835.     {
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5837.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5838.     }
  5839.     /**
  5840.      * Gets the private 'twig.template_cache_warmer' shared service.
  5841.      *
  5842.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5843.      */
  5844.     protected function getTwig_TemplateCacheWarmerService()
  5845.     {
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5849.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5850.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5851.             'twig' => ['services''twig''getTwigService'false],
  5852.         ], [
  5853.             'twig' => 'Twig\\Environment',
  5854.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  5855.     }
  5856.     /**
  5857.      * Gets the private 'validator.builder' shared service.
  5858.      *
  5859.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5860.      */
  5861.     protected function getValidator_BuilderService()
  5862.     {
  5863.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5864.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5865.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5866.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5867.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5868.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  5869.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5870.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  5871.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5872.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5873.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5874.         ], [
  5875.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5876.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5877.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5878.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5879.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5880.             'doctrine.orm.validator.unique' => '?',
  5881.             'security.validator.user_password' => '?',
  5882.             'validator.expression' => '?',
  5883.         ])));
  5884.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  5885.         $instance->setTranslationDomain('validators');
  5886.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5887.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5888.         $instance->addMethodMapping('loadValidatorMetadata');
  5889.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5890.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5891.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5892.         return $instance;
  5893.     }
  5894.     /**
  5895.      * Gets the private 'validator.email' shared service.
  5896.      *
  5897.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5898.      */
  5899.     protected function getValidator_EmailService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5904.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5905.     }
  5906.     /**
  5907.      * Gets the private 'validator.expression' shared service.
  5908.      *
  5909.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5910.      */
  5911.     protected function getValidator_ExpressionService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5916.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  5917.     }
  5918.     /**
  5919.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5920.      *
  5921.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5922.      */
  5923.     protected function getValidator_Mapping_CacheWarmerService()
  5924.     {
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5928.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5929.     }
  5930.     /**
  5931.      * Gets the private 'validator.not_compromised_password' shared service.
  5932.      *
  5933.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5934.      */
  5935.     protected function getValidator_NotCompromisedPasswordService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5940.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  5941.     }
  5942.     /**
  5943.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5946.      */
  5947.     protected function getVarDumper_Command_ServerDumpService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5955.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5956.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5957.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5958.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5959.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5960.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  5961.         $instance->setName('server:dump');
  5962.         return $instance;
  5963.     }
  5964.     /**
  5965.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5966.      *
  5967.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5968.      */
  5969.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5970.     {
  5971.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5972.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5973.         return $instance;
  5974.     }
  5975.     /**
  5976.      * Gets the private 'var_dumper.html_dumper' shared service.
  5977.      *
  5978.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5979.      */
  5980.     protected function getVarDumper_HtmlDumperService()
  5981.     {
  5982.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5983.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5984.         return $instance;
  5985.     }
  5986.     /**
  5987.      * Gets the private 'var_dumper.server_connection' shared service.
  5988.      *
  5989.      * @return \Symfony\Component\VarDumper\Server\Connection
  5990.      */
  5991.     protected function getVarDumper_ServerConnectionService()
  5992.     {
  5993.         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()]);
  5994.     }
  5995.     /**
  5996.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  5997.      *
  5998.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  5999.      */
  6000.     protected function getVichUploader_Command_MappingDebugService()
  6001.     {
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  6004.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  6005.         $instance->setName('vich:mapping:debug');
  6006.         return $instance;
  6007.     }
  6008.     /**
  6009.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  6010.      *
  6011.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  6012.      */
  6013.     protected function getVichUploader_Command_MappingDebugClassService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  6017.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  6018.         $instance->setName('vich:mapping:debug-class');
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  6023.      *
  6024.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  6025.      */
  6026.     protected function getVichUploader_Command_MappingListClassesService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  6030.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  6031.         $instance->setName('vich:mapping:list-classes');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'vich_uploader.listener.clean.drapeau' shared service.
  6036.      *
  6037.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  6038.      */
  6039.     protected function getVichUploader_Listener_Clean_DrapeauService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  6046.         return $this->privates['vich_uploader.listener.clean.drapeau'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('drapeau', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6047.     }
  6048.     /**
  6049.      * Gets the private 'vich_uploader.listener.clean.product_image' shared service.
  6050.      *
  6051.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  6052.      */
  6053.     protected function getVichUploader_Listener_Clean_ProductImageService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  6060.         return $this->privates['vich_uploader.listener.clean.product_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6061.     }
  6062.     /**
  6063.      * Gets the private 'vich_uploader.listener.remove.drapeau' shared service.
  6064.      *
  6065.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  6066.      */
  6067.     protected function getVichUploader_Listener_Remove_DrapeauService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  6074.         return $this->privates['vich_uploader.listener.remove.drapeau'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('drapeau', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6075.     }
  6076.     /**
  6077.      * Gets the private 'vich_uploader.listener.remove.product_image' shared service.
  6078.      *
  6079.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  6080.      */
  6081.     protected function getVichUploader_Listener_Remove_ProductImageService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  6088.         return $this->privates['vich_uploader.listener.remove.product_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6089.     }
  6090.     /**
  6091.      * Gets the private 'vich_uploader.listener.upload.drapeau' shared service.
  6092.      *
  6093.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  6094.      */
  6095.     protected function getVichUploader_Listener_Upload_DrapeauService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  6102.         return $this->privates['vich_uploader.listener.upload.drapeau'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('drapeau', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6103.     }
  6104.     /**
  6105.      * Gets the private 'vich_uploader.listener.upload.product_image' shared service.
  6106.      *
  6107.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  6108.      */
  6109.     protected function getVichUploader_Listener_Upload_ProductImageService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  6116.         return $this->privates['vich_uploader.listener.upload.product_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  6117.     }
  6118.     /**
  6119.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  6120.      *
  6121.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  6122.      */
  6123.     protected function getVichUploader_MetadataReaderService()
  6124.     {
  6125.         $a = new \Metadata\Driver\FileLocator([]);
  6126.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  6127.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  6128.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  6129.     }
  6130.     /**
  6131.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  6132.      *
  6133.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  6134.      */
  6135.     protected function getVichUploader_PropertyMappingFactoryService()
  6136.     {
  6137.         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');
  6138.     }
  6139.     /**
  6140.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  6141.      *
  6142.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  6143.      */
  6144.     protected function getVichUploader_Storage_FileSystemService()
  6145.     {
  6146.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  6147.     }
  6148.     /**
  6149.      * Gets the private 'web_profiler.csp.handler' shared service.
  6150.      *
  6151.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6152.      */
  6153.     protected function getWebProfiler_Csp_HandlerService()
  6154.     {
  6155.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6156.     }
  6157.     /**
  6158.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6159.      *
  6160.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6161.      */
  6162.     protected function getWebProfiler_DebugToolbarService()
  6163.     {
  6164.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6165.     }
  6166.     /**
  6167.      * @return array|bool|float|int|string|null
  6168.      */
  6169.     public function getParameter(string $name)
  6170.     {
  6171.         if (isset($this->buildParameters[$name])) {
  6172.             return $this->buildParameters[$name];
  6173.         }
  6174.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6175.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6176.         }
  6177.         if (isset($this->loadedDynamicParameters[$name])) {
  6178.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6179.         }
  6180.         return $this->parameters[$name];
  6181.     }
  6182.     public function hasParameter(string $name): bool
  6183.     {
  6184.         if (isset($this->buildParameters[$name])) {
  6185.             return true;
  6186.         }
  6187.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6188.     }
  6189.     public function setParameter(string $name$value): void
  6190.     {
  6191.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6192.     }
  6193.     public function getParameterBag(): ParameterBagInterface
  6194.     {
  6195.         if (null === $this->parameterBag) {
  6196.             $parameters $this->parameters;
  6197.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6198.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6199.             }
  6200.             foreach ($this->buildParameters as $name => $value) {
  6201.                 $parameters[$name] = $value;
  6202.             }
  6203.             $this->parameterBag = new FrozenParameterBag($parameters);
  6204.         }
  6205.         return $this->parameterBag;
  6206.     }
  6207.     private $loadedDynamicParameters = [
  6208.         'kernel.cache_dir' => false,
  6209.         'kernel.secret' => false,
  6210.         'session.save_path' => false,
  6211.         'validator.mapping.cache.file' => false,
  6212.         'profiler.storage.dsn' => false,
  6213.         'debug.container.dump' => false,
  6214.         'serializer.mapping.cache.file' => false,
  6215.         'doctrine.orm.proxy_dir' => false,
  6216.     ];
  6217.     private $dynamicParameters = [];
  6218.     private function getDynamicParameter(string $name)
  6219.     {
  6220.         switch ($name) {
  6221.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6222.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6223.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6224.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6225.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6226.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6227.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6228.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6229.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6230.         }
  6231.         $this->loadedDynamicParameters[$name] = true;
  6232.         return $this->dynamicParameters[$name] = $value;
  6233.     }
  6234.     protected function getDefaultParameters(): array
  6235.     {
  6236.         return [
  6237.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6238.             'kernel.project_dir' => \dirname(__DIR__4),
  6239.             'kernel.environment' => 'dev',
  6240.             'kernel.debug' => true,
  6241.             'kernel.name' => 'src',
  6242.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6243.             'kernel.bundles' => [
  6244.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6245.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6246.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6247.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6248.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6249.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6250.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6251.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6252.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6253.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6254.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6255.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  6256.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  6257.             ],
  6258.             'kernel.bundles_metadata' => [
  6259.                 'FrameworkBundle' => [
  6260.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6261.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6262.                 ],
  6263.                 'TwigBundle' => [
  6264.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6265.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6266.                 ],
  6267.                 'TwigExtraBundle' => [
  6268.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6269.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6270.                 ],
  6271.                 'SensioFrameworkExtraBundle' => [
  6272.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6273.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6274.                 ],
  6275.                 'DoctrineBundle' => [
  6276.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6277.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6278.                 ],
  6279.                 'DoctrineMigrationsBundle' => [
  6280.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6281.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6282.                 ],
  6283.                 'SecurityBundle' => [
  6284.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6285.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6286.                 ],
  6287.                 'WebProfilerBundle' => [
  6288.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6289.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6290.                 ],
  6291.                 'MonologBundle' => [
  6292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6293.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6294.                 ],
  6295.                 'DebugBundle' => [
  6296.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6297.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6298.                 ],
  6299.                 'MakerBundle' => [
  6300.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6301.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6302.                 ],
  6303.                 'EasyAdminBundle' => [
  6304.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  6305.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  6306.                 ],
  6307.                 'VichUploaderBundle' => [
  6308.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  6309.                     'namespace' => 'Vich\\UploaderBundle',
  6310.                 ],
  6311.             ],
  6312.             'kernel.charset' => 'UTF-8',
  6313.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6314.             'container.dumper.inline_class_loader' => true,
  6315.             'container.dumper.inline_factories' => true,
  6316.             'app.path.product_images' => '/images/product',
  6317.             'app.path.drapeau' => '/images/drapeau',
  6318.             'event_dispatcher.event_aliases' => [
  6319.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6320.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6321.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6322.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6323.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6324.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6325.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6326.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6327.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6328.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6329.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6330.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6331.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6332.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6333.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6334.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6335.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6336.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6337.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6338.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6339.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6340.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6341.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6342.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6343.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6344.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6345.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6346.             ],
  6347.             'fragment.renderer.hinclude.global_template' => '',
  6348.             'fragment.path' => '/_fragment',
  6349.             'kernel.http_method_override' => true,
  6350.             'kernel.trusted_hosts' => [
  6351.             ],
  6352.             'kernel.default_locale' => 'en',
  6353.             'kernel.error_controller' => 'error_controller',
  6354.             'templating.helper.code.file_link_format' => NULL,
  6355.             'debug.file_link_format' => NULL,
  6356.             'session.metadata.storage_key' => '_sf2_meta',
  6357.             'session.storage.options' => [
  6358.                 'cache_limiter' => '0',
  6359.                 'cookie_secure' => 'auto',
  6360.                 'cookie_httponly' => true,
  6361.                 'cookie_samesite' => 'lax',
  6362.                 'gc_probability' => 1,
  6363.             ],
  6364.             'session.metadata.update_threshold' => 0,
  6365.             'form.type_extension.csrf.enabled' => true,
  6366.             'form.type_extension.csrf.field_name' => '_token',
  6367.             'asset.request_context.base_path' => '',
  6368.             'asset.request_context.secure' => false,
  6369.             'validator.translation_domain' => 'validators',
  6370.             'translator.logging' => false,
  6371.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6372.             'profiler_listener.only_exceptions' => false,
  6373.             'profiler_listener.only_master_requests' => false,
  6374.             'debug.error_handler.throw_at' => -1,
  6375.             'router.request_context.host' => 'localhost',
  6376.             'router.request_context.scheme' => 'http',
  6377.             'router.request_context.base_url' => '',
  6378.             'router.resource' => 'kernel::loadRoutes',
  6379.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6380.             'request_listener.http_port' => 80,
  6381.             'request_listener.https_port' => 443,
  6382.             'twig.exception_listener.controller' => NULL,
  6383.             'twig.form.resources' => [
  6384.                 => '@VichUploader/Form/fields.html.twig',
  6385.                 => 'form_div_layout.html.twig',
  6386.             ],
  6387.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6388.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6389.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6390.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6391.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6392.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6393.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6394.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6395.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6396.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6397.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6398.             'doctrine.entity_managers' => [
  6399.                 'default' => 'doctrine.orm.default_entity_manager',
  6400.             ],
  6401.             'doctrine.default_entity_manager' => 'default',
  6402.             'doctrine.dbal.connection_factory.types' => [
  6403.             ],
  6404.             'doctrine.connections' => [
  6405.                 'default' => 'doctrine.dbal.default_connection',
  6406.             ],
  6407.             'doctrine.default_connection' => 'default',
  6408.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6409.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6410.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6411.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6412.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6413.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6414.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6415.             'doctrine.orm.cache.memcache_port' => 11211,
  6416.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6417.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6418.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6419.             'doctrine.orm.cache.memcached_port' => 11211,
  6420.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6421.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6422.             'doctrine.orm.cache.redis_host' => 'localhost',
  6423.             'doctrine.orm.cache.redis_port' => 6379,
  6424.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6425.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6426.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6427.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6428.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6429.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6430.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6431.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6432.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6433.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6434.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6435.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6436.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6437.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6438.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6439.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6440.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6441.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6442.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6443.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6444.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6445.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6446.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6447.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6448.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6449.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6450.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6451.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6452.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6453.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6454.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6455.             'doctrine.migrations.preferred_em' => NULL,
  6456.             'doctrine.migrations.preferred_connection' => NULL,
  6457.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6458.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6459.             'security.role_hierarchy.roles' => [
  6460.                 'ROLE_ADMIN' => [
  6461.                     => 'ROLE_USER',
  6462.                 ],
  6463.             ],
  6464.             'security.access.denied_url' => NULL,
  6465.             'security.authentication.manager.erase_credentials' => true,
  6466.             'security.authentication.session_strategy.strategy' => 'migrate',
  6467.             'security.access.always_authenticate_before_granting' => false,
  6468.             'security.authentication.hide_user_not_found' => true,
  6469.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6470.             'web_profiler.debug_toolbar.mode' => 2,
  6471.             'monolog.use_microseconds' => true,
  6472.             'monolog.swift_mailer.handlers' => [
  6473.             ],
  6474.             'monolog.handlers_to_channels' => [
  6475.                 'monolog.handler.console' => [
  6476.                     'type' => 'exclusive',
  6477.                     'elements' => [
  6478.                         => 'event',
  6479.                         => 'doctrine',
  6480.                         => 'console',
  6481.                     ],
  6482.                 ],
  6483.                 'monolog.handler.main' => [
  6484.                     'type' => 'exclusive',
  6485.                     'elements' => [
  6486.                         => 'event',
  6487.                     ],
  6488.                 ],
  6489.             ],
  6490.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6491.             'easyadmin.config' => [
  6492.                 'entities' => [
  6493.                     'Annee' => [
  6494.                         'class' => 'App\\Entity\\Annee',
  6495.                         'list' => [
  6496.                             'title' => 'Année Listing',
  6497.                             'fields' => [
  6498.                                 => [
  6499.                                     'property' => 'libelle',
  6500.                                     'type' => 'text',
  6501.                                     'label' => 'Libellé',
  6502.                                 ],
  6503.                             ],
  6504.                         ],
  6505.                         'form' => [
  6506.                             'title' => 'Création d\'une année',
  6507.                             'fields' => [
  6508.                                 => [
  6509.                                     'property' => 'libelle',
  6510.                                     'type' => 'text',
  6511.                                     'label' => 'Libellé',
  6512.                                 ],
  6513.                             ],
  6514.                         ],
  6515.                         'name' => 'Annee',
  6516.                     ],
  6517.                     'Pays' => [
  6518.                         'class' => 'App\\Entity\\Pays',
  6519.                         'list' => [
  6520.                             'title' => 'Pays Listing',
  6521.                             'fields' => [
  6522.                                 => 'libelle',
  6523.                                 => [
  6524.                                     'property' => 'image',
  6525.                                     'template' => 'easy_admin/vich_uploader_drapeau_image.html.twig',
  6526.                                 ],
  6527.                             ],
  6528.                         ],
  6529.                         'form' => [
  6530.                             'title' => 'Création d\'un pays',
  6531.                             'fields' => [
  6532.                                 => [
  6533.                                     'property' => 'libelle',
  6534.                                     'type' => 'text',
  6535.                                     'label' => 'Libellé',
  6536.                                 ],
  6537.                                 => [
  6538.                                     'property' => 'imageFile',
  6539.                                     'type' => 'vich_image',
  6540.                                 ],
  6541.                             ],
  6542.                         ],
  6543.                         'name' => 'Pays',
  6544.                     ],
  6545.                     'Monnaie' => [
  6546.                         'controller' => 'App\\Controller\\AdminController',
  6547.                         'class' => 'App\\Entity\\Monnaie',
  6548.                         'list' => [
  6549.                             'actions' => [
  6550.                                 => [
  6551.                                     'name' => 'clone',
  6552.                                     'icon' => 'clone',
  6553.                                 ],
  6554.                             ],
  6555.                             'title' => 'Monnaie Listing',
  6556.                             'fields' => [
  6557.                                 => [
  6558.                                     'property' => 'annee',
  6559.                                     'type' => 'text',
  6560.                                     'label' => 'Année',
  6561.                                 ],
  6562.                                 => [
  6563.                                     'property' => 'pays',
  6564.                                     'type' => 'text',
  6565.                                     'label' => 'Pays',
  6566.                                 ],
  6567.                                 => 'libelle',
  6568.                                 => 'tirage',
  6569.                                 => 'estimation',
  6570.                             ],
  6571.                         ],
  6572.                         'form' => [
  6573.                             'title' => 'Création d\'une monnaie',
  6574.                             'fields' => [
  6575.                                 => [
  6576.                                     'property' => 'annee',
  6577.                                     'type' => 'entity',
  6578.                                     'label' => 'Année',
  6579.                                     'type_options' => [
  6580.                                         'required' => true,
  6581.                                     ],
  6582.                                 ],
  6583.                                 => [
  6584.                                     'property' => 'pays',
  6585.                                     'type' => 'entity',
  6586.                                     'label' => 'Année',
  6587.                                     'type_options' => [
  6588.                                         'required' => true,
  6589.                                     ],
  6590.                                 ],
  6591.                                 => [
  6592.                                     'property' => 'libelle',
  6593.                                     'type' => 'text',
  6594.                                     'label' => 'Libellé',
  6595.                                     'type_options' => [
  6596.                                         'required' => true,
  6597.                                     ],
  6598.                                 ],
  6599.                                 => [
  6600.                                     'property' => 'description',
  6601.                                     'type' => 'textarea',
  6602.                                     'label' => 'Description',
  6603.                                     'type_options' => [
  6604.                                         'required' => true,
  6605.                                     ],
  6606.                                 ],
  6607.                                 => [
  6608.                                     'property' => 'tirage',
  6609.                                     'type' => 'integer',
  6610.                                     'label' => 'Tirage',
  6611.                                     'type_options' => [
  6612.                                         'required' => true,
  6613.                                     ],
  6614.                                 ],
  6615.                                 => [
  6616.                                     'property' => 'estimation',
  6617.                                     'type' => 'number',
  6618.                                     'label' => 'Estimation de la monnaie',
  6619.                                 ],
  6620.                                 => [
  6621.                                     'property' => 'imageFile',
  6622.                                     'type' => 'vich_image',
  6623.                                 ],
  6624.                             ],
  6625.                         ],
  6626.                         'search' => [
  6627.                             'fields' => [
  6628.                                 => 'pays.libelle',
  6629.                                 => 'annee.libelle',
  6630.                                 => 'libelle',
  6631.                                 => 'description',
  6632.                             ],
  6633.                         ],
  6634.                         'name' => 'Monnaie',
  6635.                     ],
  6636.                     'Customer' => [
  6637.                         'class' => 'App\\Entity\\User',
  6638.                         'password_encoding' => [
  6639.                             'algorithm' => 'bcrypt',
  6640.                             'cost' => 12,
  6641.                         ],
  6642.                         'list' => [
  6643.                             'title' => 'Customers Listing',
  6644.                             'fields' => [
  6645.                                 => 'id',
  6646.                                 => 'firstName',
  6647.                                 => 'lastName',
  6648.                                 => 'email',
  6649.                                 => [
  6650.                                     'property' => 'nbMonnaies',
  6651.                                     'type' => 'text',
  6652.                                     'label' => 'Nombre de monnaie',
  6653.                                 ],
  6654.                                 => [
  6655.                                     'property' => 'lastLogin',
  6656.                                     'type' => 'datetime',
  6657.                                     'label' => 'Dernière connexion',
  6658.                                 ],
  6659.                                 => 'enabled',
  6660.                             ],
  6661.                         ],
  6662.                         'form' => [
  6663.                             'title' => 'Customers create',
  6664.                             'fields' => [
  6665.                                 => [
  6666.                                     'property' => 'firstname',
  6667.                                     'type' => 'text',
  6668.                                     'label' => 'Prénom',
  6669.                                 ],
  6670.                                 => [
  6671.                                     'property' => 'lastname',
  6672.                                     'type' => 'text',
  6673.                                     'label' => 'Nom',
  6674.                                 ],
  6675.                                 => [
  6676.                                     'property' => 'email',
  6677.                                     'label' => 'E-mail',
  6678.                                 ],
  6679.                                 => [
  6680.                                     'property' => 'password',
  6681.                                     'type' => 'password',
  6682.                                     'label' => 'Password',
  6683.                                 ],
  6684.                             ],
  6685.                         ],
  6686.                         'name' => 'Customer',
  6687.                     ],
  6688.                 ],
  6689.                 'formats' => [
  6690.                     'date' => 'd/m/Y',
  6691.                     'time' => 'H:i',
  6692.                     'datetime' => 'd/m/Y H:i:s',
  6693.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  6694.                 ],
  6695.                 'design' => [
  6696.                     'brand_color' => '#b36b00',
  6697.                     'menu' => [
  6698.                         => [
  6699.                             'label' => 'Configuration',
  6700.                             'icon' => 'cogs',
  6701.                             'children' => [
  6702.                                 => 'Annee',
  6703.                                 => 'Pays',
  6704.                                 => 'Monnaie',
  6705.                             ],
  6706.                         ],
  6707.                         => [
  6708.                             'label' => 'Membres',
  6709.                             'icon' => 'address-book',
  6710.                             'children' => [
  6711.                                 => 'Customer',
  6712.                             ],
  6713.                         ],
  6714.                     ],
  6715.                     'form_theme' => [
  6716.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  6717.                     ],
  6718.                     'assets' => [
  6719.                         'css' => [
  6720.                         ],
  6721.                         'js' => [
  6722.                         ],
  6723.                         'favicon' => [
  6724.                             'path' => 'favicon.ico',
  6725.                             'mime_type' => 'image/x-icon',
  6726.                         ],
  6727.                     ],
  6728.                 ],
  6729.                 'site_name' => 'EasyAdmin',
  6730.                 'disabled_actions' => [
  6731.                 ],
  6732.                 'translation_domain' => 'messages',
  6733.                 'user' => [
  6734.                     'display_name' => true,
  6735.                     'display_avatar' => true,
  6736.                     'name_property_path' => '__toString',
  6737.                     'avatar_property_path' => NULL,
  6738.                 ],
  6739.                 'list' => [
  6740.                     'actions' => [
  6741.                     ],
  6742.                     'collapse_actions' => false,
  6743.                     'batch_actions' => [
  6744.                     ],
  6745.                     'max_results' => 15,
  6746.                     'item_permission' => NULL,
  6747.                 ],
  6748.                 'search' => [
  6749.                 ],
  6750.                 'edit' => [
  6751.                     'actions' => [
  6752.                     ],
  6753.                     'item_permission' => NULL,
  6754.                 ],
  6755.                 'new' => [
  6756.                     'actions' => [
  6757.                     ],
  6758.                     'item_permission' => NULL,
  6759.                 ],
  6760.                 'show' => [
  6761.                     'actions' => [
  6762.                     ],
  6763.                     'max_results' => 10,
  6764.                     'item_permission' => NULL,
  6765.                 ],
  6766.             ],
  6767.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  6768.             'vich_uploader.mappings' => [
  6769.                 'product_image' => [
  6770.                     'uri_prefix' => '/images/product',
  6771.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/product'),
  6772.                     'namer' => [
  6773.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image',
  6774.                         'options' => [
  6775.                         ],
  6776.                     ],
  6777.                     'directory_namer' => [
  6778.                         'service' => NULL,
  6779.                         'options' => NULL,
  6780.                     ],
  6781.                     'delete_on_remove' => true,
  6782.                     'delete_on_update' => true,
  6783.                     'inject_on_load' => false,
  6784.                     'db_driver' => 'orm',
  6785.                 ],
  6786.                 'drapeau' => [
  6787.                     'uri_prefix' => '/images/drapeau',
  6788.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/drapeau'),
  6789.                     'namer' => [
  6790.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.drapeau',
  6791.                         'options' => [
  6792.                         ],
  6793.                     ],
  6794.                     'directory_namer' => [
  6795.                         'service' => NULL,
  6796.                         'options' => NULL,
  6797.                     ],
  6798.                     'delete_on_remove' => true,
  6799.                     'delete_on_update' => true,
  6800.                     'inject_on_load' => false,
  6801.                     'db_driver' => 'orm',
  6802.                 ],
  6803.             ],
  6804.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  6805.             'data_collector.templates' => [
  6806.                 'data_collector.request' => [
  6807.                     => 'request',
  6808.                     => '@WebProfiler/Collector/request.html.twig',
  6809.                 ],
  6810.                 'data_collector.time' => [
  6811.                     => 'time',
  6812.                     => '@WebProfiler/Collector/time.html.twig',
  6813.                 ],
  6814.                 'data_collector.memory' => [
  6815.                     => 'memory',
  6816.                     => '@WebProfiler/Collector/memory.html.twig',
  6817.                 ],
  6818.                 'data_collector.validator' => [
  6819.                     => 'validator',
  6820.                     => '@WebProfiler/Collector/validator.html.twig',
  6821.                 ],
  6822.                 'data_collector.ajax' => [
  6823.                     => 'ajax',
  6824.                     => '@WebProfiler/Collector/ajax.html.twig',
  6825.                 ],
  6826.                 'data_collector.form' => [
  6827.                     => 'form',
  6828.                     => '@WebProfiler/Collector/form.html.twig',
  6829.                 ],
  6830.                 'data_collector.exception' => [
  6831.                     => 'exception',
  6832.                     => '@WebProfiler/Collector/exception.html.twig',
  6833.                 ],
  6834.                 'data_collector.logger' => [
  6835.                     => 'logger',
  6836.                     => '@WebProfiler/Collector/logger.html.twig',
  6837.                 ],
  6838.                 'data_collector.events' => [
  6839.                     => 'events',
  6840.                     => '@WebProfiler/Collector/events.html.twig',
  6841.                 ],
  6842.                 'data_collector.router' => [
  6843.                     => 'router',
  6844.                     => '@WebProfiler/Collector/router.html.twig',
  6845.                 ],
  6846.                 'data_collector.cache' => [
  6847.                     => 'cache',
  6848.                     => '@WebProfiler/Collector/cache.html.twig',
  6849.                 ],
  6850.                 'data_collector.translation' => [
  6851.                     => 'translation',
  6852.                     => '@WebProfiler/Collector/translation.html.twig',
  6853.                 ],
  6854.                 'data_collector.security' => [
  6855.                     => 'security',
  6856.                     => '@Security/Collector/security.html.twig',
  6857.                 ],
  6858.                 'data_collector.twig' => [
  6859.                     => 'twig',
  6860.                     => '@WebProfiler/Collector/twig.html.twig',
  6861.                 ],
  6862.                 'data_collector.http_client' => [
  6863.                     => 'http_client',
  6864.                     => '@WebProfiler/Collector/http_client.html.twig',
  6865.                 ],
  6866.                 'data_collector.doctrine' => [
  6867.                     => 'db',
  6868.                     => '@Doctrine/Collector/db.html.twig',
  6869.                 ],
  6870.                 'data_collector.dump' => [
  6871.                     => 'dump',
  6872.                     => '@Debug/Profiler/dump.html.twig',
  6873.                 ],
  6874.                 'mailer.data_collector' => [
  6875.                     => 'mailer',
  6876.                     => '@WebProfiler/Collector/mailer.html.twig',
  6877.                 ],
  6878.                 'easyadmin.data_collector' => [
  6879.                     => 'easyadmin',
  6880.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  6881.                 ],
  6882.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  6883.                     => 'vich_uploader.mapping_collector',
  6884.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  6885.                 ],
  6886.                 'data_collector.config' => [
  6887.                     => 'config',
  6888.                     => '@WebProfiler/Collector/config.html.twig',
  6889.                 ],
  6890.             ],
  6891.             'console.command.ids' => [
  6892.             ],
  6893.         ];
  6894.     }
  6895. }
  6896. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  6897. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  6898. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  6899. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  6900. {
  6901.     /**
  6902.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  6903.      */
  6904.     private $valueHolder93433 null;
  6905.     /**
  6906.      * @var \Closure|null initializer responsible for generating the wrapped object
  6907.      */
  6908.     private $initializer83810 null;
  6909.     /**
  6910.      * @var bool[] map of public properties of the parent class
  6911.      */
  6912.     private static $publicPropertiese677c = [
  6913.         
  6914.     ];
  6915.     public function getConnection()
  6916.     {
  6917.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getConnection', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6918.         return $this->valueHolder93433->getConnection();
  6919.     }
  6920.     public function getMetadataFactory()
  6921.     {
  6922.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getMetadataFactory', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6923.         return $this->valueHolder93433->getMetadataFactory();
  6924.     }
  6925.     public function getExpressionBuilder()
  6926.     {
  6927.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getExpressionBuilder', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6928.         return $this->valueHolder93433->getExpressionBuilder();
  6929.     }
  6930.     public function beginTransaction()
  6931.     {
  6932.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'beginTransaction', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6933.         return $this->valueHolder93433->beginTransaction();
  6934.     }
  6935.     public function getCache()
  6936.     {
  6937.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getCache', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6938.         return $this->valueHolder93433->getCache();
  6939.     }
  6940.     public function transactional($func)
  6941.     {
  6942.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'transactional', array('func' => $func), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6943.         return $this->valueHolder93433->transactional($func);
  6944.     }
  6945.     public function commit()
  6946.     {
  6947.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'commit', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6948.         return $this->valueHolder93433->commit();
  6949.     }
  6950.     public function rollback()
  6951.     {
  6952.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'rollback', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6953.         return $this->valueHolder93433->rollback();
  6954.     }
  6955.     public function getClassMetadata($className)
  6956.     {
  6957.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getClassMetadata', array('className' => $className), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6958.         return $this->valueHolder93433->getClassMetadata($className);
  6959.     }
  6960.     public function createQuery($dql '')
  6961.     {
  6962.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'createQuery', array('dql' => $dql), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6963.         return $this->valueHolder93433->createQuery($dql);
  6964.     }
  6965.     public function createNamedQuery($name)
  6966.     {
  6967.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'createNamedQuery', array('name' => $name), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6968.         return $this->valueHolder93433->createNamedQuery($name);
  6969.     }
  6970.     public function createNativeQuery($sql\Doctrine\ORM\Query\ResultSetMapping $rsm)
  6971.     {
  6972.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6973.         return $this->valueHolder93433->createNativeQuery($sql$rsm);
  6974.     }
  6975.     public function createNamedNativeQuery($name)
  6976.     {
  6977.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'createNamedNativeQuery', array('name' => $name), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6978.         return $this->valueHolder93433->createNamedNativeQuery($name);
  6979.     }
  6980.     public function createQueryBuilder()
  6981.     {
  6982.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'createQueryBuilder', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6983.         return $this->valueHolder93433->createQueryBuilder();
  6984.     }
  6985.     public function flush($entity null)
  6986.     {
  6987.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'flush', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6988.         return $this->valueHolder93433->flush($entity);
  6989.     }
  6990.     public function find($className$id$lockMode null$lockVersion null)
  6991.     {
  6992.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6993.         return $this->valueHolder93433->find($className$id$lockMode$lockVersion);
  6994.     }
  6995.     public function getReference($entityName$id)
  6996.     {
  6997.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  6998.         return $this->valueHolder93433->getReference($entityName$id);
  6999.     }
  7000.     public function getPartialReference($entityName$identifier)
  7001.     {
  7002.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7003.         return $this->valueHolder93433->getPartialReference($entityName$identifier);
  7004.     }
  7005.     public function clear($entityName null)
  7006.     {
  7007.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'clear', array('entityName' => $entityName), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7008.         return $this->valueHolder93433->clear($entityName);
  7009.     }
  7010.     public function close()
  7011.     {
  7012.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'close', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7013.         return $this->valueHolder93433->close();
  7014.     }
  7015.     public function persist($entity)
  7016.     {
  7017.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'persist', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7018.         return $this->valueHolder93433->persist($entity);
  7019.     }
  7020.     public function remove($entity)
  7021.     {
  7022.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'remove', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7023.         return $this->valueHolder93433->remove($entity);
  7024.     }
  7025.     public function refresh($entity)
  7026.     {
  7027.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'refresh', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7028.         return $this->valueHolder93433->refresh($entity);
  7029.     }
  7030.     public function detach($entity)
  7031.     {
  7032.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'detach', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7033.         return $this->valueHolder93433->detach($entity);
  7034.     }
  7035.     public function merge($entity)
  7036.     {
  7037.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'merge', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7038.         return $this->valueHolder93433->merge($entity);
  7039.     }
  7040.     public function copy($entity$deep false)
  7041.     {
  7042.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7043.         return $this->valueHolder93433->copy($entity$deep);
  7044.     }
  7045.     public function lock($entity$lockMode$lockVersion null)
  7046.     {
  7047.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7048.         return $this->valueHolder93433->lock($entity$lockMode$lockVersion);
  7049.     }
  7050.     public function getRepository($entityName)
  7051.     {
  7052.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getRepository', array('entityName' => $entityName), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7053.         return $this->valueHolder93433->getRepository($entityName);
  7054.     }
  7055.     public function contains($entity)
  7056.     {
  7057.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'contains', array('entity' => $entity), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7058.         return $this->valueHolder93433->contains($entity);
  7059.     }
  7060.     public function getEventManager()
  7061.     {
  7062.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getEventManager', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7063.         return $this->valueHolder93433->getEventManager();
  7064.     }
  7065.     public function getConfiguration()
  7066.     {
  7067.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getConfiguration', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7068.         return $this->valueHolder93433->getConfiguration();
  7069.     }
  7070.     public function isOpen()
  7071.     {
  7072.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'isOpen', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7073.         return $this->valueHolder93433->isOpen();
  7074.     }
  7075.     public function getUnitOfWork()
  7076.     {
  7077.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getUnitOfWork', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7078.         return $this->valueHolder93433->getUnitOfWork();
  7079.     }
  7080.     public function getHydrator($hydrationMode)
  7081.     {
  7082.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7083.         return $this->valueHolder93433->getHydrator($hydrationMode);
  7084.     }
  7085.     public function newHydrator($hydrationMode)
  7086.     {
  7087.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7088.         return $this->valueHolder93433->newHydrator($hydrationMode);
  7089.     }
  7090.     public function getProxyFactory()
  7091.     {
  7092.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getProxyFactory', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7093.         return $this->valueHolder93433->getProxyFactory();
  7094.     }
  7095.     public function initializeObject($obj)
  7096.     {
  7097.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'initializeObject', array('obj' => $obj), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7098.         return $this->valueHolder93433->initializeObject($obj);
  7099.     }
  7100.     public function getFilters()
  7101.     {
  7102.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'getFilters', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7103.         return $this->valueHolder93433->getFilters();
  7104.     }
  7105.     public function isFiltersStateClean()
  7106.     {
  7107.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'isFiltersStateClean', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7108.         return $this->valueHolder93433->isFiltersStateClean();
  7109.     }
  7110.     public function hasFilters()
  7111.     {
  7112.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'hasFilters', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7113.         return $this->valueHolder93433->hasFilters();
  7114.     }
  7115.     /**
  7116.      * Constructor for lazy initialization
  7117.      *
  7118.      * @param \Closure|null $initializer
  7119.      */
  7120.     public static function staticProxyConstructor($initializer)
  7121.     {
  7122.         static $reflection;
  7123.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7124.         $instance   $reflection->newInstanceWithoutConstructor();
  7125.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7126.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7127.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  7128.         $instance->initializer83810 $initializer;
  7129.         return $instance;
  7130.     }
  7131.     protected function __construct(\Doctrine\DBAL\Connection $conn\Doctrine\ORM\Configuration $config\Doctrine\Common\EventManager $eventManager)
  7132.     {
  7133.         static $reflection;
  7134.         if (! $this->valueHolder93433) {
  7135.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7136.             $this->valueHolder93433 $reflection->newInstanceWithoutConstructor();
  7137.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7138.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7139.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7140.         }
  7141.         $this->valueHolder93433->__construct($conn$config$eventManager);
  7142.     }
  7143.     public function & __get($name)
  7144.     {
  7145.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'__get', ['name' => $name], $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7146.         if (isset(self::$publicPropertiese677c[$name])) {
  7147.             return $this->valueHolder93433->$name;
  7148.         }
  7149.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7150.         if (! $realInstanceReflection->hasProperty($name)) {
  7151.             $targetObject $this->valueHolder93433;
  7152.             $backtrace debug_backtrace(false1);
  7153.             trigger_error(
  7154.                 sprintf(
  7155.                     'Undefined property: %s::$%s in %s on line %s',
  7156.                     $realInstanceReflection->getName(),
  7157.                     $name,
  7158.                     $backtrace[0]['file'],
  7159.                     $backtrace[0]['line']
  7160.                 ),
  7161.                 \E_USER_NOTICE
  7162.             );
  7163.             return $targetObject->$name;
  7164.         }
  7165.         $targetObject $this->valueHolder93433;
  7166.         $accessor = function & () use ($targetObject$name) {
  7167.             return $targetObject->$name;
  7168.         };
  7169.         $backtrace debug_backtrace(true2);
  7170.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7171.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7172.         $returnValue = & $accessor();
  7173.         return $returnValue;
  7174.     }
  7175.     public function __set($name$value)
  7176.     {
  7177.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'__set', array('name' => $name'value' => $value), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7178.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7179.         if (! $realInstanceReflection->hasProperty($name)) {
  7180.             $targetObject $this->valueHolder93433;
  7181.             $targetObject->$name $value;
  7182.             return $targetObject->$name;
  7183.         }
  7184.         $targetObject $this->valueHolder93433;
  7185.         $accessor = function & () use ($targetObject$name$value) {
  7186.             $targetObject->$name $value;
  7187.             return $targetObject->$name;
  7188.         };
  7189.         $backtrace debug_backtrace(true2);
  7190.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7191.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7192.         $returnValue = & $accessor();
  7193.         return $returnValue;
  7194.     }
  7195.     public function __isset($name)
  7196.     {
  7197.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'__isset', array('name' => $name), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7198.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7199.         if (! $realInstanceReflection->hasProperty($name)) {
  7200.             $targetObject $this->valueHolder93433;
  7201.             return isset($targetObject->$name);
  7202.         }
  7203.         $targetObject $this->valueHolder93433;
  7204.         $accessor = function () use ($targetObject$name) {
  7205.             return isset($targetObject->$name);
  7206.         };
  7207.         $backtrace debug_backtrace(true2);
  7208.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7209.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7210.         $returnValue $accessor();
  7211.         return $returnValue;
  7212.     }
  7213.     public function __unset($name)
  7214.     {
  7215.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'__unset', array('name' => $name), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7216.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7217.         if (! $realInstanceReflection->hasProperty($name)) {
  7218.             $targetObject $this->valueHolder93433;
  7219.             unset($targetObject->$name);
  7220.             return;
  7221.         }
  7222.         $targetObject $this->valueHolder93433;
  7223.         $accessor = function () use ($targetObject$name) {
  7224.             unset($targetObject->$name);
  7225.             return;
  7226.         };
  7227.         $backtrace debug_backtrace(true2);
  7228.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7229.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7230.         $accessor();
  7231.     }
  7232.     public function __clone()
  7233.     {
  7234.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'__clone', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7235.         $this->valueHolder93433 = clone $this->valueHolder93433;
  7236.     }
  7237.     public function __sleep()
  7238.     {
  7239.         $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'__sleep', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7240.         return array('valueHolder93433');
  7241.     }
  7242.     public function __wakeup()
  7243.     {
  7244.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7245.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7246.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7247.     }
  7248.     public function setProxyInitializer(\Closure $initializer null) : void
  7249.     {
  7250.         $this->initializer83810 $initializer;
  7251.     }
  7252.     public function getProxyInitializer() : ?\Closure
  7253.     {
  7254.         return $this->initializer83810;
  7255.     }
  7256.     public function initializeProxy() : bool
  7257.     {
  7258.         return $this->initializer83810 && ($this->initializer83810->__invoke($valueHolder93433$this'initializeProxy', array(), $this->initializer83810) || 1) && $this->valueHolder93433 $valueHolder93433;
  7259.     }
  7260.     public function isProxyInitialized() : bool
  7261.     {
  7262.         return null !== $this->valueHolder93433;
  7263.     }
  7264.     public function getWrappedValueHolderValue()
  7265.     {
  7266.         return $this->valueHolder93433;
  7267.     }
  7268. }
  7269. if (!\class_exists('EntityManager_9a5be93'false)) {
  7270.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  7271. }